开发者

Remove DotNET menu dropdown grey area for icons

开发者 https://www.devze.com 2022-12-08 06:54 出处:网络
How do I remove the area in a dropdown menu where the menu item icons are typically displayed? DropDownMenuGreyAreaHeadAche http://en.wiki.mcneel.com/content/upload/images/MenuImageBar.png

How do I remove the area in a dropdown menu where the menu item icons are typically displayed?

DropDownMenuGreyAreaHeadAche http://en.wiki.mcneel.com/content/upload/images/MenuImageBar.png

I just nee开发者_如何学编程d to remove the grey area in this particular dropdown, other dropdowns of menu items in the same menu bar need to retain this area because they do have icons.

Edit: This is WinForms.


You just need to set the ShowImageMargin property of the menu to false

0

精彩评论

暂无评论...
验证码 换一张
取 消