Share via


WizardPage.IsBackButtonVisible Property

 

Gets and sets a value that describes if the Back button is visible.

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

Syntax

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

Property Value

Type: System.Nullable<Boolean>

true if the Back button is visible; otherwise, false.

See Also

WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace

Return to top