[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonQat

RibbonQat Class

Represents the Quick Access Toolbar (QAT) in a C1Ribbon control.

Implements
ISupportUiaContainer
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class RibbonQat : RibbonItemContainer, IComponent, IDisposable, ISupportUiaContainer
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 BelowRibbon.

Constructors

Name Description
RibbonQat()

Creates a new instance of RibbonQat.

Properties

Name Description
BelowRibbon

Specifies whether the Quick Access Toolbar (QAT) will appear below the Ribbon.

CustomMenuButtons

Gets the collection of custom buttons in the QAT menu.

Enabled

Gets or sets whether RibbonQat is enabled.

Items

Gets the collection of items in the QAT.

MenuItems

Gets the collection of items in the QAT menu.

MenuVisible

Gets or sets whether the 'Customize QAT' drop-down button is visible.

ShowBelowItem

Gets or sets whether the 'Show Below the Ribbon' QAT menu item is visible.

ShowMinimizeItem

Gets or sets whether the 'Minimize the Ribbon' QAT menu item is visible.

ToolTip

Gets or sets the ToolTip string for the 'Customize QAT' drop-down button.

Visible

Gets or sets whether RibbonQat is visible.

Methods

Name Description
OnItemsChanged(QatItemsChangedEventArgs)

Raises the ItemsChanged event.

OnPositionChanged(EventArgs)

Raises the PositionChanged event.

ResetToolTip()

This member is for internal use only.

ShouldSerializeCustomMenuButtons()

Specifies whether to save the value of the CustomMenuButtons property.

ShouldSerializeItems()

This member is for internal use only.

ShouldSerializeMenuItems()
ShouldSerializeToolTip()

This member is for internal use only.

Events

Name Description
ItemsChanged

Occurs whenever a RibbonItem or RibbonGroup is added or removed to/from the Items collection.

PositionChanged

Occurs whenever the BelowRibbon property is changed.