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