Click or drag to resize

ButtonSpecManagerDrawIndexDocker Method

Gets the docker at the specified index.

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

Parameters

i
Type: SystemInt32
Index.

Return Value

Type: ViewBase
View docker reference; otherwise null.
See Also