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