CRichEdit.SetTouchOptionsmethod
Sets the touch options associated with a rich edit control.
Syntax
SUB SetTouchOptions (BYVAL hRichEdit AS HWND, BYVAL Options AS LONG, BYVAL fEnable AS LONG)
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
Options | The touch options to set. It can be one of the following values. | |
fEnable | Set to TRUE to show/enable the touch selection handles, or FALSE to hide/disable the touch selection handles. |
Description
Sets the touch options associated with a rich edit control.
Reference
- Defined in AfxNova/CRichEdit.inc:1247
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class