MouseButtonCombination Class Members
In This Topic
The following tables list the members exposed by MouseButtonCombination.
Public Constructors
Public Properties
| Name | Description |
| Button | Gets the mouse button associated with the combination. |
| ClickCount | Gets the number of mouse clicks in the combination. |
| ModifierKeys | Gets the modifier keys associated with the combination. |
Top
Public Methods
| Name | Description |
| Equals | Determines whether the specified object is equal to the current object. |
| 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 mouse button combination from an xml file |
| ToString | Returns a string that represents the current MouseButtonCombination object. |
| WriteXml | Writes out a mouse button combination to xml format |
Top
Public Operators
Equality | Determines whether two MouseButtonCombination instances are equal. |
Inequality | Determines whether two MouseButtonCombination instances are not equal. |
Top
See Also