#include <xtd/ustring.h>
Contains xtd::forms::color_box_styles enum class.
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::color_box_styles { xtd::forms::color_box_styles::none = 0, xtd::forms::color_box_styles::alpha_color = 0b1, xtd::forms::color_box_styles::allow_full_open = 0b10, xtd::forms::color_box_styles::any_color = 0b100, xtd::forms::color_box_styles::full_open = 0b1000, xtd::forms::color_box_styles::show_help = 0b10000, xtd::forms::color_box_styles::solid_color_only = 0b100000 } |
Specifies constants defining which color_box styles is used. More... | |