
Gets or sets the painting style of the buttons.
[C#]
public ButtonStyle ButtonStyle { get; set; }
[Visual Basic]
Public Property ButtonStyle() As ButtonStyle
| Value | Description | |
| ColorScheme | Paints the button bar's buttons with a light to dark variation in color. The colors depend on the color scheme currently set through the system or on the colors set with the DisplayColors property. | |
| FlatButtons | Paints the button bar's buttons without visual effects. | |
| ThreeDimensionalButtons | Paints the button bar's buttons with 3D effects. | |
| XPButtons | Paints the button bar's buttons in Windows XP look. |