Click or drag to resize

ButtonSpecCollectionTItem(Int32) Property

Gets or sets the button spec 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#
public T this[
	int index
] { get; set; }

Parameters

index  Int32
T index.

Return Value

T
T at specified index.

Implements

IListTItemInt32
See Also