SignatureProvider.ShowSignatureSetup Method
Provides a signature provider add-in the opportunity to display the Signature Setup dialog box to the user.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub ShowSignatureSetup ( _
ParentWindow As Object, _
psigsetup As SignatureSetup _
)
'Usage
Dim instance As SignatureProvider
Dim ParentWindow As Object
Dim psigsetup As SignatureSetup
instance.ShowSignatureSetup(ParentWindow, _
psigsetup)
void ShowSignatureSetup(
Object ParentWindow,
SignatureSetup psigsetup
)
Parameters
ParentWindow
Type: System.ObjectContains the handle to the window containing the Signature Setup dialog box.
psigsetup
Type: Microsoft.Office.Core.SignatureSetupSpecifies initial settings of the signature provider.
Remarks
This method is used for both the insertion time configuration process and if a user later wants to re-configure the signature line. You display the Signature Setup dialog box during this callback and wait for the user to select OK or Cancel. It is not necessary to display a dialog box for signature setup unless you specifically need information from the author about the signature line. If you can provide all of the necessary details back to Microsoft Office without user input, then no dialog is necessary.