Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGallery Class / SelectedIndex Property

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