SpreadsheetGear 2017
Icon Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : Icon Property
Syntax
'Declaration
 
<System.ComponentModel.AmbientValueAttribute("")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRCategoryAttribute("CatWindowStyle")>
<SRDescriptionAttribute("FormIconDescr")>
Public Property Icon As System.Drawing.Icon
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Drawing.Icon
 
instance.Icon = value
 
value = instance.Icon
[System.ComponentModel.AmbientValue("")]
[System.ComponentModel.Localizable(true)]
[SRCategory("CatWindowStyle")]
[SRDescription("FormIconDescr")]
public System.Drawing.Icon Icon {get; set;}
public read-write property Icon: System.Drawing.Icon; 
System.ComponentModel.AmbientValueAttribute("")
System.ComponentModel.LocalizableAttribute()
SRCategoryAttribute("CatWindowStyle")
SRDescriptionAttribute("FormIconDescr")
public function get,set Icon : System.Drawing.Icon
[System.ComponentModel.AmbientValue("")]
[System.ComponentModel.Localizable(true)]
[SRCategory("CatWindowStyle")]
[SRDescription("FormIconDescr")]
public: __property System.Drawing.Icon* get_Icon();
public: __property void set_Icon( 
   System.Drawing.Icon* value
);
[System.ComponentModel.AmbientValue("")]
[System.ComponentModel.Localizable(true)]
[SRCategory("CatWindowStyle")]
[SRDescription("FormIconDescr")]
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