Help Center

CRichEdit.SetTouchOptionsmethod

Sets the touch options associated with a rich edit control.

Windowsmethoddocumented

Syntax

SUB SetTouchOptions (BYVAL hRichEdit AS HWND, BYVAL Options AS LONG, BYVAL fEnable AS LONG)

Parameters

NameDescription
hRichEditThe handle of the rich edit control.
OptionsThe touch options to set. It can be one of the following values.
fEnableSet 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