c# - Visual studio Toolbars menu items like menu item in VSIX -


does knows how implement menu item toggle icon similar visual studio toolbar menu. enter image description here

you need create class handles command´s beforequerystatus event , use checkbox in side.

the simliar issue has been asked here:

https://social.msdn.microsoft.com/forums/vstudio/en-us/f3acc18c-b176-4f06-a8d1-cccff3d4bf7f/how-to-disable-and-enable-menu-commands-in-vspackage?forum=vsx

how create command menu item checkbox?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -