TXButtonBar.Style Property

Returns or sets the paint style of a button bar's buttons.

Syntax

   TXButtonBar.Style [= value]
Setting Description
0 - txFlat Flat. Paints the button bar's buttons without visual effects.
1 - tx3D (Default) 3D. Paints the button bar's buttons with three-dimensional effects.
2 - txXP Paints the button bar's buttons in Windows XP look.
3 - txColorScheme The button bar's buttons have a light to dark variation in background color. The color depends on the current system settings.

Data Types

Integer.

See Also