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