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