Access to VBOptionButton Control Methods

This functionality is supported only if you are using the Classic Agent.

To access the ActiveX methods and properties of a control of class VBOptionButton, you must set the Don’t Group Radio Buttons Into a List option in the Agent Options dialog box. There are several ways to do this:

Locally
Enter the following statement in your script(s): Agent.SetOption (OPT_RADIO_LIST, FALSE). The advantage of setting the option locally is that you can still treat a group of buttons as a radio list, for example, for selection purposes.
Globally
Open the Agent Options dialog box, click the Compatibility tab, and check the Don’t Group Radio Buttons into a List check box.