KryptonCommandCollectionItem Property (String) |
Gets the item with the provided 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 override KryptonCommand this[
string name
] { get; }
Parameters
- name
- Type: SystemString
Name to find.
Return Value
Type:
KryptonCommandItem with matching name.
See Also