Click or drag to resize

CheckMenuItemIHandler Interface

Handler interface for the CheckMenuItem.

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

The CheckMenuItemIHandler type exposes the following members.

Properties
  NameDescription
Public propertyChecked
Gets or sets a value indicating whether the menu item is checked.
Top
See Also