80    inline std::ostream& operator<<(std::ostream& os, 
control_styles value) {
return os << 
to_string(value, {{
control_styles::container_control, 
"container_control"}, {
control_styles::user_paint, 
"user_paint"}, {
control_styles::opaque, 
"opaque"}, {
control_styles::resize_redraw, 
"resize_redraw"}, {
control_styles::fixed_width, 
"fixed_width"}, {
control_styles::fixed_height, 
"fixed_height"}, {
control_styles::standard_click, 
"standard_click"}, {
control_styles::selectable, 
"selectable"}, {
control_styles::user_mouse, 
"user_mouse"}, {
control_styles::supports_transparent_back_color, 
"supports_transparent_back_color"}, {
control_styles::standard_double_click, 
"standard_double_click"}, {
control_styles::all_painting_in_wm_paint, 
"all_painting_in_wm_paint"}, {
control_styles::cache_text, 
"cache_text"}, {
control_styles::enable_notify_message, 
"enable_notify_message"}, {
control_styles::double_buffer, 
"double_buffer"}, {
control_styles::optimized_double_buffer, 
"optimized_double_buffer"}, {
control_styles::use_text_for_accessibility, 
"use_text_for_accessibility"}});}
 
   81    inline std::wostream& operator<<(std::wostream& os, 
control_styles value) {
return os << 
to_string(value, {{
control_styles::container_control, L
"container_control"}, {
control_styles::user_paint, L
"user_paint"}, {
control_styles::opaque, L
"opaque"}, {
control_styles::resize_redraw, L
"resize_redraw"}, {
control_styles::fixed_width, L
"fixed_width"}, {
control_styles::fixed_height, L
"fixed_height"}, {
control_styles::standard_click, L
"standard_click"}, {
control_styles::selectable, L
"selectable"}, {
control_styles::user_mouse, L
"user_mouse"}, {
control_styles::supports_transparent_back_color, L
"supports_transparent_back_color"}, {
control_styles::standard_double_click, L
"standard_double_click"}, {
control_styles::all_painting_in_wm_paint, L
"all_painting_in_wm_paint"}, {
control_styles::cache_text, L
"cache_text"}, {
control_styles::enable_notify_message, L
"enable_notify_message"}, {
control_styles::double_buffer, L
"double_buffer"}, {
control_styles::optimized_double_buffer, L
"optimized_double_buffer"}, {
control_styles::use_text_for_accessibility, L
"use_text_for_accessibility"}});}
 
std::string to_string(const value_t &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition: to_string.h:37
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
 
Contains xtd::ustring class.