Articles in this section
Category / Section

How to set the image for CollapsedDropDownButton in WinForms RibbonControlAdv?

1 min read

Image setting

The CollapsedDropDownButtonImage property gets or sets the image of the CollapsedDropDownButton.

C#

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

VB

Dim img As Image = Image.FromFile(Application.StartupPath +"\image.png")
Me.toolStripEx1.CollapsedDropDownButtonImage = 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