Workaround for VS 2010 Beta 2 Bug: CommandBarButton.Style not honored, always Icon + Caption
October 26, 2009Back in VS.NET 2002/2003 the only way to change the style (Icon only, or Icon + Caption) of a CommandBarButton created from a Command was to cast the CommandBarControl returned by Command.AddControl to CommandBarButton and use the CommandBarButton.Style property. If you use that approach in VS 2010 Beta 2 you will find this bug that […]