ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonComboBox Class / SelectedIndex Property

In This Topic
    SelectedIndex Property (RibbonComboBox)
    In This Topic
    Gets or sets index of the selected item in the RibbonComboBox.
    Syntax
    'Declaration
     
    Public Property SelectedIndex As System.Integer
    public System.int SelectedIndex {get; set;}
    See Also