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

MessageBoxButton Enumeration

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

Specifies the buttons to include when you display 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
OKDisplays only the OK button.
OKCancelDisplays both the OK and Cancel buttons.

This enumeration is used by the MessageBox::Show(String, String, MessageBoxButton) method overload.

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