Share via


UI2.ShowSignatureDialog Method

Displays the Microsoft Office InfoPath 2003 Digital Signatures dialog box.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
'Usage

Remarks

The ShowSignatureDialog method can be used only in forms that have been enabled for digital signing. The method will return an error if used in a form that is not enabled for digital signing.

Example

In the following example, the ShowSignatureDialog method of the UIObject object is used to display the Microsoft Office InfoPath 2007 Digital Signatures dialog box:

thisXDocument.UI.ShowSignatureDialog();

See Also

Reference

UI2 Interface
UI2 Members
Microsoft.Office.Interop.InfoPath Namespace