I have a VSIX Extension for Visual Studio 2017 which contains several toolbar buttons. I want the user to be able to select & deselect these buttons (similar to a set of radio buttons). I am using the Checked property of the MenuCommand, which works
fine, but shows the selection status using a blue square, which I would like to change. How can I change the visual appearance of the button based on the value of the Checked property? Or, if there is one, is there a built-in way to simulate radio buttons?
This is my first VSIX Extension, so please forgive me for any obvious questions. Thanks.
Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/