MessageDialogCommandSet Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies constants defining which commands are available on a MessageDialog.
public enum class MessageDialogCommandSet
C++/CX
public enum class MessageDialogCommandSet
enum MessageDialogCommandSet
public enum MessageDialogCommandSet
type MessageDialogCommandSet =
Public Enum MessageDialogCommandSet
- Inheritance
-
MessageDialogCommandSet
Name | Value | Description |
---|---|---|
Ok | 0 | |
OkCancel | 1 | |
AbortRetryIgnore | 2 | |
YesNoCancel | 3 | |
YesNo | 4 | |
RetryCancel | 5 |
These values are meant to conveniently map to the MD___ values defined in WinUser.h.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |