ButtonSpecManagerBaseAddSpacersToDocker Method |
Add the spacing views into the indexed docker.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void AddSpacersToDocker(
int i,
ViewLayoutMetricSpacer spacerL,
ViewLayoutMetricSpacer spacerR
)
Parameters
- i Int32
- Index of docker.
- spacerL ViewLayoutMetricSpacer
- Spacer for the left side.
- spacerR ViewLayoutMetricSpacer
- Spacer for the right side.
See Also