Click or drag to resize

TaskDialogAllowDialogCancellation Property

Gets or sets a value that indicates that the dialog should be able to be closed using Alt-F4, Escape and the title bar's close button even if no cancel button is specified.

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 AllowDialogCancellation { get; set; }

Property Value

Type: Boolean
if the dialog can be closed using Alt-F4, Escape and the title bar's close button even if no cancel button is specified; otherwise, . The default value is .
See Also