xtd 0.2.0
Loading...
Searching...
No Matches
tool_bar_button_style.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
25 push_button = 1,
27 toggle_button = 2,
29 separator = 3,
35 control = 6,
36 };
37 }
38}
39
43};
Defines the base class for controls, which are components with visual representation.
Definition control.h:81
Represents a Windows toggle_button.
Definition toggle_button.h:44
std::vector< xtd::collections::generic::key_value_pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:22
tool_bar_button_style
Specifies the button style within a toolbar.
Definition tool_bar_button_style.h:23
@ separator
The separator key.
@ push_button
A standard, three-dimensional button.
@ separator
A space or line between toolbar buttons. The appearance depends on the value of the xtd::forms::tool_...
@ stretchable_separator
A stretchable space with or without line between toolbar buttons. The appearance depends on the value...
@ drop_down_button
A drop-down control that displays a menu or other window when clicked.
@ toggle_button
A toggle button that appears sunken when clicked and retains the sunken appearance until clicked agai...
@ control
Use to add any control to the toolbar. Using with xtd::forms::tool_bar_button::control property.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:38