Click or drag to resize

KryptonDockingSpaceCellVisiblePages Method

Return an array of the visible pages that are inside the cell that contains the provided unique name.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public KryptonPage[] CellVisiblePages(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Unique name of page that is inside the target cell.

Return Value

Type: KryptonPage
Array of page references.
See Also