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