Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonFontComboBox Class / SelectedIndex Property


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