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