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

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