XdConfirmButtons Enumeration
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.