C++/CLI: make toolstripbuttons behave like radio buttonsFor anyone interested later, the solution was to use dynamic casting: ToolStripButton^ btn = dyna...
C++/CLI: make toolstripbuttons behave like radio buttonsI have been trying to build a toolstrip with ten buttons which act like radio buttons. In other word...