Click or drag to resize

ToggleButton Class

Specialized Button that can be toggled on or off.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ToggleButton : Button

The ToggleButton type exposes the following members.

Constructors
  NameDescription
Public methodToggleButton
Initializes a new instance of the ToggleButton class
Top
Properties
  NameDescription
Public propertyChecked
Gets or sets a value indicating whether this ToggleButton is checked.
Top
Methods
Events
  NameDescription
Public eventCheckedChanged
Occurs when the Checked value changes.
Top
Fields
  NameDescription
Public fieldStatic memberCheckedChangedEvent
Identifier for handlers when attaching the CheckedChanged event.
Top
Remarks
This is similar to the CheckBox but appears depressed or highlighted when "checked".
See Also