Help Center

CRichEditCtx.HideSelectionmethod

Hides or shows the selection in a rich edit control.

Windowsmethoddocumented

Syntax

SUB HideSelection (BYVAL fHide AS DWORD)

Parameters

NameDescription
fHideValue specifying whether to hide or show the selection. If this parameter is zero, the selection is shown. Otherwise, the selection is hidden.

Return value

This message does not return a value.

Description

Hides or shows the selection in a rich edit control.

Reference

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