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