RichEdit.Selection Property (Typed) | |
A Selection object representing the currently selected text in the rich edit.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Selection AS Selection GET SET
public override Selection Selection { get; set; }
Request Example
View SourceProperty Value
Type:
SelectionA Selection object representing the currently selected text in the rich edit.
See Also