Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
|