Search
ArrowLabel.TextColor Property
See Also
 



Gets or sets the color used to draw the label's 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

An OLE_COLOR value specifying the color.

 See Also