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 public T this[
string uniqueName
] { get; }
Parameters
- uniqueName
- Type: SystemString
Unique name of the ButtonSpec instance.
Return Value
Type:
TT at specified index.
See Also