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

Parameters

control
Type: System.Windows.FormsControl
Reference to control that is being managed.
edge
Type: Internal.ComponentFactory.Krypton.DockingDockingEdge
Docking edge being managed.
panel
Type: Internal.ComponentFactory.Krypton.DockingKryptonAutoHiddenPanel
Reference to auto hidden panel for this edge.
See Also