How to add an ApplicationButton to the RibbonBar?
|
Article Information
|
Article relates to VIBlend RibbonBar and ApplicationButton for WinForms
|
How To
|
Add controls to the ApplicationButton and associate it to the vRibbonBar.
|
Solution
|
To achieve this, follow these steps:
|
You can add any control to the ApplicationButton at design-time by using the ApplicationButton’s designer.
|
Use the DropDownWidth and DropDownHeight properties to change the size of the ApplicationButton's content area. In order to add a button to the ApplicationButton programmatically, you need to do the following:
|
|
You can associate the ApplicationButton to the vRibbonBar by using the vRibbonBar’s ApplicationButton property. If you want to programmatically associate the ApplicationButton to the vRibbonBar, you need to do the following:
|
|
|