XdConfirmChoice Enum

Definition

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

xdCancel 2

The Cancel button was clicked.

xdNo 7

The No button was clicked.

xdOK 1

The OK button was clicked.

xdYes 6

The Yes button was clicked.

Remarks

These enumerated values are used by the Confirm(String, XdConfirmButtons) method of the UIObject object.

Applies to