XdConfirmButtons 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 XdConfirmButtons enumeration is used to determine the type of buttons to be displayed in a message box.
public enum class XdConfirmButtons
[System.Runtime.InteropServices.Guid("64D26BA1-2CD5-3BF8-8F2F-50327BF0CA23")]
public enum XdConfirmButtons
type XdConfirmButtons =
Public Enum XdConfirmButtons
- Inheritance
-
XdConfirmButtons
- Attributes
Fields
Name | Value | Description |
---|---|---|
xdOKCancel | 1 | OK and Cancel buttons are displayed. |
xdYesNoCancel | 3 | Yes, No, and Cancel buttons are displayed. |
xdYesNo | 4 | Yes and No buttons are displayed |
Remarks
These enumerated values are used by Confirm(String, XdConfirmButtons) method.