Expand Minimize
This topic has not yet been rated - Rate this topic

XdConfirmChoice Enumeration (Microsoft.Office.Interop.InfoPath)

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)
public enum XdConfirmChoice
 Member nameDescription
xdCancelThe Cancel button was clicked. 
xdNoThe No button was clicked. 
xdOKThe OK button was clicked. 
xdYesThe Yes button was clicked. 

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.