Click or drag to resize

CheckToolItem 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 CheckToolItem : ToolItem

The CheckToolItem type exposes the following members.

Constructors
  NameDescription
Public methodCheckToolItem
Initializes a new instance of the CheckToolItem class.
Public methodCheckToolItem(CheckCommand)
Initializes a new instance of the CheckToolItem 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
See Also