Create a set of OptionButton controls

Microsoft Office Outlook 2003

Show All Show All

Create a set of OptionButton controls

By default, all OptionButton controls in a container are part of a single option group. This means that selecting one of the buttons automatically sets all other option buttons on the page to False.

If you want more than one option group on the page, there are two ways to create additional groups:

  • Use the GroupName property to identify related buttons. This method reduces the number of controls required on the form , which can reduce the hard disk space required and improve the performance of the form. If you want to create an option group in a TabStrip (which is not a container), you must use the GroupName property.

  • Put related buttons in a Page, MultiPage , or Frame on the form.

What do you want to do?

Create a set of OptionButtons using the GroupName property

Add a control to a form