本文介绍了如何解除Windows Phone 8.1中的messageDialog programaticaly ..?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在Windows Phone 8.1中以编程方式关闭"消息"对话框。我使用 showAsync()创建了对话框。如果这是不可能的,这是创建具有以下属性的自定义消息对话框
的最佳方法:
1。它可以显示用于用户交互的测试和保持按钮。
2.可以通过编程方式解除
3.应该将视图阻止为正常MessageDialog
解决方案
How can I dismiss a Message dialog programmatically in Windows Phone 8.1. I created the dialog using showAsync(). If this is not possible which is the best method to create a custom message dialog with the following properties:
1. It can show test and hold buttons for user interaction.
2. It can be dismissed programmatically
3. Should block the view as a Normal MessageDialog do
解决方案
这篇关于如何解除Windows Phone 8.1中的messageDialog programaticaly ..?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!