| TaskDialogButtonDefault Property |
Gets or sets a value that indicates if the button is the default button on the dialog.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Default { get; set; }
Public Property Default As Boolean
Get
Set
public:
property bool Default {
bool get ();
void set (bool value);
}
member Default : bool with get, set
Property Value
Type:
Boolean if the button is the default button; otherwise,
.
The default value is
.
Remarks
If no button has this property set to , the first button on the dialog will be the default button.
See Also