FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon 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