ButtonSpecCollectionTItem Property (Int32) |
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: 2024.1.1.0 (2024.1.1.0)
Syntax public T this[
int index
] { get; set; }
Parameters
- index
- Type: SystemInt32
T index.
Return Value
Type:
TT at specified index.
Implements
IListTItemInt32See Also