Help Center

CRichEdit.HideSelectionmethod

Hides or shows the selection in a rich edit control.

Windowsmethoddocumented

Syntax

SUB HideSelection (BYVAL hRichEdit AS HWND, BYVAL fHide AS DWORD)

Parameters

NameDescription
hRichEditThe handle of the rich edit control.
fHideValue specifying whether to hide or show the selection. If this parameter is zero, the selection is shown. Otherwise, the selection is hidden.

Description

Hides or shows the selection in a rich edit control.

Reference

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