RichEdit.SelectionType Property | |
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
public virtual Usual SelectionType { get; }
Request Example
View SourceProperty Value
Type:
UsualA 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:
Constant | Description |
---|
RESEL_EMPTY | Current selection is empty |
RESEL_TEXT | Current selection is text |
See Also