UI2.ShowSignatureDialog Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the Microsoft Office InfoPath 2003 Digital Signatures dialog box.
public:
void ShowSignatureDialog();
public void ShowSignatureDialog ();
abstract member ShowSignatureDialog : unit -> unit
Public Sub ShowSignatureDialog ()
Implements
Examples
In the following example, the ShowSignatureDialog method of the UIObject object is used to display the Microsoft InfoPath Digital Signatures dialog box:
thisXDocument.UI.<span class="label">ShowSignatureDialog</span>();
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.