Name | Description | |
---|---|---|
ContextMenu Constructor | Overloaded. |
The following tables list the members exposed by ContextMenu.
Name | Description | |
---|---|---|
ContextMenu Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultMenuName | The name of the default context menu |
Name | Description | |
---|---|---|
Count | Gets a value indicating how many menu items (including separators) are in this menu. | |
MappingCollection | Gets a value indicating the set of menu items comprising this context menu. | |
Name | Gets a value indicating the descriptive name of this menu. |
Name | Description | |
---|---|---|
AddMenuItem | Adds a new context menu item to the end of the menu. | |
AddSeparator | Adds a new separator to the end of the menu. | |
ClearAllItems | Removes all items from the context menu, resulting in an empty menu. | |
Equals | Determines whether two ContextMenu instances are equal. | |
GetContextMenuItem | Returns a context menu item with the specified name. | |
GetHashCode | Serves as the default hash function. | |
GetSchema | Returns an in-memory representation of the XML schema used for SerializableList | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadXml | Reads in a list type from an xml file | |
RemoveItem | Removes a specified context menu item at a given position within the menu | |
ToString | Returns a string that represents the current object. (Inherited from object) | |
WriteXml | Writes out a list to xml format |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Equality | Determines whether the specified object is equal to the current object. |
Inequality | Determines whether the specified object is not equal to the current object. |