Skip to content

piTextColor - cCJStatusBarPane

Determines the text color in the pane

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer piTextColor
Access Type Syntax
Read Access: Get piTextColor to IntegerVariable
Write Access: Set piTextColor to IntegerVariable/Value

Description

piTextColor determines the text color in the pane. The value is a single value representing an RGB color. Individual Red, Green, and Blue colors are converted to a single value by using the RGB function. The clXxxx color constants can be used to specify a color (e.g., clRed, clBlue). Note that the system color constants cannot be used (e.g. clBtnFace)

Default is clNone, which means that the default text color will be used.

This is passed a single value representing an RGB color, which can be a constant representing a Standard Color or a System Color, or a set of R, G and B values. Individual Red, Green, and Blue colors are converted to a single value by using the RGB function.

Set piTextColor to (rgb(255, 0, 0)) // red
Set piTextColor to clPurple
Set piTextColor to clBtnFace

See Also

piBackgroundColor