BB FlashBack SDK: FBButtonProperties

BackColor

Description

Returns and sets the background color for the button.
 

Syntax

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

[VB.NET]
Public Property BackColor 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