6#if !defined(__XTD_FORMS_NATIVE_LIBRARY__)
7#error "Do not include this file: Internal use only"
16#if !defined(WS_OVERLAPPED)
216inline static xtd::string __windows_style_to_string__(
size_t style) {
Represents text as a sequence of character units.
Definition basic_string.h:79
constexpr size_t WS_TILED
Creates an overlapped window. An overlapped window has a title bar and a border. Same as the WS_OVERL...
Definition window_styles.h:192
constexpr size_t WS_GROUP
Specifies the first control of a group of controls in which the user can move from one control to the...
Definition window_styles.h:151
constexpr size_t WS_CHILDWINDOW
Same as the WS_CHILD style.
Definition window_styles.h:182
constexpr size_t WS_CAPTION
Creates a window that has a title bar (implies the WS_BORDER style). Cannot be used with the WS_DLGFR...
Definition window_styles.h:87
constexpr size_t WS_MINIMIZE
Creates a window that is initially minimized. For use with the WS_OVERLAPPED style only.
Definition window_styles.h:129
constexpr size_t WS_THICKFRAME
Creates a window with a thick frame that can be used to size the window.
Definition window_styles.h:44
constexpr size_t WS_CLIPSIBLINGS
Clips child windows relative to each other; that is, when a particular child window receives a paint ...
Definition window_styles.h:108
constexpr size_t WS_MAXIMIZE
Creates a window of maximum size.
Definition window_styles.h:94
constexpr size_t WS_MAXIMIZEBOX
Creates a window that has a Maximize button.
Definition window_styles.h:30
constexpr size_t WS_MINIMIZEBOX
Creates a window that has a Minimize button.
Definition window_styles.h:37
constexpr size_t WS_HSCROLL
Creates a window that has a horizontal scroll bar.
Definition window_styles.h:58
constexpr size_t WS_OVERLAPPEDWINDOW
Creates an overlapped window with the WS_OVERLAPPED, WS_CAPTION, WS_SYSMENU, WS_THICKFRAME,...
Definition window_styles.h:168
constexpr size_t WS_OVERLAPPED
Creates an overlapped window. An overlapped window usually has a caption and a border.
Definition window_styles.h:23
constexpr size_t WS_SIZEBOX
Creates a window that has a sizing border. Same as the WS_THICKFRAME style.
Definition window_styles.h:206
constexpr size_t WS_DISABLED
Creates a window that is initially disabled.
Definition window_styles.h:115
constexpr size_t WS_VSCROLL
Creates a window that has a vertical scroll bar.
Definition window_styles.h:65
constexpr size_t WS_POPUP
Creates a pop-up window. Cannot be used with the WS_CHILD style.
Definition window_styles.h:143
constexpr size_t WS_CHILD
Creates a child window. Cannot be used with the WS_POPUP style.
Definition window_styles.h:136
constexpr size_t WS_VISIBLE
Creates a window that is initially visible.
Definition window_styles.h:122
constexpr size_t WS_ICONIC
Creates a window that is initially minimized. Same as the WS_MINIMIZE style.
Definition window_styles.h:199
constexpr size_t WS_POPUPWINDOW
Creates a pop-up window with the WS_BORDER, WS_POPUP, and WS_SYSMENU styles. The WS_CAPTION style mus...
Definition window_styles.h:175
constexpr size_t WS_BORDER
Creates a window that has a border.
Definition window_styles.h:79
constexpr size_t WS_DLGFRAME
Creates a window with a double border but no title.
Definition window_styles.h:72
constexpr size_t WS_CLIPCHILDREN
Excludes the area occupied by child windows when you draw within the parent window....
Definition window_styles.h:101
constexpr size_t WS_TILEDWINDOW
Creates an overlapped window with the WS_OVERLAPPED, WS_CAPTION, WS_SYSMENU, WS_THICKFRAME,...
Definition window_styles.h:213
constexpr size_t WS_TABSTOP
Specifies one of any number of controls through which the user can move by using the TAB key....
Definition window_styles.h:158
constexpr size_t WS_SYSMENU
Creates a window that has a Control-menu box in its title bar. Used only for windows with title bars.
Definition window_styles.h:51
Contains xtd::string alias.