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