ContextMenuItem Class Members
In This Topic
The following tables list the members exposed by ContextMenuItem.
Public Constructors
Public Fields
| Name | Description |
![Public Field](template/packages/core-dotnet/images/publicField.png) | Separator | Identifier for separator menu items |
Top
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Mapping | Gets a value indicating what this item is mapped to. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MenuItemType | Gets a value indicating the type of menu item this item refers to. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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 |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Equals | Determines whether two ContextMenuItem instances are equal. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetHashCode | Serves as a hash function for a particular type. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetSchema | Returns an in-memory representation of the XML schema used for SerializableList |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ReadXml | Reads in a list type from an xml file |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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