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