KryptonDockingEdgeAutoHiddenLoadChildDockingElement Method |
Perform docking element specific actions for loading a child xml.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected override void LoadChildDockingElement(
XmlReader xmlReader,
KryptonPageCollection pages,
IDockingElement child
)
Parameters
- xmlReader XmlReader
- Xml reader object.
- pages KryptonPageCollection
- Collection of available pages.
- child IDockingElement
- Optional reference to existing child docking element.
See Also