ToggleButtonIHandler Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IHandler : ButtonIHandler,
TextControlIHandler, CommonControlIHandler, ControlIHandler, WidgetIHandler
Public Interface IHandler
Inherits ButtonIHandler, TextControlIHandler, CommonControlIHandler, ControlIHandler,
WidgetIHandler
type IHandler =
interface
interface ButtonIHandler
interface TextControlIHandler
interface CommonControlIHandler
interface ControlIHandler
interface WidgetIHandler
end
The ToggleButtonIHandler type exposes the following members.
Properties
| Name | Description |
---|
| Checked |
Gets or sets a value indicating whether the ToggleButton is checked.
|
TopSee Also