Click or drag to resize

DockingElementFindPageLocation Method

Find the docking location of the named page.

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 virtual DockingLocation FindPageLocation(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Unique name of the page.

Return Value

Type: DockingLocation
Enumeration value indicating docking location.

Implements

IDockingElementFindPageLocation(String)
See Also