ButtonSpecCollectionTItem(String) Property |
Gets the button spec with the provided unique name.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic T this[
string uniqueName
] { get; }Parameters
- uniqueName String
- Unique name of the ButtonSpec instance.
Return Value
TT at specified index.
See Also