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