Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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.Ribbon.QatItemAction

    See Also