EM_SETOPTIONS message
Sets the options for a rich edit control.
Parameters
- wParam
-
Specifies the operation, which can be one of these values.
- lParam
-
Specifies one or more of the following values.
Value Meaning - ECO_AUTOWORDSELECTION
Automatic selection of word on double-click.
- 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_SELECTIONBAR
Same as ES_SELECTIONBAR style.
- ECO_VERTICAL
Same as ES_VERTICAL style. Available in Asian-language versions only.
Return value
This message returns the current options of the edit control.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/27/2012