This function changes the z-order of the specified label control relative to other controls (sends it to the back).
object.SendToBack
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISLabel interface |
Send the specified label control to the back.
Dim aLabel
Set aLabel = Form.Controls_("Label1")
aLabel.SendToBack