RibbonQuickAccessToolbar - harborsiem/WinForms-Ribbon GitHub Wiki
RibbonQuickAccessToolbar
In the markup file this control is called QuickAccessToolbar
Public constructors, methods, properties and events:
Constructors:
| Name | Description |
|---|---|
| RibbonQuickAccessToolbar(RibbonStrip, uint) | Initializes a new instance of the RibbonQuickAccessToolbar class. |
| RibbonQuickAccessToolbar(RibbonStrip, uint, uint) | Initializes a new instance of the RibbonQuickAccessToolbar class with customize Button. |
Methods:
Properties:
| Name | Description |
|---|---|
| CommandId | Get the Id; set by constructor. |
| CommandType | Get the CommandType. Before this control is in view by the UI, the CommandType is Unknown. After this control is first time in UI view the CommandType is CommandCollection. |
| Name | Get, Set an optional Name. |
| Ribbon | Get the RibbonStrip (set by constructor). |
| ResourceIds | Get class MarkupResIds. This class delivers all markup resource ids for a Command. Only available if RibbonStrip.Markupheader is set. |
| QatItemsSource | Get a Command collection for QuickAccessToolbar items. |
| Tag | Get, Set an optional Tag. |
Events:
| Name | Description |
|---|---|
| Click | User can handle the click of the customize button. |
| CreateUICommand | Control is created by the Ribbon Framework |
| DestroyUICommand | Control is destroyed by the Ribbon Framework |