TextColor
The TextColor property specifies the color of the text.
Syntax
[VC++]
unsigned long GetTextColor();
void SetTextColor(unsigned long newValue);
[C#]
public abstract new uint TextColor [ get, set ]
[VB]
Property TextColor As OLE_COLOR