SpreadsheetGear 2012
Icon Property (WorkbookDesigner)






Syntax
'Declaration
 
<SRCategoryAttribute("Window Style")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.AmbientValueAttribute()>
<SRDescriptionAttribute("Indicates the icon for a form. This icon is displayed in the form's system menu box and when the form is minimized.")>
Public Property Icon As System.Drawing.Icon
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Drawing.Icon
 
instance.Icon = value
 
value = instance.Icon
[SRCategory("Window Style")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.AmbientValue()]
[SRDescription("Indicates the icon for a form. This icon is displayed in the form's system menu box and when the form is minimized.")]
public System.Drawing.Icon Icon {get; set;}
public read-write property Icon: System.Drawing.Icon; 
SRCategoryAttribute("Window Style")
System.ComponentModel.LocalizableAttribute()
System.ComponentModel.AmbientValueAttribute()
SRDescriptionAttribute("Indicates the icon for a form. This icon is displayed in the form's system menu box and when the form is minimized.")
public function get,set Icon : System.Drawing.Icon
[SRCategory("Window Style")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.AmbientValue()]
[SRDescription("Indicates the icon for a form. This icon is displayed in the form's system menu box and when the form is minimized.")]
public: __property System.Drawing.Icon* get_Icon();
public: __property void set_Icon( 
   System.Drawing.Icon* value
);
[SRCategory("Window Style")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.AmbientValue()]
[SRDescription("Indicates the icon for a form. This icon is displayed in the form's system menu box and when the form is minimized.")]
public:
property System.Drawing.Icon^ Icon {
   System.Drawing.Icon^ get();
   void set (    System.Drawing.Icon^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members

Send Feedback