RadioButton

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebRadioButton

          WebRadioButton

Description

The RadioButton component implements radio buttons that are used to select a single option from several available ones.

Comments

In the form design mode one can determine the following properties for the component:

The component has the onChange event, which can track radio button state. If the checked property is set to True for a radio button, other radio buttons will have the checked property set to False automatically. When web form is working, one can get or change component properties that are available in the IWebRadioButton interface.

Example

See also:

Creating a Web Form and Components Layout