Sets the options for a rich edit control.
EM_SETOPTIONS
wParam = (WPARAM) (UINT) fOperation;
lParam = (LPARAM) (UINT) fOptions;
ECOOP_SET |
Set the options to those specified by fOptions. |
ECOOP_OR |
Combine the specified options with the current options. |
ECOOP_AND |
Retain only those current options that are also specified by fOptions. |
ECOOP_XOR |
Logically Exclusive OR the current options with those specified by fOptions. |
Value |
Meaning |
ECO_AUTOWORDSELECTION |
Automatic selection of word on doubleclick. |
ECO_AUTOVSCROLL |
Same as ES_AUTOVSCROLL style. |
ECO_AUTOHSCROLL |
Same as ES_AUTOHSCROLL style. |
ECO_NOHIDESEL |
Same as ES_NOHIDESEL style. |
ECO_READONLY |
Same as ES_READONLY style. |
ECO_WANTRETURN |
Same as ES_WANTRETURN style. |
ECO_SAVESEL |
Same as ES_SAVESEL style. |
ECO_SELECTIONBAR |
Same as ES_SELECTIONBAR style. |
ECO_VERTICAL |
Same as ES_VERTICAL style. Available in Asian-language versions only. |
Returns current option of edit control.
file: /Techref/os/win/api/win32/mess/src/msg06_10.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 02:44,
3.139.104.16:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/mess/src/msg06_10.htm"> EM_SETOPTIONS</A> |
Did you find what you needed? |