Assembly: Forms;
The IRibbonQuickAccessToolbar interface contains properties that are used to work with the quick access toolbar.
IRibbonQuickAccessToolbar
The quick access toolbar includes controls that duplicate any main ones or frequently used commands. Use the IRibbon.QuickAccessToolbar property to get parameters of quick access toolbar.
Property name | Brief description | |
The Elements property returns the collection of controls placed on the quick access toolbar. |
Property name | Brief description | |
ComponentCount | The ComponentCount property returns the number of child components located on the parent component. | |
Components | The Components property returns the child component, which index is passed by the input parameter. | |
Data | The Data property is used to store any custom data. | |
Name | The Name property determines a component name. | |
Tag | The compiler does not use the Tag property. The user can change the value of the Tag property and use it as he wishes. |
See also: