WizardFramework.ConfirmOnCancel Property

Definition

Gets or sets a value that indicates whether to confirm when the Cancel button is clicked.

public:
 property bool ConfirmOnCancel { bool get(); void set(bool value); };
public bool ConfirmOnCancel { get; set; }
member this.ConfirmOnCancel : bool with get, set
Public Property ConfirmOnCancel As Boolean

Property Value

true to confirm; otherwise, false.

Applies to