LayoutRoot.MouseRightButtonDown += (s, e) => { e.Handled = true; }; //Disable the contextual menu 其中LayoutRoot是你的父控件(在这种情况下是Grid)。 祝你好运。Where LayoutRoot is your parent control (Grid on this case).Best regards. 这篇关于禁用弹出安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-28 01:38