Help Center

CRichEdit.GetTouchOptionsmethod

Retrieves the touch options that are associated with a rich edit control.

Windowsmethoddocumented

Syntax

FUNCTION GetTouchOptions (BYVAL hRichEdit AS HWND, BYVAL Options AS LONG PTR) AS DWORD

Parameters

NameDescription
hRichEditThe handle of the rich edit control.
OptionsThe 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