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

In This Topic
    SelectionStart Property (C1Combo)
    In This Topic
    Returns or sets the starting point of the text selection within the editing window.
    Syntax
    'Declaration
     
    
    Public Property SelectionStart As Integer
    public int SelectionStart {get; set;}
    See Also