Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.ColorNormal property 
 
Type
[Visual Basic] 
Overrides Public Property ColorNormal As Color 
 
[C#] 
public override Color ColorNormal {get; set;} 
 
[C++] 
public: __property Color get_ColorNormal(); 
public: __property void set_ColorNormal(Color);
 
 
Remarks
The color used for rendering the text when the button is in Normal state. 
By default this color is set to pure Black RGB (0, 0, 0).
 
 
See also
TextDescriptor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index