ContextMenuItem Class Members
In This Topic
The following tables list the members exposed by ContextMenuItem.
Public Constructors
Public Fields
| Name | Description |
| Separator | Identifier for separator menu items |
Top
Public Properties
| Name | Description |
| Mapping | Gets a value indicating what this item is mapped to. |
| MenuItemType | Gets a value indicating the type of menu item this item refers to. |
| Name | Gets a value indicating the name of the menu item. For separator items, the value ContextMenuItem.Separator is returned. |
Top
Public Methods
| Name | Description |
| Equals | Determines whether two ContextMenuItem instances are equal. |
| GetHashCode | Serves as a hash function for a particular type. |
| GetSchema | Returns an in-memory representation of the XML schema used for SerializableList |
| ReadXml | Reads in a list type from an xml file |
| WriteXml | Writes out a list to xml format |
Top
Public Operators
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. |
Top
See Also