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