SpreadsheetGear 2017
BackColor Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : BackColor Property
Syntax
'Declaration
 
Public Overridable Property BackColor As System.Drawing.Color
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Drawing.Color
 
instance.BackColor = value
 
value = instance.BackColor
public virtual System.Drawing.Color BackColor {get; set;}
public read-write property BackColor: System.Drawing.Color; virtual; 
public function get,set BackColor : System.Drawing.Color
public: __property virtual System.Drawing.Color get_BackColor();
public: __property virtual void set_BackColor( 
   System.Drawing.Color value
);
public:
virtual property System.Drawing.Color BackColor {
   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