ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.ComponentModel.Component
    public System.ComponentModel.Component Item {get;}
    See Also