RichEditSelectionEvent.SelectionRange Property | |
A Range object representing the new selection range in the rich edit.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY SelectionRange AS Range GET
public virtual Range SelectionRange { get; }
Request Example
View SourceProperty Value
Type:
RangeA Range object representing the new selection range in the rich edit.
See Also