6#if !defined(__XTD_FORMS_NATIVE_LIBRARY__)
7#error "Do not include this file: Internal use only"
constexpr size_t ES_NOHIDESEL
Normally, an edit control hides the selection when the control loses the input focus and inverts the ...
Definition edit_styles.h:84
constexpr size_t ES_READONLY
Prevents the user from entering or editing text in the edit control.
Definition edit_styles.h:98
constexpr size_t ES_UPPERCASE
Converts all characters to uppercase as they are typed into the edit control.
Definition edit_styles.h:48
constexpr size_t ES_AUTOHSCROLL
Automatically scrolls text to the right by 10 characters when the user types a character at the end o...
Definition edit_styles.h:77
constexpr size_t ES_NUMBER
Allows only digits to be entered into the edit control.
Definition edit_styles.h:112
constexpr size_t ES_AUTOVSCROLL
Automatically scrolls text up one page when the user presses ENTER on the last line.
Definition edit_styles.h:69
constexpr size_t ES_LEFT
Left-aligns text in a single-line or multiline edit control.
Definition edit_styles.h:20
constexpr size_t ES_LOWERCASE
Converts all characters to lowercase as they are typed into the edit control.
Definition edit_styles.h:55
constexpr size_t ES_CENTER
Centers text in a single-line or multiline edit control.
Definition edit_styles.h:27
constexpr size_t ES_MULTILINE
Designates a multiple-line edit control. (The default is single line.) If the ES_AUTOVSCROLL style is...
Definition edit_styles.h:41
constexpr size_t ES_PASSWORD
Displays all characters as an asterisk (*) as they are typed into the edit control....
Definition edit_styles.h:62
constexpr size_t ES_WANTRETURN
Specifies that a carriage return be inserted when the user presses the ENTER key while entering text ...
Definition edit_styles.h:105
constexpr size_t ES_RIGHT
Right-aligns text in a single-line or multiline edit control.
Definition edit_styles.h:34
constexpr size_t ES_WANTTAB
Specifies that a tabulation be inserted when the user presses the TAB key while entering text into a ...
Definition edit_styles.h:120
constexpr size_t ES_OEMCONVERT
Text entered in the edit control is converted from the ANSI character set to the OEM character set an...
Definition edit_styles.h:91