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
Public Interface IHandler
Inherits TextControlIHandler, CommonControlIHandler, ControlIHandler, WidgetIHandler
type IHandler =
interface
interface TextControlIHandler
interface CommonControlIHandler
interface ControlIHandler
interface WidgetIHandler
end
The CheckBoxIHandler type exposes the following members.
Properties
| Name | Description |
---|
| Checked |
Gets or sets the checked state
|
| ThreeState |
Gets or sets a value indicating whether this CheckBox allows three states: true, false, or null
|
TopSee Also