xtd 0.2.0
tool_bar_button_style.h File Reference
#include <xtd/enum>

Definition

Contains xtd::forms::tool_bar_button_style enum class.

Include dependency graph for tool_bar_button_style.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::forms
 The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system.
 

Enumerations

enum  xtd::forms::tool_bar_button_style {
  xtd::forms::tool_bar_button_style::push_button = 1,
  xtd::forms::tool_bar_button_style::toggle_button = 2,
  xtd::forms::tool_bar_button_style::separator = 3,
  xtd::forms::tool_bar_button_style::drop_down_button = 4,
  xtd::forms::tool_bar_button_style::stretchable_separator = 5,
  xtd::forms::tool_bar_button_style::control = 6
}
 Specifies the button style within a toolbar. More...