Added undocumented window style.

This commit is contained in:
Serge Ivanov 2000-06-07 03:45:19 +00:00 committed by Alexandre Julliard
parent ac986830fa
commit ae89703581
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ typedef struct
#define ES_AUTOVSCROLL 0x00000040
#define ES_AUTOHSCROLL 0x00000080
#define ES_NOHIDESEL 0x00000100
#define ES_COMBO 0x00000200 /* Undocumented. Parent is a combobox */
#define ES_OEMCONVERT 0x00000400
#define ES_READONLY 0x00000800
#define ES_WANTRETURN 0x00001000