Click or drag to resize

RichEdit.SelectionType Property

X#
A constant representing the type of the current selection in the rich edit:

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY SelectionType AS USUAL GET 
Request Example View Source

Property Value

Type: Usual
A constant representing the type of the current selection in the rich edit:
Remarks
One of the following constants representing the type of the current selection in the rich edit:
ConstantDescription
RESEL_EMPTYCurrent selection is empty
RESEL_TEXTCurrent selection is text
See Also