Click or drag to resize

RadioCommand Class

Command for a radio button for a tool or menu item.
Inheritance Hierarchy

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

The RadioCommand type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyController
Gets or sets the controller of the radio button group.
Top
Methods
Remarks
A radio command works by using a Controller which allows you to group the radio buttons together.
See Also