CRichEdit.GetTouchOptionsmethod
Retrieves the touch options that are associated with a rich edit control.
Syntax
FUNCTION GetTouchOptions (BYVAL hRichEdit AS HWND, BYVAL Options AS LONG PTR) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
Options | The touch options to retrieve. It can be one of the following values. |
Return value
Returns the value of the option specified by the Options parameter. It is nonzero if Options is RTO_SHOWHANDLES and the touch grippers are visible; zero, otherwise.
Description
Retrieves the touch options that are associated with a rich edit control.
Reference
- Defined in AfxNova/CRichEdit.inc:734
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class