TaskDialogControlName Property
Gets or sets the name of this control. Name is not required to be set, but it can be used
to identify controls in a
TaskDialogControlCollectionT by name.
This property can be changed without restriction.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public string? Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
String