Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Methods | This Package | All Packages
Encapsulates a radio button (or option button) control, which displays an option that can be turned on or off.
Component
|
+--Control
|
+--RadioButton
package com.ms.wfc.ui
public class RadioButton
extends Control****
Remarks
Radio buttons differ from check box controls because radio buttons in a container are mutually exclusive: turning one option on automatically turns all the other options off. To create several groups of mutually exclusive radio buttons on the same form, place each set of radio buttons in a container, such as a group box.