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