ISBevel.BringToFront

Description

This function changes the z-order of the specified bevel relative to other controls (brings it to front).

Syntax

object.BringToFront

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

Example

Bring the specified bevel to the front.

Dim aBevel

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

Version information

Added in v7.8.0