Share via


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
'Usage

Members

  Member name Description
xdCancel The Cancel button was clicked. 
xdNo The No button was clicked. 
xdOK The OK button was clicked. 
xdYes The Yes button was clicked. 

Remarks

These enumerated values are used by the Confirm method of the UIObject object.

See Also

Reference

Microsoft.Office.Interop.InfoPath Namespace