Click or drag to resize

CheckCommand Class

Command for a menu/tool item that can be checked on or off.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class CheckCommand : Command, 
	IValueCommand<bool>, ICommand

The CheckCommand type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChecked
Gets or sets a value indicating whether this command is checked.
Top
Methods
Events
  NameDescription
Public eventCheckedChanged
Occurs when the Checked value has changed.
Top
See Also