Search
Table.CaptionColor Property
See Also
 



Gets or sets the color used to render the table caption.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_CaptionColor ()
void put_CaptionColor (
    unsigned int value
)

 Property Value

An OLE_COLOR value. Initialized with FlowChart.TextColor.

 Remarks

The text of a table's caption is painted with this color.

 See Also