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 Cancel button.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected Button WizardCancelButton { get; set; }
protected:
property Button^ WizardCancelButton {
Button^ get();
void set(Button^ value);
}
Protected Property WizardCancelButton As Button
Property Value
Type: System.Windows.Forms.Button
A System.Windows.Forms.Button.
See Also
WizardForm.EnableButtons
WizardForm.SetButtonsVisibility
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top