Click or drag to resize

KryptonAutoHiddenSlidePanel Constructor

Initialize a new instance of the KryptonAutoHiddenSlidePanel class.

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#
public KryptonAutoHiddenSlidePanel(
	Control control,
	DockingEdge edge,
	KryptonAutoHiddenPanel panel
)

Parameters

control  Control
Reference to control that is being managed.
edge  DockingEdge
Docking edge being managed.
panel  KryptonAutoHiddenPanel
Reference to auto hidden panel for this edge.
See Also