Click or drag to resize

CheckMenuItem Class

Menu item that can be toggled on and off
Inheritance Hierarchy

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

The CheckMenuItem type exposes the following members.

Constructors
  NameDescription
Public methodCheckMenuItem
Initializes a new instance of the CheckMenuItem class.
Public methodCheckMenuItem(CheckCommand)
Initializes a new instance of the CheckMenuItem class with the specified command.
Top
Properties
  NameDescription
Public propertyChecked
Gets or sets a value indicating whether this CheckMenuItem is checked.
Top
Methods
Events
  NameDescription
Public eventCheckedChanged
Event to handle when the Checked property changes.
Top
Fields
  NameDescription
Public fieldStatic memberCheckedChangedEvent
Event identifier for the CheckedChanged event.
Top
Remarks
Most platforms show a check box next to the item when selected. Some platforms may not show the item's image.
See Also