RichEdit.SelectedText Property (Typed)
|
|
A string representing the currently selected text in the rich edit.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.24 GA
Syntax VIRTUAL PROPERTY SelectedText AS STRING GET
public override string SelectedText { get; } Request Example
View SourceProperty Value
Type:
StringA string representing the currently selected text in the rich edit.
See Also