Click or drag to resize

MenuBar Methods

The MenuBar type exposes the following members.

Methods
  NameDescription
Protected methodOnLoad
Called when the menu is assigned to a control/window
(Overrides MenuOnLoad(EventArgs).)
Protected methodOnPreLoad
Called before the menu is assigned to a control/window
(Overrides MenuOnPreLoad(EventArgs).)
Protected methodOnUnLoad
Called when the menu is removed from a control/window
(Overrides MenuOnUnLoad(EventArgs).)
Top
Extension Methods
  NameDescription
Public Extension MethodGetChildren
Gets an enumeration of all children of the specified submenu.
(Defined by SubmenuExtensions.)
Top
See Also