Click or drag to resize

ButtonSpecManagerBaseAddSpacersToDocker Method

Add the spacing views into the indexed docker.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void AddSpacersToDocker(
	int i,
	ViewLayoutMetricSpacer spacerL,
	ViewLayoutMetricSpacer spacerR
)

Parameters

i
Type: SystemInt32
Index of docker.
spacerL
Type: Internal.ComponentFactory.Krypton.ToolkitViewLayoutMetricSpacer
Spacer for the left side.
spacerR
Type: Internal.ComponentFactory.Krypton.ToolkitViewLayoutMetricSpacer
Spacer for the right side.
See Also