Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGallery Class / SelectedItem Property


In This Topic
    SelectedItem Property (RibbonGallery)
    In This Topic
    Gets the selected item in the RibbonGallery.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedItem As RibbonGalleryItem
    'Usage
     
    
    Dim instance As RibbonGallery
    Dim value As RibbonGalleryItem
     
    value = instance.SelectedItem
    public RibbonGalleryItem SelectedItem {get;}
    See Also