WizardPage.PageTitleLabel Property
Gets or sets the label that contains the page title.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Label PageTitleLabel { get; set; }
public:
property Label^ PageTitleLabel {
Label^ get();
void set(Label^ value);
}
Public Property PageTitleLabel As Label
Property Value
Type: System.Windows.Forms.Label
See Also
WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top