Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / GalleryEventArgs Class / GalleryItem Property

In This Topic
    GalleryItem Property (GalleryEventArgs)
    In This Topic
    Gets the RibbonGalleryItem object that caused the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GalleryItem As RibbonGalleryItem
    public RibbonGalleryItem GalleryItem {get;}
    See Also