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