Share via


WizardPage.IsNextButtonVisible Property

 

Gets and sets a value that describes if the visiblity of the next button is not controlled by this page

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

Syntax

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

Property Value

Type: System.Nullable<Boolean>

true if the next button is visible; otherwise, false. Applies only when the focus is the current page of the wizard.

See Also

WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace

Return to top