Search
Table.CaptionFillColor2 Property
See Also
 



Gets or sets a second color for filling the caption bar with a gradient.

 Syntax

VB6  Copy Code

Public Property Get CaptionFillColor2() As Long
Public Property Let CaptionFillColor2( _
    ByVal value As Long _
)

C++  Copy Code

public:
unsigned int get_CaptionFillColor2 ()
void put_CaptionFillColor2 (
    unsigned int value
)

 Property Value

An OLE_COLOR value. The default is -1.

 Remarks

If this property is set to a value different from -1, the caption bar is filled with a linear gradient. The gradient angle van be set via the CaptionGradientAngle property.

 See Also