Share via


WizardForm.WizardTitle Property

 

Gets or sets the title to be displayed in the title bar (or whatever it is in the new wizard look).

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

Syntax

protected string WizardTitle { get; set; }
protected:
property String^ WizardTitle {
    String^ get();
    void set(String^ value);
}
Protected Property WizardTitle As String

Property Value

Type: System.String

A System.String.

See Also

WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace

Return to top