TaskDialogControlCollectionTItem Property

Gets an item of the TaskDialogControlCollectionT by name.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public T this[
	string name
] { get; }

Parameters

name  String
Name of the control

Return Value

T
The TaskDialogControl instance with the specified name within the collection or if no control was found with such a name.

See Also