Click or drag to resize

RichEdit.HideSelection Method (Typed)

X#
Hide the selection in the rich edit.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD HideSelection(
	 lTemporary AS LOGIC
) AS VOID
Request Example View Source

Parameters

lTemporary
Type: Logic
A logical value that is TRUE if the selection will be hidden temporarily and FALSE otherwise. If omitted, the default is TRUE.
See Also