ISRadioButton.SendToBack

Description

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

Syntax

object.SendToBack

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

Example

Send the specified radio button to the back.

Dim aRadioButton

Set aRadioButton = Form.Controls_("rbCaseOne")
aRadioButton.SendToBack  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0