StatusBar.Colors Class
The StatusBar.Colors class gets, sets or resets the display colors of a StatusBar control. By default the display colors depend on sytem colors. With this class all colors can be individually designed. The colors are only used when the status bar's BorderStyle property has been set to ColorScheme.
Introduced: 15.1.
Syntax
[C#]
public class StatusBar.Colors
[Visual Basic]
Public Class StatusBar.Colors
Constructors
| Constructor | | Description |
| StatusBar.Colors | | Initializes a new instance of the StatusBar.Colors class. |
Properties
| Property | | Description |
| BackColor | | Gets or sets the background color at the left edge of the status bar. |
| ForeColor | | Gets or sets the color used for text and numbers. |
| FrameColor | | Gets or sets the color of the status bar's frames. |
| GradientBackColor | | Gets or sets the background color at the right edge of the status bar. |
Methods
See Also