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

The component has different properties available in the design mode and in the web form execution mode.

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.

Example

See also:

Creating a Web Form and Components Layout