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.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public string? Name { get; set; }

Property Value

String

See Also