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 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