Search
FlowChart.TableFillColor Property
See Also
 



Gets or sets the default fill color of new tables.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_TableFillColor ()
void put_TableFillColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:180,160,160 (gray).

 Remarks

Default value for the FillColor property of newly created tables.

 See Also