Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / SelectionLength Property

In This Topic
    SelectionLength Property (C1ComboBox)
    In This Topic
    Gets or sets the number of characters selected in the drop down control.
    Syntax
    'Declaration
     
    
    Public Property SelectionLength As Integer
    public int SelectionLength {get; set;}
    See Also