Click or drag to resize

RichEditSelectionEvent.SelectionType Property

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

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

Property Value

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