Help Center

CRichEdit.GetEditStyleExmethod

Retrieves the current extended edit style flags.

Windowsmethoddocumented

Syntax

FUNCTION GetEditStyleEx (BYVAL hRichEdit AS HWND) AS DWORD

Parameters

NameDescription
hRichEditThe handle of the rich edit control.

Return value

Returns the extended edit style flags, which can include one or more of the following values.

Description

Retrieves the current extended edit style flags.

Reference

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