ButtonSpecManagerLayoutIndexDocker Method |
Gets the docker at the specified index.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax protected override ViewBase IndexDocker(
int i
)
Parameters
- i
- Type: SystemInt32
Index.
Return Value
Type:
ViewBaseView docker reference; otherwise null.
See Also