ISSignature.SendToBack

Description

This function changes the z-order of the specified signature control (sends it to the back).

Syntax

object.SendToBack

Part Attribute Type Description
object Required
The object always implements the ISSignature interface

Example

Send the specified signature control to the back.

Dim aSignature
  
Set aSignature = Form.Controls_("Signature1")
aSignature.SendToBack  
Note:

The signature control is always behind the window controls.

This macro should be executed in any event handler of the form control.

Version information

Added in v8.5.0