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

XdConfirmButtons Enumeration (Microsoft.Office.Interop.InfoPath.SemiTrust)

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)
public enum XdConfirmButtons
 Member nameDescription
xdOKCancelOK and Cancel buttons are displayed. 
xdYesNoYes and No buttons are displayed 
xdYesNoCancelYes, No, and Cancel buttons are displayed. 

These enumerated values are used by Confirm method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.