SignatureProvider.ShowSignatureSetup(Object, SignatureSetup) 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.
Provides a signature provider add-in the opportunity to display the Signature Setup dialog box to the user.
public:
void ShowSignatureSetup(System::Object ^ ParentWindow, Microsoft::Office::Core::SignatureSetup ^ psigsetup);
public void ShowSignatureSetup (object ParentWindow, Microsoft.Office.Core.SignatureSetup psigsetup);
abstract member ShowSignatureSetup : obj * Microsoft.Office.Core.SignatureSetup -> unit
Public Sub ShowSignatureSetup (ParentWindow As Object, psigsetup As SignatureSetup)
Parameters
- ParentWindow
- Object
Contains the handle to the window containing the Signature Setup dialog box.
- psigsetup
- SignatureSetup
Specifies 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.