Click or drag to resize

Menu Class

Base class for menu items
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract class Menu : BindableWidget

The Menu type exposes the following members.

Constructors
  NameDescription
Protected methodMenu
Initializes a new instance of the Menu class
Top
Methods
  NameDescription
Protected methodOnLoad
Called when the menu is assigned to a control/window
Protected methodOnPreLoad
Called before the menu is assigned to a control/window
Protected methodOnUnLoad
Called when the menu is removed from a control/window
Top
See Also