WizardCancelEnabled Property |
Gets/Sets the enabled state of the cancel button.
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool CancelEnabled { get; set; }
Public Property CancelEnabled As Boolean
Get
Set
public:
property bool CancelEnabled {
bool get ();
void set (bool value);
}
member CancelEnabled : bool with get, set
Property Value
Type:
BooleanSee Also