|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Overrides Public Property HighlightColor As Color
[C#]
public override Color HighlightColor {get; set;}
[C++]
public: __property Color get_HighlightColor();
public: __property void set_HighlightColor(Color);
|
|
|
|
|
Remarks
|
The color used to highlight the raising effect on a custom shaped flat button.
If you leave this property undefined (-1), the control will be able to calculate the optimal highlight color in relation to the current surface color.
In order to perform changes to color settings at Design-time take a look to the How to change the control colors section.
|