ISBevel.SendToBack

Description

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

Syntax

object.SendToBack

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

Example

Send the specified bevel control to the back.

Dim aBevel

Set aBevel = Form.Controls_("Bevel2")
aBevel.SendToBack  
Note:

Version information

Added in v7.8.0