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

In This Topic
    Item Property (QatItemsChangedEventArgs)
    In This Topic
    Gets the RibbonItem or RibbonGroup that is added or removed to/from the QAT.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As Component
    public Component Item {get;}
    Remarks
    This property returns null (Nothing in VB) if Action is equal to QatItemAction.Reset.
    See Also