piBackgroundColor - cCJStatusBarPane
Determines the background color of the pane
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piBackgroundColor
| Access Type | Syntax |
|---|---|
| Read Access: | Get piBackgroundColor to IntegerVariable |
| Write Access: | Set piBackgroundColor to IntegerVariable/Value |
Description
piBackgroundColor determines the background color of 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 background text color will be used
Set piBackgroundColor to (rgb(255, 0, 0)) // red
Set piBackgroundColor to clPurple
See Also