Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonEventArgs Class / Item Property

In This Topic
    Item Property (RibbonEventArgs)
    In This Topic
    Gets the item (or group, or tab) that originated the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As Component
    public Component Item {get;}
    See Also