Search
Table.CaptionFillColor Property
See Also
 



Gets or sets the color used to fill the table caption bar.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_CaptionFillColor ()
void put_CaptionFillColor (
    unsigned int value
)

 Property Value

An OLE_COLOR value.

 Remarks

The table's caption bar is filled with this color. If CaptionFillColor2 is set as well, the caption bar is filled with a linear gradient.

 See Also