This documentation is archived and is not being maintained.
XdConfirmChoice enumeration
The XdConfirmChoice enumeration is used to determine which button is clicked in a message box.
Namespace:
Microsoft.Office.Interop.InfoPathAssembly:
Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
No code example is currently available or this language may not be supported.
| 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. |
These enumerated values are used by the Confirm method of the UIObject object.