Click or drag to resize

ButtonSpecManagerLayoutAddViewToDocker Method

Add a view element to a docker.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected override void AddViewToDocker(
	int i,
	ViewDockStyle dockStyle,
	ViewBase view,
	bool usingSpacers
)

Parameters

i  Int32
Index of view docker.
dockStyle  ViewDockStyle
Dock style for placement.
view  ViewBase
Actual view to add.
usingSpacers  Boolean
Are view spacers being used.
See Also