This enumeration is used by members such as ToolBarButton.Style.
The toolbar button appearance is determined by the ToolBar.Appearance property of the toolbar. Setting the ToolBar.Appearance property to Flat will give the toolbar and its buttons a flat appearance. As the mouse pointer moves over the buttons, they take on a three-dimensional appearance. Also, when the toolbar has a flat appearance, button separators appear as a line rather than as a space between the buttons.
Member Name | Description |
---|---|
DropDownButton |
A drop-down control that displays a menu or other window when clicked. |
PushButton |
A standard, three-dimensional button. |
Separator |
A space or line between toolbar buttons. The appearance depends on the value of the ToolBar.Appearance property. |
ToggleButton |
A toggle button that appears sunken when clicked and retains the sunken appearance until clicked again. |