FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / Value Property


In This Topic
Value Property (InputTextBox)
In This Topic
Gets or sets the value in the control.
Syntax
'Declaration
 
Public Overrides Property Value As Object
 
'Usage
 
Dim instance As InputTextBox
Dim value As Object
 
instance.Value = value
 
value = instance.Value
See Also