DevProgressDialogShowCancelButton Property
Gets or sets a value indicating whether a Cancel button is displayed on the progress dialog.
Namespace: DevCase.UI.DialogsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(true)]
public bool ShowCancelButton { get; set; }
<DefaultValueAttribute(true)>
Public Property ShowCancelButton As Boolean
Get
Set
Dim instance As DevProgressDialog
Dim value As Boolean
value = instance.ShowCancelButton
instance.ShowCancelButton = value
public:
[DefaultValueAttribute(true)]
property bool ShowCancelButton {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member ShowCancelButton : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean to display a Cancel button on the progress dialog;
otherwise,
.
The default is
.