views:

7

answers:

0

Hello,

I'm using the MS Ribbon Library in the latest .NET 4.0. I've started working with the RibbonCommand and thought I'd make it fancy with some InputGesture. I found that when I've added the InputGesture to the RibbonCommand, the commands are executed regardless if the window with the RibbonControl is active or not.

Is this part of the RibbonCommand intention or is there a way to execute the RibbonCommand on only controls that are active.