Help Center

CRichEdit.GetEditStylemethod

Retrieves the current edit style flags.

Windowsmethoddocumented

Syntax

FUNCTION GetEditStyle (BYVAL hRichEdit AS HWND) AS DWORD

Parameters

NameDescription
hRichEditThe handle of the rich edit control.

Return value

Returns the current edit style flags, which can include one or more of the following values:

Description

Retrieves the current edit style flags.

Reference

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