BB FlashBack SDK: FBCursorHighlightProps

BorderColor

Description

Returns and sets the border color for the highlight.
 

Syntax

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

[VB.NET]
Public Property BorderColor 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::BorderOpacity  FBCursorHighlightProps::BorderWidth  FBCursorHighlightProps::DrawBorder