piBkColor - cToolTipController
Sets the background color in a ToolTip window
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piBkColor
| Access Type | Syntax |
|---|---|
| Read Access: | Get piBkColor to IntegerVariable |
| Write Access: | Set piBkColor to IntegerVariable/Value |
Description
Determines the background 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.
Sample
Set piBkColor to clWhite
Default is clInfoBk.