Articles in this section
Category / Section

How to set the image for the menubutton on WinForms RibbonControlAdv?

1 min read

Image for menubutton

The MenuButtonImage property gets or sets the image for the menu button.

C#

Image img=Image.FromFile(Application.StartupPath + @"\image.png");
this.ribbonControlAdv1.MenuButtonImage = img;

VB

Dim img As Image = Image.FromFile(Application.StartupPath + "\image.png")
Me.ribbonControlAdv1.MenuButtonImage = img

 

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