KryptonDockingSpaceCellVisiblePages Method |
Return an array of the visible pages that are inside the cell that contains the provided unique name.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonPage[] CellVisiblePages(
string uniqueName
)
Parameters
- uniqueName String
- Unique name of page that is inside the target cell.
Return Value
KryptonPageArray of page references.
See Also