WizardForm.SetButtonsVisibility Method (Boolean, Boolean, Boolean)
Specifies the visibility of the wizard's Back, Next, and Cancel buttons.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected void SetButtonsVisibility(
bool backVisible,
bool nextVisible,
bool cancelVisible
)
protected:
void SetButtonsVisibility(
bool backVisible,
bool nextVisible,
bool cancelVisible
)
Protected Sub SetButtonsVisibility (
backVisible As Boolean,
nextVisible As Boolean,
cancelVisible As Boolean
)
Parameters
backVisible
Type: System.Booleantrue to make the Back button visible; otherwise, false.
nextVisible
Type: System.Booleantrue to make the Next button visible; otherwise, false.
cancelVisible
Type: System.Booleantrue to make the Cancel button visible; otherwise, false.
See Also
WizardForm.EnableButtons
WizardForm.WizardBackButton
WizardForm.WizardCancelButton
WizardForm.WizardNextButton
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top