Edit.SelectedText Property (Typed) | |
A string representing the text that is currently selected in this edit control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY SelectedText AS STRING GET SET
public virtual string SelectedText { get; set; }
Request Example
View SourceProperty Value
Type:
StringA string representing the text that is currently selected in this edit control.
See Also