TaskDialogDefaultStandardButton Property
Gets or sets the default standard button. When
Buttons are not empty and one of them is specified as default button
by
IsDefault, then this property is ignored.
If neither standard nor custom buttons are specified as default, the first button will be the default one.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public TaskDialogStandardButton DefaultStandardButton { get; set; }
Public Property DefaultStandardButton As TaskDialogStandardButton
Get
Set
public:
property TaskDialogStandardButton DefaultStandardButton {
TaskDialogStandardButton get ();
void set (TaskDialogStandardButton value);
}
member DefaultStandardButton : TaskDialogStandardButton with get, set
Property Value
TaskDialogStandardButton