Click or drag to resize

ToggleButtonIHandler Interface

Handler interface for the ToggleButton

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ButtonIHandler, 
	TextControlIHandler, CommonControlIHandler, ControlIHandler, WidgetIHandler

The ToggleButtonIHandler type exposes the following members.

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