XdConfirmChoice enumeration
The XdConfirmChoice enumeration is used to determine which button is clicked in a message box.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Public Enumeration XdConfirmChoice
'Usage
Dim instance As XdConfirmChoice
public enum XdConfirmChoice
Members
| Member name | Description | |
|---|---|---|
| xdOK | The OK button was clicked. | |
| xdCancel | The Cancel button was clicked. | |
| xdYes | The Yes button was clicked. | |
| xdNo | The No button was clicked. |
Remarks
These enumerated values are used by the Confirm method of the UIObject object.