Click or drag to resize

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)
Syntax
public bool Default { 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