Articles in this section
Category / Section

Customize the button backcolor appearance in WinForms RibbonControl.

1 min read

Customize the appearance of button color

In the WinForms RibbonControl, it is possible to customize the back color of the Customized QAT window button by using its function SetBackColorForCustomizedQATButtons.

C#

//Shows the QAT DropDown button
this.ribbonControlAdv1.ShowQuickItemsDropDownButton = true;
//Customizes the button backcolor
this.ribbonControlAdv1.SetBackColorForCustomizedQATButtons(Color.Red);

VB

'Shows the QAT DropDown button
Me.ribbonControlAdv1.ShowQuickItemsDropDownButton = True
'Customizes the button backcolor
Me.ribbonControlAdv1.SetBackColorForCustomizedQATButtons(Color.Red)

 

Show the default quick access toolbar

Figure 1: Default Customize Quick Access Toolbar

Show the customize quick access toolbar with customized button color

Figure 2: Customize Quick Access Toolbar with customized button color

 

Samples:

C#: https://www.syncfusion.com/downloads/support/directtrac/118903/ze/Ribbon_QAT1376264138

VB: https://www.syncfusion.com/downloads/support/directtrac/118903/ze/Ribbon_QAT_VB1875333056

Reference link: https://help.syncfusion.com/windowsforms/ribbon/quick-access-toolbar


Conclusion

I hope you enjoyed learning about how to customize the button backcolor appearance in WinForms RibbonControl.

You can refer to our  WinForms RibbonControl feature tour page to know about its other groundbreaking feature representations. You can also explore our WinForms RibbonControl documentation to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied