WizardPage.PageTitleWrapped Property
Gets or sets a value that indicates whether the page title is automatically wrapped if it is too wide to fit on one line.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool PageTitleWrapped { get; set; }
public:
property bool PageTitleWrapped {
bool get();
void set(bool value);
}
Public Property PageTitleWrapped As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if the page title is automatically wrapped; otherwise, false.
See Also
WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top