ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / Select Method / Select(Int32,Int32) Method

In This Topic
    Select(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Sub Select( _
       ByVal idx As Integer, _
       ByVal l As Integer _
    ) 
    public new void Select( 
       int idx,
       int l
    )

    Parameters

    idx
    l
    See Also