xtd 0.2.0
Loading...
Searching...
No Matches

◆ tool_bar_appearance

Specifies the type of toolbar to display.

Header
#include <xtd/forms/tool_bar_appearance>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by members such as xtd::forms:tool_bar::appearance.
Set the xtd::forms:tool_bar::appearance property of the toolbar to xtd::forms:tool_bar_appearance::flat to give the toolbar and its buttons a flat appearance. As the mouse pointer moves over the buttons, their appearance changes to three-dimensional. Button separators appear as lines rather than spaces between the buttons when the toolbar has a flat appearance.
Enumerator
normal 

The toolbar and buttons appear flat, but the buttons change to three-dimensional as the mouse pointer moves over them.

flat 

The toolbar and buttons appear as standard three-dimensional controls.

system 

The toolbar and buttons appear as system controls.