xtd 0.2.0
tool_bar_button_style.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
37 }
38}
39
43};
Defines the base class for controls, which are components with visual representation.
Definition control.hpp:81
Represents a Windows toggle_button.
Definition toggle_button.hpp:44
std::vector< std::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.hpp:24
tool_bar_button_style
Specifies the button style within a toolbar.
Definition tool_bar_button_style.hpp:23
@ separator
The separator key.
Definition keys.hpp:283
@ push_button
A standard, three-dimensional button.
Definition tool_bar_button_style.hpp:25
@ separator
A space or line between toolbar buttons. The appearance depends on the value of the xtd::forms::tool_...
Definition tool_bar_button_style.hpp:29
@ stretchable_separator
A stretchable space with or without line between toolbar buttons. The appearance depends on the value...
Definition tool_bar_button_style.hpp:33
@ drop_down_button
A drop-down control that displays a menu or other window when clicked.
Definition tool_bar_button_style.hpp:31
@ toggle_button
A toggle button that appears sunken when clicked and retains the sunken appearance until clicked agai...
Definition tool_bar_button_style.hpp:27
@ control
Use to add any control to the toolbar. Using with xtd::forms::tool_bar_button::control property.
Definition tool_bar_button_style.hpp:35
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38