SpreadsheetGear 2017
ForeColor Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : ForeColor Property
Syntax
'Declaration
 
<SRCategoryAttribute("CatAppearance")>
<System.Runtime.InteropServices.DispIdAttribute(-513)>
<SRDescriptionAttribute("ControlForeColorDescr")>
Public Overridable Property ForeColor As System.Drawing.Color
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Drawing.Color
 
instance.ForeColor = value
 
value = instance.ForeColor
[SRCategory("CatAppearance")]
[System.Runtime.InteropServices.DispId(-513)]
[SRDescription("ControlForeColorDescr")]
public virtual System.Drawing.Color ForeColor {get; set;}
public read-write property ForeColor: System.Drawing.Color; virtual; 
SRCategoryAttribute("CatAppearance")
System.Runtime.InteropServices.DispIdAttribute(-513)
SRDescriptionAttribute("ControlForeColorDescr")
public function get,set ForeColor : System.Drawing.Color
[SRCategory("CatAppearance")]
[System.Runtime.InteropServices.DispId(-513)]
[SRDescription("ControlForeColorDescr")]
public: __property virtual System.Drawing.Color get_ForeColor();
public: __property virtual void set_ForeColor( 
   System.Drawing.Color value
);
[SRCategory("CatAppearance")]
[System.Runtime.InteropServices.DispId(-513)]
[SRDescription("ControlForeColorDescr")]
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

WorkbookDesigner Class
WorkbookDesigner Members