ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / QatItemAction Enumeration

In This Topic
    QatItemAction Enumeration
    In This Topic
    Specifies whether the item was added or removed to/from the QAT.
    Syntax
    'Declaration
     
    Public Enum QatItemAction 
       Inherits System.Enum
    public enum QatItemAction : System.Enum 
    Members
    MemberDescription
    ItemAddedAn item was added to the QAT.
    ItemRemovedAn item was removed from the QAT.
    ResetThe contents of the QAT changed dramatically.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Ribbon.QatItemAction

    See Also