TextControl.TextColor Property | |
The color used to draw the text in the control. (Refer to the Color:Init() method for details on specifying a color object.)
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextColor AS USUAL GET SET
public virtual Usual TextColor { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe color used to draw the text in the control. (Refer to the Color:Init() method for details on specifying a color object.)
See Also