EM_GETTOUCHOPTIONS message
Retrieves the touch options that are associated with a rich edit control.
#define EM_GETTOUCHOPTIONS (WM_USER + 310)
Parameters
- wParam
-
The touch options to retrieve. It can be one of the following values.
Value Meaning - RTO_SHOWHANDLES
Retrieves whether the touch grippers are visible.
- RTO_DISABLEHANDLES
Retrieving this flag is not implemented.
- lParam
-
Not used; must be zero.
Return value
Returns the value of the option specified by the wParam parameter. It is nonzero if wParam is RTO_SHOWHANDLES and the touch grippers are visible; zero, otherwise.
Requirements
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/27/2012