EasyLanguage Object Reference

RadioButton Class

The RadioButton class is a form control that allows the user to select a single option from a group of choices when combined with other RadioButton controls. Unlike the CheckBox class, you may make only a single selection within a group of radio buttons.

Namespace: elsystem.windows.forms

[ Expand All ]
Properties
  Name Type Description
Public property Checked bool Gets or sets a value indicating whether the control is checked.

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

Methods
  Name Description
Public property Create() Initializes a new instance of the RadioButton class.
Public property Create(text,width,height) Initializes a new instance of the RadioButton class.  Parameters include the Text to be displayed followed by the Width and Height of the control.
Events
  Name Description
Public event

Click

Occurs when a RadioButton control is clicked. See EventArgs for the properties returned by the handler's args parameter.

Inheritance Hierarchy

elsystem.Object

  elsystem.DotNetObject

    elsystem.ELComponent

      elsystem.ELWFComponent

        elsystem.windows.forms.Control

          elsystem.windows.forms.RadioButton