XdConfirmChoice 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.
The XdConfirmChoice enumeration is used to determine which button is clicked in a message box.
public enum class XdConfirmChoice
[System.Runtime.InteropServices.Guid("E745B14F-F557-3C50-8F8C-17ECF9CCC799")]
public enum XdConfirmChoice
type XdConfirmChoice =
Public Enum XdConfirmChoice
- Inheritance
-
XdConfirmChoice
- Attributes
Fields
Name | Value | Description |
---|---|---|
xdOK | 1 | The OK button was clicked. |
xdCancel | 2 | The Cancel button was clicked. |
xdYes | 6 | The Yes button was clicked. |
xdNo | 7 | The No button was clicked. |
Remarks
These enumerated values are used by the Confirm(String, XdConfirmButtons) method of the UIObject object.