Click or drag to resize

RadioButtonIHandler Interface

Handler interface for the RadioButton

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[AutoInitializeAttribute(false)]
public interface IHandler : TextControlIHandler, 
	CommonControlIHandler, ControlIHandler, WidgetIHandler

The RadioButtonIHandler type exposes the following members.

Properties
  NameDescription
Public propertyChecked
Gets or sets a value indicating whether this RadioButton is checked.
Top
Methods
  NameDescription
Public methodCreate
Used when creating a new instance of the RadioButton to specify the controller
Top
Remarks
When using this handler, you must call Initialize in the constructor.
See Also