ribbon:button IsCancel?

Ribbon for WPF Forum

Posted 16 years ago by Frederick Ronci
Version: 3.0.0410
Avatar
I converted a std vs toolbar which contained button to a Ribbon. One of my toolbar button had "IsCancel=True" on it. This property doesn't seem to exist in "ribbon:button". Is there an equivalent I haven't seen or a workaround?

Thanks,

Comments (1)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Frederick,

Sorry the ribbon button doesn't currently have that feature. I think in code you could do this though:
AccessKeyManager.Register("\x001b", button);
That is what Microsoft does in the Button class when IsCancel = true.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.