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

◆ status_bar_panel_style

Specifies whether a xtd::forms::status_bar_panel object on a xtd::forms::status_bar control is owner-drawn or system-drawn.

Header
#include <xtd/forms/status_bar_panel_style>
Namespace
xtd::forms:
Library
xtd.forms
Remarks
This enumeration is used by members such as xtd::forms::tool_bar_button::style.
The toolbar button appearance is determined by the xtd::forms::tool_bar::appearance property of the toolbar. Setting the xtd::forms::tool_bar::appearance property to xtd::forms::tool_bar_appearance::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.
Enumerator
text 

The xtd::forms::status_bar_panel displays text in the standard font.

owner_draw 

The xtd::forms::status_bar_panel is drawn by the owner.

control 

The xtd::forms::status_bar_panel contains a xtd::forms::control.