Windows.Forms button with drop-down menu

后端 未结 9 2097
没有蜡笔的小新
没有蜡笔的小新 2020-12-02 14:31

I\'m developing simple C# application using Windows.Forms on .NET. I need some button that will show a drop-down menu with subcategories - much like ToolStripMenu, but the b

9条回答
  •  借酒劲吻你
    2020-12-02 14:53

    Infragistics has the WinDropDownButton: http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinDropDownButton_About_WinDropDownButton.html

    So it certainly exists, however you may not be looking for a paid third-party control.

提交回复
热议问题