Skip to content

HideSelection - DfBaseRichEdit

Toggles selection highlighting on or off

Type: Procedure

Parameters

Parameter Type Description
bHideSelection Boolean Boolean parameter that determines whether selection highlighting should be on or off

Syntax

Procedure HideSelection Boolean bHideSelection

Call Example

Send HideSelection bHideSelection

Description

Toggles selection highlighting on or off.

This method has no effect if control is not paged.

Sample

This sample changes the selection highlighting of control oRichEdit1 to be off.

send HideSelection of oRichEdit1 False

Sample

This sample changes the selection highlighting of control oRichEdit1 to be on.

send HideSelection of oRichEdit1 True