ContentValue Property (IInputTextField)
In This Topic
Gets the content value of the input field as a string.
Syntax
'Declaration
ReadOnly Property ContentValue As String
string ContentValue {get;}
Property Value
The content value of the input field as a
System.String.
See Also