BB FlashBack SDK: FBButtonProperties

OverColor

Description

Gets and sets the color used for the highlight drawn when the mouse is over the button. The highlight is drawn inside the border of the button.   
 

Syntax

[C#/C++]
public Long OverColor;

[VB.NET]
Public Property OverColor As Integer
 

Remarks

Colors are specified in a long as a Win32 COLORREF value, which can be created by an RGB macro - see Win32 Platform SDK documentation.

When the Gradient property is set to True, BackColor is the 'start' color of the gradient - the color used on the topmost edge if the gradient is vertical and the left edge if the gradient is horizontal.
 

See Also

FBButtonProperties::Gradient  FBButtonProperties::GradientColor