Click or drag to resize

ISubmenu Interface

Interface for submenus to access common Items properties

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

The ISubmenu type exposes the following members.

Properties
  NameDescription
Public propertyItems
Gets the collection of menu items to show in the submenu.
Public propertyTrim
Gets a value indicating whether this sub menu should trim its child menu items when loaded onto a form
Top
Extension Methods
  NameDescription
Public Extension MethodGetChildren
Gets an enumeration of all children of the specified submenu.
(Defined by SubmenuExtensions.)
Top
See Also