Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / TextInputInputBox Field


In This Topic
    TextInputInputBox Field (TextInput)
    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
    public TextBox TextInputInputBox
    See Also