Share via


WizardPage.IsBackButtonEnabled Property

 

Gets and sets a value that describes if the back button is enabled.

Namespace:   Microsoft.WindowsServerSolutions.Wizards
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

[BrowsableAttribute(false)]
public Nullable<bool> IsBackButtonEnabled { get; set; }
public:
[BrowsableAttribute(false)]
property Nullable<bool> IsBackButtonEnabled {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
<BrowsableAttribute(False)>
Public Property IsBackButtonEnabled As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

true if the back button is enabled; otherwise, false.

See Also

WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace

Return to top