Click or drag to resize

RadioToolItem Class

Tool item that can be toggled on or off.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class RadioToolItem : ToolItem

The RadioToolItem type exposes the following members.

Constructors
  NameDescription
Public methodRadioToolItem
Initializes a new instance of the RadioToolItem class.
Public methodRadioToolItem(CheckCommand)
Initializes a new instance of the RadioToolItem class with the specified command.
Top
Properties
  NameDescription
Public propertyChecked
Gets or sets a value indicating whether this item is checked.
Top
Methods
  NameDescription
Public methodOnCheckedChanged
Raises the CheckedChanged event.
Top
Events
  NameDescription
Public eventCheckedChanged
Occurs when the Checked property is changed.
Top
Remarks
Note that there is only a single group of radio buttons allowed on a toolbar.
See Also