ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Integer
    public System.int SelectedIndex {get; set;}
    See Also