BB FlashBack SDK: FBTextBoxProperties

ShadowColor

Description

Returns and sets the value of the shadow color for the text box.
 

Syntax

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

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

FBTextBoxProperties::Shadow  FBTextBoxProperties::ShadowWidth  FBTextBoxProperties::ShadowOpacity