Search
FlowChart.TableFrameColor Property
See Also
 



Gets or sets the default frame color of new tables.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_TableFrameColor ()
void put_TableFrameColor (
    unsigned int value
)

 Property Value

A color value. The default is RGB:0,0,0 (black).

 Remarks

Default value for the FrameColor property of newly created tables.

 See Also