BB FlashBack SDK: InsertTextBoxParams

BackgroundColor

Description

Returns and sets the background color for the text box.
 

Syntax

[C#/C++]
public long BackgroundColor;

[VB.NET]
Public Property BackgroundColor As Long
 

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

InsertTextBoxParams::TextColor