Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / TextLength Property

In This Topic
    TextLength Property (C1TextBoxBase)
    In This Topic
    Gets the length of text in the control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TextLength As Integer
    public int TextLength {get;}
    See Also