Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
BackColor property 
 
Type
[Visual Basic] 
Overrides Public Property BackColor As Color 
 
[C#] 
public override Color BackColor {get; set;} 
 
[C++] 
public: __property Color get_BackColor(); 
public: __property void set_BackColor(Color);
 
 
Remarks
The color used for the button surface when the control is in Normal state. 
For a better control of surface colorization see the ColorSurfaceNormal property. 
For further details about colors change, see the How to change the button colors section.
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index