Click or drag to resize

DockingElementLoadChildDockingElement Method

Perform docking element specific actions for loading a child xml.

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#
protected virtual void LoadChildDockingElement(
	XmlReader xmlReader,
	KryptonPageCollection pages,
	IDockingElement child
)

Parameters

xmlReader
Type: System.XmlXmlReader
Xml reader object.
pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageCollection
Collection of available pages.
child
Type: Internal.ComponentFactory.Krypton.DockingIDockingElement
Optional reference to existing child docking element.
See Also