  | TaskDialogButtonDefault Property  | 
 
            Gets or sets a value that indicates if the button is the default button on the dialog.
            
 
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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