TaskDialogButtonIsDefault Property
Gets or sets whether this button is the default button.
If there are more default buttons in a collection, the first one will be the default button when the dialog appears.
Default value: .
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public bool IsDefault { get; set; }
Public Property IsDefault As Boolean
Get
Set
public:
property bool IsDefault {
bool get ();
void set (bool value);
}
member IsDefault : bool with get, set
Property Value
Boolean