ApplicationMenu Methods
A MS Office 2007-inspired main menu for Ribbon UI.Name | Description |
---|---|
AddItem(BarItem) | Adds a specific item link to the current PopupMenuBase. Inherited from PopupMenuBase. |
AddItems(BarItem[]) | Adds an array of item links to the current PopupMenuBase. Inherited from PopupMenuBase. |
BeginInit() | Starts the runtime initialization of the PopupMenuBase object. Inherited from PopupMenuBase. |
BeginUpdate() | Locks the PopupMenuBase object by preventing visual updates of the object and its elements until the EndUpdate method is called. Inherited from PopupMenuBase. |
ClearLinks() | Removes all links from the PopupMenuBase object. Inherited from PopupMenuBase. |
CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject. |
Customize() | Displays the customization dialog for the current PopupMenuBase object. Inherited from PopupMenuBase. |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
EndInit() | Ends the runtime initialization of the PopupMenuBase object. Inherited from PopupMenuBase. |
EndUpdate() | Unlocks the PopupMenuBase object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from PopupMenuBase. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
GetPopup() | Returns the popup with the menu item that owns this PopupMenu. Inherited from PopupMenu. |
GetService(Type) protected | Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HidePopup() | Hides the current PopupMenu. Inherited from PopupMenu. |
InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
InsertItem(BarItemLink, BarItem) | Inserts a new item link in the item link collection of the current PopupMenuBase object before a specific collection element. Inherited from PopupMenuBase. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
Merge(PopupMenu) | Merges the specified menu’s items with the current menu’s items. Inherited from PopupMenuBase. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RemoveLink(BarItemLink) | Removes a specific item link from the PopupMenuBase.ItemLinks collection. Inherited from PopupMenuBase. |
ShowPopup(BarManager, Point, PopupControl) | Displays a child PopupMenu object at the specific point. Inherited from PopupMenu. |
ShowPopup(BarManager, Point) | Displays the context menu at the specified position. Inherited from PopupMenu. |
ShowPopup(Point, Object) | Displays the context menu at the specified position. Inherited from PopupMenu. |
ShowPopup(Point) | Displays the current PopupMenu at the specified screen point. Inherited from PopupMenu. |
ShowPopupCore(BarManager, Point, IPopup) | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from PopupMenu. |
ToString() | Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
UnMerge() | Restores the original layout of the menu after a previous merge operation. Inherited from PopupMenuBase. |
See Also