Help Center

CRichEditCtx.hRichEditmethod

Returns the handle of the rich edit control.

Windowsmethoddocumented

Syntax

FUNCTION hRichEdit () AS HWND

Description

Returns the handle of the rich edit control.

Example

' // Create an instance of the CRichEditCtx class DIM pRichEdit AS CRichEditCtx = CRichEditCtx(@pWindow, IDC_RICHEDIT, "RichEditbox", 100, 50, 300, 200) ' // Set the focus in the control DIM hRichEdit AS HWND = pRichEdit.hRichEdit

Reference

  • Defined in AfxNova/CRichEditCtx.inc:660
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class