SpreadsheetGear 2012
ShowIcon Property (ShapeExplorer)






Syntax
'Declaration
 
<SRCategoryAttribute("Window Style")>
<System.ComponentModel.DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether an icon is displayed in the title bar of the form.")>
Public Property ShowIcon As System.Boolean
'Usage
 
Dim instance As ShapeExplorer
Dim value As System.Boolean
 
instance.ShowIcon = value
 
value = instance.ShowIcon
[SRCategory("Window Style")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Indicates whether an icon is displayed in the title bar of the form.")]
public System.bool ShowIcon {get; set;}
public read-write property ShowIcon: System.Boolean; 
SRCategoryAttribute("Window Style")
System.ComponentModel.DefaultValueAttribute()
SRDescriptionAttribute("Indicates whether an icon is displayed in the title bar of the form.")
public function get,set ShowIcon : System.boolean
[SRCategory("Window Style")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Indicates whether an icon is displayed in the title bar of the form.")]
public: __property System.bool get_ShowIcon();
public: __property void set_ShowIcon( 
   System.bool value
);
[SRCategory("Window Style")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Indicates whether an icon is displayed in the title bar of the form.")]
public:
property System.bool ShowIcon {
   System.bool get();
   void set (    System.bool 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

ShapeExplorer Class
ShapeExplorer Members

Send Feedback