WizardForm.WizardIcon Property
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