Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / ITextBoxBase Interface / Text Property

In This Topic
    Text Property (ITextBoxBase)
    In This Topic
    Gets or sets the current text in the text box.
    Syntax
    'Declaration
     
    
    Property Text As String
    string Text {get; set;}
    See Also