ISSignature.BringToFront

Description

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

Syntax

object.BringToFront

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

Example

Bring the specified signature control to the front.

Dim aSignature

Set aSignature = Form.Controls_("Signature1")
aSignature.BringToFront  
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