55 explicit operator auto()
const noexcept {
return xtd::enum_collection<xtd::forms::font_box_options> {{
xtd::forms::font_box_options::none,
"none"}, {
xtd::forms::font_box_options::allow_simulations,
"allow_simulations"}, {
xtd::forms::font_box_options::allow_vector_fonts,
"allow_vector_fonts"}, {
xtd::forms::font_box_options::allow_vertical_fonts,
"allow_vertical_fonts"}, {
xtd::forms::font_box_options::allow_script_change,
"allow_script_change"}, {
xtd::forms::font_box_options::fixed_pitch_only,
"fixed_pitch_only"}, {
xtd::forms::font_box_options::scripts_only,
"scripts_only"}, {
xtd::forms::font_box_options::show_apply,
"show_apply"}, {
xtd::forms::font_box_options::show_color,
"show_color"}, {
xtd::forms::font_box_options::show_effects,
"show_effects"}, {
xtd::forms::font_box_options::show_help,
"show_help"}, {
xtd::forms::font_box_options::all,
"all"}};}
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition flags_attribute.h:34
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
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