Click or drag to resize

RadioMenuItemIHandler Interface

Handler interface for the RadioMenuItem.

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

The RadioMenuItemIHandler type exposes the following members.

Properties
  NameDescription
Public propertyChecked
Gets or sets a value indicating whether this RadioMenuItem is checked.
Top
Methods
  NameDescription
Public methodCreate
Creates the menu item with the specified controller.
Top
See Also