Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
ForeColor property 
 
Type
[Visual Basic] 
Overrides Public Property ForeColor As Color 
 
[C#] 
public override Color ForeColor {get; set;} 
 
[C++] 
public: __property Color get_ForeColor(); 
public: __property void set_ForeColor(Color);
 
 
Remarks
The color used for the Caption property text when the button is in Normal state. 
See the How to add text to the control section for details about text color management.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index