| IDockingElementFindPageElement Method  | 
 
            Find the docking element that contains 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
SyntaxIDockingElement FindPageElement(
	string uniqueName
)
Parameters
- uniqueName
- Type: SystemString
 Unique name of the page.
Return Value
Type: 
IDockingElementIDockingElement reference if page is found; otherwise null.
 See Also
See Also