Click or drag to resize

ButtonSpecCollectionTItem Property (String)

Gets the button spec with the provided unique name.

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

Parameters

uniqueName
Type: SystemString
Unique name of the ButtonSpec instance.

Return Value

Type: T
T at specified index.
See Also