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