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 icon for this wizard.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected Icon WizardIcon { get; set; }
protected:
property Icon^ WizardIcon {
Icon^ get();
void set(Icon^ value);
}
Protected Property WizardIcon As Icon
Property Value
Type: System.Drawing.Icon
Remarks
This property is obsolete, and the icon is not displayed.
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top