|
Name |
Description |
|
AddItem
|
Adds a specific item link to the current PopupMenuBase.
|
|
AddItems
|
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
|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
|
|
Customize
|
Displays the customization dialog for the current PopupMenuBase object.
|
|
Dispose
|
Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.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
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.Object)
|
|
GetLifetimeService
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|
|
HidePopup
|
Hides the current PopupMenuBase object.
|
|
InitializeLifetimeService
|
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
|
|
InsertItem
|
Inserts a new item link in the item link collection of the current PopupMenuBase object before a specific collection element.
|
|
Merge
|
Merges the specified menu's items with the current menu's items.
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
RemoveLink
|
Removes a specific item link from the ItemLinks collection.
|
|
ShowPopup
|
Overloaded. Displays the current pop-up associated with a BarManager at a specific point.
|
|
ShowPopupCore
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
ToString
|
Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
|
|
UnMerge
|
Restores the original layout of the menu after a previous merge operation.
|