dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

implemented dropdownbutton #34

Closed plecos closed 6 years ago

plecos commented 7 years ago

I have added a new control called the MetroDropDownButton. This control adds the ability to have a drop down arrow on a MetroButton. Clicking the arrow opens a ContextMenuStrip. I also added the ability for this button to have an image associated with it.

image