TextColor property
Specifies the color for all currently displayed text in this task.
Syntax
Set: Task.setTextColor(Color)
Get: Color = Task.getTextColor()
Applies to
Task object.
Data type
Color. The Color value represents the Color object that specifies the text color. The legal values for Color are:
Usage
This property specifies the color for text in the task.
Example
Topic title of example topic
See also
Font property