BB FlashBack SDK: InsertTextBoxParams

TextColor

Description

Returns and sets the color of the text drawn in the text box.
 

Syntax

[C#/C++]
public long TextColor

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

See Also

InsertTextBoxParams::Text  InsertTextBoxParams::BackgroundColor  InsertTextBoxParams::FontName  InsertTextBoxParams::FontSize  InsertTextBoxParams::FontStyle