Help Center

CRichEdit.GetOptionsmethod

Retrieves rich edit control options.

Windowsmethoddocumented

Syntax

FUNCTION GetOptions (BYVAL hRichEdit AS HWND) AS DWORD

Parameters

NameDescription
hRichEditThe handle of the rich edit control.

Return value

This message returns a combination of the current option flag values described in the SetOptions message.

Description

Retrieves rich edit control options.

Reference

  • Defined in AfxNova/CRichEdit.inc:566
  • Documented in Windows/WIndows Controls/CRichEdit Class.md
  • Topic: CRichEdit Class