Copyright © 2003-2024 MultiMedia Soft

HighlightColor property

Previous pageReturn to chapter overviewNext page

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.

3dcm_i00006a

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.