TXStatusBar.Appearance Property

Returns or sets the paint style of a status bar.

Introduced: 13.0.

Syntax

TXStatusBar.Appearance [= value]
Setting Description
0 - sbFlat Flat. Paints the status bar in a flat design.
1 - sb3D (Default). 3D. Paints the status bar with three-dimensional effects.
2 - sbXP Paints the status bar in Windows XP look.
3 - sbColorScheme The status bar has a flat design and a background color with a horizontal color gradient. It depends on the color scheme currently set through the system settings or on individual user settings.
4 - sbVerticalColorScheme The status bar has a flat design and a background color with a vertical color gradient. It depends on the color scheme currently set through the system settings or on individual user settings.

Data Types

Integer.

See Also