Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / TextInputInputBox Field


In This Topic
TextInputInputBox Field
In This Topic
Represents the input text box of the form.
Syntax
'Declaration
 
Public TextInputInputBox As TextBox
 
'Usage
 
Dim instance As TextInput
Dim value As TextBox
 
value = instance.TextInputInputBox
 
instance.TextInputInputBox = value
See Also