XdConfirmChoice enumeration
The XdConfirmChoice enumeration is used to determine which button is clicked in a message box.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
<GuidAttribute("E745B14F-F557-3C50-8F8C-17ECF9CCC799")> _
Public Enumeration XdConfirmChoice
'Usage
Dim instance As XdConfirmChoice
[GuidAttribute("E745B14F-F557-3C50-8F8C-17ECF9CCC799")]
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.