Click or drag to resize

ButtonSpecManagerLayoutIndexDocker Method

Gets the docker at the specified index.

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 ViewBase IndexDocker(
	int i
)

Parameters

i  Int32
Index.

Return Value

ViewBase
View docker reference; otherwise null.
See Also