RichEdit.SelectionType Property (Typed)
|
|
A constant representing the type of the current selection in the rich edit:
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.24 GA
Syntax VIRTUAL PROPERTY SelectionType AS LONG GET
public virtual int SelectionType { get; } Request Example
View SourceProperty Value
Type:
LongA 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