Skip to content

piTextColor - cToolTipController

Sets the text color in a ToolTip window

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

Syntax

Property Boolean piTextColor
Access Type Syntax
Read Access: Get piTextColor to BooleanVariable
Write Access: Set piTextColor to BooleanVariable/Value

Description

Determines the text color of the ToolTip window.

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.

When visual styles are enabled, this message has no effect.

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

Default is clInfoText.