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 references 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.

See also

Font property (of Task)