Click or drag to resize

ButtonSpecManagerBaseAddViewToDocker Method

Add a view element to a 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 AddViewToDocker(
	int i,
	ViewDockStyle dockStyle,
	ViewBase view,
	bool usingSpacers
)

Parameters

i
Type: SystemInt32
Index of view docker.
dockStyle
Type: Internal.ComponentFactory.Krypton.ToolkitViewDockStyle
Dock style for placement.
view
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
Actual view to add.
usingSpacers
Type: SystemBoolean
Are view spacers being used.
See Also