ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / SelectionLength Property

In This Topic
    SelectionLength Property (C1Combo)
    In This Topic
    Returns or sets the number of characters selected within the editing window.
    Syntax
    'Declaration
     
    
    Public Property SelectionLength As Integer
    public int SelectionLength {get; set;}
    See Also