Click or drag to resize

ButtonSpecCollectionTItem(String) Property

Gets the button spec with the provided unique name.

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[
	string uniqueName
] { get; }

Parameters

uniqueName  String
Unique name of the ButtonSpec instance.

Return Value

T
T at specified index.
See Also