
This property gets or sets the display colors of a status bar. By default the display colors depend on sytem colors. With this property all colors can be individually designed. The colors are only used when the status bar's Appearance property has been set to txColorScheme.
Introduced: 15.1.
TXStatusBar.DisplayColor(index) [= color]
| Parameter | Description | |
| index | Determines the index of the display element the color of which is changed. It must be a value of the StatusBarColor enumeration. Possible values are listed in Constants. |
Valid values for the index parameter are:
| Constant | Description | |
| sbForeColor (0) | Gets or sets the color used for text and numbers. | |
| sbBackColor (1) | Gets or sets the background color at the left edge of the status bar. | |
| sbGradientBackColor (2) | Gets or sets the background color at the right edge of the status bar. | |
| sbFrameColor (3) | Gets or sets the color of the status bar's frames. |
| index: | Integer |
| Property value: | Long |
Run time only.