Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonQat Class
Members

In This Topic
    RibbonQat Class
    In This Topic
    Represents the Quick Access Toolbar (QAT) in a C1Ribbon control.
    Object Model
    RibbonQat ClassRibbonGroup ClassRibbonQatItemCollection ClassRibbonItem ClassRibbonQatItemCollection ClassRibbonItem ClassRibbonItemCollectionBase ClassC1Ribbon ClassC1StatusBar ClassRibbonTab Class
    Syntax
    'Declaration
     
    
    Public Class RibbonQat 
       Inherits RibbonItemContainer
    public class RibbonQat : RibbonItemContainer 
    Remarks
    The QAT is a user-customizable toolbar with frequently used commands. Typically, this toolbar shows commands such as Save, Undo, and Repeat, which should be in the forefront regardless of which Ribbon tab is open. The QAT can be placed above or below the Ribbon (see RibbonQat.BelowRibbon.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.Ribbon.RibbonItem
                C1.Win.Ribbon.RibbonItemContainer
                   C1.Win.Ribbon.RibbonQat

    See Also