MessageDialogCommand Enum
Definition
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 the responses of a MessageDialog.
public enum class MessageDialogCommand
public enum class MessageDialogCommand
enum MessageDialogCommand
public enum MessageDialogCommand
type MessageDialogCommand =
Public Enum MessageDialogCommand
- Inheritance
-
MessageDialogCommand
Fields
Abort | 3 | |
Cancel | 2 | |
Ignore | 5 | |
No | 7 | |
Ok | 1 | |
Retry | 4 | |
Yes | 6 |
Remarks
These values are meant to conveniently map to the ID___ values defined in winuser.h.