How To add a QuickAccessToolbar to the RibbonBar?
|
Article Information
|
Article relates to VIBlend RibbonBar and QuickAccessToolbar for WinForms
|
How To
|
Add a control to the QuickAccessToolbar and associate it to the vRibbonBar
|
Solution
|
You can add a button, radiobutton, checkbox, combobox, textbox and label to the QAT at design-time by using the QAT’s ActionList.
|
In order to add a button to the QAT programmatically, you need to do the following:
|
|
To add the QAT to the vRibbonBar at design-time, you need to set the QuickAccessToolbar property of the vRibbonBar.
|
If you want to programmatically add the QAT to the vRibbonBar, you can do the following:
|
|
|