Share via


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
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
'Usage

Members

  Member name Description
xdOKCancel OK and Cancel buttons are displayed. 
xdYesNo Yes and No buttons are displayed 
xdYesNoCancel Yes, No, and Cancel buttons are displayed. 

Remarks

These enumerated values are used by Confirm method.

See Also

Reference

Microsoft.Office.Interop.InfoPath Namespace