SpreadsheetGear 2012
ForeColor Property (WorkbookExplorer)






Syntax
'Declaration
 
<SRCategoryAttribute("Appearance")>
<System.Runtime.InteropServices.DispIdAttribute(-513)>
<SRDescriptionAttribute("The foreground color of this component, which is used to display text.")>
Public Overridable Property ForeColor As System.Drawing.Color
'Usage
 
Dim instance As WorkbookExplorer
Dim value As System.Drawing.Color
 
instance.ForeColor = value
 
value = instance.ForeColor
[SRCategory("Appearance")]
[System.Runtime.InteropServices.DispId(-513)]
[SRDescription("The foreground color of this component, which is used to display text.")]
public virtual System.Drawing.Color ForeColor {get; set;}
public read-write property ForeColor: System.Drawing.Color; virtual; 
SRCategoryAttribute("Appearance")
System.Runtime.InteropServices.DispIdAttribute(-513)
SRDescriptionAttribute("The foreground color of this component, which is used to display text.")
public function get,set ForeColor : System.Drawing.Color
[SRCategory("Appearance")]
[System.Runtime.InteropServices.DispId(-513)]
[SRDescription("The foreground color of this component, which is used to display text.")]
public: __property virtual System.Drawing.Color get_ForeColor();
public: __property virtual void set_ForeColor( 
   System.Drawing.Color value
);
[SRCategory("Appearance")]
[System.Runtime.InteropServices.DispId(-513)]
[SRDescription("The foreground color of this component, which is used to display text.")]
public:
virtual property System.Drawing.Color ForeColor {
   System.Drawing.Color get();
   void set (    System.Drawing.Color 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

WorkbookExplorer Class
WorkbookExplorer Members

Send Feedback