This function changes the z-order of the specified signature control (brings it to front).
object.BringToFront
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISSignature interface |
Bring the specified signature control to the front.
Dim aSignature
Set aSignature = Form.Controls_("Signature1")
aSignature.BringToFront The signature control is always behind the window controls.
This macro should be executed in any event handler of the form control.