Click or drag to resize

CheckToolItemIHandler Interface

Handler for the CheckToolItem.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ToolItemIHandler, 
	ToolIHandler, WidgetIHandler

The CheckToolItemIHandler type exposes the following members.

Properties
  NameDescription
Public propertyChecked
Gets or sets a value indicating whether this item is checked.
Top
See Also