Click or drag to resize

MenuISubmenuHandler Interface

Handler interface for menus that implement a submenu

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ISubmenuHandler

The MenuISubmenuHandler type exposes the following members.

Methods
  NameDescription
Public methodAddMenu
Adds the menu item
Public methodClear
Clears the menu of all items
Public methodRemoveMenu
Removes the specified menu item
Top
Remarks
This is used by the MenuItemCollection to add/remove/clear menu items
See Also