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