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