IWebRadioButton

Assembly: WebForms;

Description

The IWebRadioButton interface contains properties and methods of the RadioButton web form component.

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebRadioButton

Properties

  Property name Brief description
Checked The Checked property determines whether a radio button is selected.

Properties inherited from IWebControl

  Property name Brief description
Color The Color property determines a component background color.
Enabled The Enabled property determines whether the component is available for the user.
Text The Text property determines the row identifying the component for the user.
Visible The Visible property determines whether the component is displayed when a form is executed.

See also:

WebForms Assembly Interfaces