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