ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1DropDownControl Class / TextLength Property

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

    Property Value

    The number of characters contained in the text of the control.
    See Also