KryptonDockingEdgeAutoHiddenInsertAutoHiddenGroup Method (Int32, String) |
Create and insert a new auto hidden group instance to the correct edge of the owning control.
Namespace:
Internal.ComponentFactory.Krypton.Docking
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public KryptonDockingAutoHiddenGroup InsertAutoHiddenGroup(
int index,
string name
)
Parameters
- index
- Type: SystemInt32
Insertion index. - name
- Type: SystemString
Initial name of the group element.
Return Value
Type:
KryptonDockingAutoHiddenGroupReference to docking element that handles the new auto hidden group.
See Also