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