TaskDialogControlCollectionTItem Property
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public T this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As T
Get
public:
property T default[String^ name] {
T get (String^ name);
}
member Item : 'T with get
- name String
- Name of the control
TThe
TaskDialogControl instance with the specified
name within the collection
or
if no control was found with such a name.