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