AutoHiddenGroupPanelEventArgs Constructor |
Initialize a new instance of the AutoHiddenGroupPanelEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic AutoHiddenGroupPanelEventArgs(
KryptonAutoHiddenPanel autoHiddenPanel,
KryptonDockingEdgeAutoHidden element
)
Parameters
- autoHiddenPanel KryptonAutoHiddenPanel
- Reference to auto hidden panel control instance.
- element KryptonDockingEdgeAutoHidden
- Reference to docking auto hidden edge element that is managing the panel.
See Also