Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Back button.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected RoundBackButton WizardBackButton { get; set; }
protected:
property RoundBackButton^ WizardBackButton {
RoundBackButton^ get();
void set(RoundBackButton^ value);
}
Protected Property WizardBackButton As RoundBackButton
Property Value
Type: Microsoft.WindowsServerSolutions.Common.WizardBase.RoundBackButton
A Microsoft.WindowsServerSolutions.Common.WizardBase.RoundBackButton.
See Also
WizardForm.EnableButtons
WizardForm.SetButtonsVisibility
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top