6#if !defined(__XTD_FORMS_NATIVE_LIBRARY__)
7#error "Do not include this file: Internal use only"
16#if !defined(WS_EX_DLGMODALFRAME)
231inline static xtd::string __windows_extended_style_to_string__(
size_t style) {
Represents text as a sequence of character units.
Definition basic_string.h:79
basic_string substring(xtd::size start_index) const
Retrieves a substring from this instance. The substring starts at a specified character position and ...
Definition basic_string.h:1872
constexpr size_t WS_EX_RIGHT
Gives a window generic right-aligned properties. This depends on the window class.
Definition extended_window_styles.h:93
constexpr size_t WS_EX_RTLREADING
Displays the window text using right-to-left reading order properties.
Definition extended_window_styles.h:107
constexpr size_t WS_EX_RIGHTSCROLLBAR
Places a vertical scroll bar (if present) to the right of the client area. This is the default.
Definition extended_window_styles.h:128
constexpr size_t WS_EX_DLGMODALFRAME
Designates a window with a double border that may (optionally) be created with a title bar when you s...
Definition extended_window_styles.h:23
constexpr size_t WS_EX_MODALWINDOW
Create a modal window.
Definition extended_window_styles.h:229
constexpr size_t WS_EX_LEFT
Gives window generic left-aligned properties. This is the default.
Definition extended_window_styles.h:100
constexpr size_t WS_EX_NOREDIRECTIONBITMAP
The window does not render to a redirection surface. This is for windows that do not have visible con...
Definition extended_window_styles.h:190
constexpr size_t WS_EX_PALETTEWINDOW
Combines the WS_EX_WINDOWEDGE and WS_EX_TOPMOST styles.
Definition extended_window_styles.h:166
constexpr size_t WS_EX_APPWINDOW
Forces a top-level window onto the taskbar when the window is visible.
Definition extended_window_styles.h:150
constexpr size_t WS_EX_ACCEPTFILES
Specifies that a window created with this style accepts drag-and-drop files.
Definition extended_window_styles.h:44
constexpr size_t WS_EX_OVERLAPPEDWINDOW
Combines the WS_EX_CLIENTEDGE and WS_EX_WINDOWEDGE styles.
Definition extended_window_styles.h:159
constexpr size_t WS_EX_LAYERED
The window is a layered window. This style cannot be used if the window has a class style of either C...
Definition extended_window_styles.h:174
constexpr size_t WS_EX_NOINHERITLAYOUT
Specifies that a child window created with this style will not send the WM_PARENTNOTIFY message to it...
Definition extended_window_styles.h:182
constexpr size_t WS_EX_STATICEDGE
Creates a window with a three-dimensional border style intended to be used for items that do not acce...
Definition extended_window_styles.h:143
constexpr size_t WS_EX_TRANSPARENT
Specifies that a window created with this style is to be transparent. That is, any windows that are b...
Definition extended_window_styles.h:51
constexpr size_t WS_EX_MDICHILD
Creates an MDI child window.
Definition extended_window_styles.h:58
constexpr size_t WS_EX_TOPMOST
Specifies that a window created with this style should be placed above all non topmost windows and st...
Definition extended_window_styles.h:37
constexpr size_t WS_EX_CONTEXTHELP
Includes a question mark in the title bar of the window. When the user clicks the question mark,...
Definition extended_window_styles.h:86
constexpr size_t WS_EX_NOPARENTNOTIFY
Specifies that a child window created with this style will not send the WM_PARENTNOTIFY message to it...
Definition extended_window_styles.h:30
constexpr size_t WS_EX_COMPOSITED
Paints all descendants of a window in bottom-to-top painting order using double-buffering....
Definition extended_window_styles.h:206
constexpr size_t WS_EX_CONTROLPARENT
Allows the user to navigate among the child windows of the window by using the TAB key.
Definition extended_window_styles.h:136
constexpr size_t WS_EX_LAYOUTRTL
If the shell language is Hebrew, Arabic, or another language that supports reading order alignment,...
Definition extended_window_styles.h:198
constexpr size_t WS_EX_CLIENTEDGE
Specifies that a window has a 3D look — that is, a border with a sunken edge.
Definition extended_window_styles.h:79
constexpr size_t WS_EX_AUTOSCROLL
Activate automatic scroll based on virtual size.
Definition extended_window_styles.h:221
constexpr size_t WS_EX_NOACTIVATE
A top-level window created with this style does not become the foreground window when the user clicks...
Definition extended_window_styles.h:213
constexpr size_t WS_EX_WINDOWEDGE
Specifies that a window has a border with a raised edge.
Definition extended_window_styles.h:72
constexpr size_t WS_EX_LEFTSCROLLBAR
Places a vertical scroll bar to the left of the client area.
Definition extended_window_styles.h:121
constexpr size_t WS_EX_TOOLWINDOW
Creates a tool window, which is a window intended to be used as a floating toolbar....
Definition extended_window_styles.h:65
constexpr size_t WS_EX_LTRREADING
Displays the window text using left-to-right reading order properties. This is the default.
Definition extended_window_styles.h:114
Contains xtd::string alias.