Click or drag to resize

RichEdit.ShowSelection Method (Typed)

X#
Show the selection in the rich edit.

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

Parameters

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