BB FlashBack SDK: FBHighlightProperties

BorderColor

Description

Returns and sets the border color for the highlight.
 

Syntax

[C#/C++]
public ulong 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

FBHighlightProperties::BorderWidth  FBHighlightProperties::DrawBorder