Click or drag to resize

KryptonDockingEdgeAutoHiddenLoadChildDockingElement 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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected 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