Click or drag to resize

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
C#
public override KryptonCommand this[
	string name
] { get; }

Parameters

name
Type: SystemString
Name to find.

Return Value

Type: KryptonCommand
Item with matching name.
See Also