Click or drag to resize

CheckBoxIHandler Interface

Handler interface for the CheckBox control

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

The CheckBoxIHandler type exposes the following members.

Properties
  NameDescription
Public propertyChecked
Gets or sets the checked state
Public propertyThreeState
Gets or sets a value indicating whether this CheckBox allows three states: true, false, or null
Top
See Also