Hi everyone!
I'm trying to implement approach described in this MSDN article - http://msdn.microsoft.com/en-us/library/windows/desktop/dd316921(v=vs.85).aspx - and I want to do this for RibbonToggleButton (and also other types - like RibbonMenuItem etc). But it appears that I cannot add <Command.LargeImages> etc to my <RibbonToggleButton.Command> tag.
Can you please give me a hint how this approach can be applied to ribbon controls? An example will be great :)