Share via


WizardForm.WizardNextButton Property

 

Gets or sets the Next button.

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

Syntax

protected Button WizardNextButton { get; set; }
protected:
property Button^ WizardNextButton {
    Button^ get();
    void set(Button^ value);
}
Protected Property WizardNextButton 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