EditWindow.TextValue Property | |
A string representing the value held in the edit window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextValue AS USUAL GET SET
public virtual Usual TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA string representing the value held in the edit window.
Remarks
A string representing the value held in the edit window. For example, the value can be "Jones" or "$14,683.00".
See Also