Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The XdConfirmButtons enumeration is used to determine the type of buttons to be displayed 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 XdConfirmButtons
'Usage
Dim instance As XdConfirmButtons
public enum XdConfirmButtons
Members
| Member name | Description | |
|---|---|---|
| xdOKCancel | OK and Cancel buttons are displayed. | |
| xdYesNoCancel | Yes , No, and Cancel buttons are displayed. | |
| xdYesNo | Yes and No buttons are displayed |
Remarks
These enumerated values are used by Confirm method.