|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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.
TextDescrCaption, TextDescrLT, TextDescrCT, TextDescrRT, TextDescrLM, TextDescrRM, TextDescrLB, TextDescrCB, and TextDescrRB properties.
How to add text to the control section.
How to manage cells section.
|