Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.ColorMouseOver property 
 
Type
[Visual Basic] 
Overrides Public Property ColorMouseOver As Color 
 
[C#] 
public override Color ColorMouseOver {get; set;} 
 
[C++] 
public: __property Color get_ColorMouseOver(); 
public: __property void set_ColorMouseOver(Color);
 
 
Remarks
The color used for rendering the text when the mouse is over the button area. 
If this color is left "undefined" the TextDescriptor.ColorNormal property value will be used: once the color has been defined, it can be reset back to the "undefined" state by setting its value to Color.Empty.
 
 
See also
TextDescriptor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index