MessageBoxResult Enumeration
TOC
Collapse the table of content
Expand the table of content

MessageBoxResult Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Represents a user's response to a message box.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
NoneThis value is not currently used.
OKThe user clicked the OK button.
CancelThe user clicked the Cancel button or pressed ESC.
YesThis value is not currently used.
NoThis value is not currently used.

This enumeration is used by the MessageBox::Show method.

The following code example demonstrates how to use this enumeration.

No code example is currently available or this language may not be supported.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft