XdConfirmChoice Enum

Definition

The XdConfirmChoice enumeration is used to determine which button is clicked in a message box.

public enum class XdConfirmChoice
public enum XdConfirmChoice
type XdConfirmChoice = 
Public Enum XdConfirmChoice
Inheritance
XdConfirmChoice

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