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