UI2.Confirm(String, XdConfirmButtons) Method

Definition

Displays a message box with buttons for input from a user.

C#
public Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmChoice Confirm (string bstrPrompt, Microsoft.Office.Interop.InfoPath.SemiTrust.XdConfirmButtons lButtons);

Parameters

bstrPrompt
String

The text message to be displayed.

lButtons
XdConfirmButtons

Specifies the number and type of buttons to display. You may specify any of the values of the XdConfirmButtons enumeration.

Returns

An XdConfirmChoice enumeration.

Examples

In the following example, the Confirm method of the UIObject object is used to display a dialog box with Yes and No buttons:

thisXDocument.UI.<span class="label">Confirm</span>("Do you wish to continue?", XdConfirmButtons.xdYesNo);

Remarks

Important: This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Applies to

Prodotto Versioni
InfoPath external automation Latest