开发者

How to disable context menu in WPF?

I have two Menu items in a wpf context, I bind them with command, how do I hide context menu when both items are n开发者_运维百科ot available, I mean when both commands cannot be executed?


Add an event handler for ContextMenuOpening event. Set Handled property in ContextMenuEventArgs object to true and the context menu will not open.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜