Windows Phone中的MessageBoxButtons成员

时间:2012-04-29 08:18:57

标签: c# silverlight windows-phone-7

System.Windows.Forms中的MessageBoxButtons类具有以下成员: 好的,OKCancel,AbortRetryIgnore,YesNo,YesNoCancel,RetryCancel。

我为Windows Phone编写,但没有看到这些成员。我只看到OK和OKCancel:enter image description here 但是OK和OKCancel不是我需要的。 如果我需要YesNo或其他按钮,我该怎么办?

2 个答案:

答案 0 :(得分:2)

您可以自定义消息框,下面显示了一个特定的实现: -

http://www.codeproject.com/Articles/271596/Customizing-MessageBox-on-Windows-Phone-7

答案 1 :(得分:1)

如果需要,您可以使用XNA中的Guide.BeginShowMessageBox方法自定义消息框的按钮文本,因此无需创建新控件!

如果您在应用程序中使用MVVM架构,则可以在MessageBoxService上找到Cimbalino Phone Windows Toolkit