This function changes the z-order of the form relative to other forms on the Profile workspace (sends it to the back).
object.SendToBack
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
Send the form to the back.
Dim aForm
Set aForm = Profile.Form
aForm.SendToBack