Search
FlowChart.TextColor Property
See Also
 



Gets or sets the default text color.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_TextColor ()
void put_TextColor (
    unsigned int value
)

 Property Value

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

 Remarks

Defines default text color for new boxes and arrows.

 See Also