Click or drag to resize

KryptonTaskDialogCommandCollectionItem(String) Property

Gets the item with the provided name.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override KryptonTaskDialogCommand this[
	string name
] { get; }

Parameters

name  String
Name to find.

Return Value

KryptonTaskDialogCommand
Item with matching name.
See Also