BB FlashBack SDK: FBPlayer

BackgroundTextColor

Description

Defines the color of text in the progress indicators displayed by the SDK and the color of the 'background' text - the text shown in the player window when no movie has yet been loaded.

Syntax

[C#/C++]
public long BackgroundTextColor

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

FBPlayer::BackgroundText