Gets or sets a value indicating whether the wizard needs to confirm a cancellation.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public bool ConfirmCancel { get; set; } |
Visual Basic |
---|
Public Property ConfirmCancel As Boolean Get Set |
Visual C++ |
---|
public: property bool ConfirmCancel { bool get (); void set (bool value); } |
F# |
---|
member ConfirmCancel : bool with get, set |