Click or drag to resize

RichEdit.HideSelection Method

X#
Hide the selection in the rich edit.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD HideSelection(
	lTemporary
) AS USUAL CLIPPER
Request Example View Source

Parameters

lTemporary (Optional)
Type: Usual
A logical value that is TRUE if the selection will be hidden temporarily and FALSE otherwise. If omitted, the default is TRUE.

Return Value

Type: Usual
See Also