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