Added undocumented window style.
This commit is contained in:
parent
ac986830fa
commit
ae89703581
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue