Search
Box.TextColor Property
See Also
 



Gets or sets the color used to draw the box' Text.

 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. Initialized with FlowChart.TextColor.

 See Also