CRichEdit.HideSelectionmethod
Hides or shows the selection in a rich edit control.
Syntax
SUB HideSelection (BYVAL hRichEdit AS HWND, BYVAL fHide AS DWORD)
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
fHide | Value 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