BB FlashBack SDK: FBCursorHighlightProps

FillColor

Description

Returns and sets the color of the highlight fill. The highlight is filled only if FillHighlight is set to true.
 

Syntax

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

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

See Also

FBCursorHighlightProps::FillHighlight   FBCursorHighlightProps::FillOpacity