ISMemo.SendToBack

Description

This function changes the z-order of the specified memo control relative to other controls (sends it to the back).

Syntax

object.SendToBack

Part Attribute Type Description
object Required
The object always implements the ISMemo interface

Example

Send the specified memo control to the back.

Dim aMemo

Set aMemo = Form.Controls_("memComment")
aMemo.SendToBack 
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0