IDockingElementFindPageLocation 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 DockingLocation FindPageLocation(
string uniqueName
)
Parameters
- uniqueName
- Type: SystemString
Unique name of the page.
Return Value
Type:
DockingLocationEnumeration value indicating docking location.
See Also