Reflection
MouseButtonCombination Class Members
Properties  Methods 


The following tables list the members exposed by MouseButtonCombination.

Public Constructors
 NameDescription
Public ConstructorMouseButtonCombination ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyButtonGets the mouse button associated with the combination.  
Public PropertyClickCountGets the number of mouse clicks in the combination.  
Public PropertyModifierKeysGets the modifier key(s) associated with the combination.  
Top
Public Methods
 NameDescription
Public MethodEqualsDetermines whether the specified object is equal to the current object.  
Public MethodGetHashCodeServes as a hash function for a particular type.  
Public MethodGetSchemaReturns an in-memory representation of the XML schema used for SerializableList  
Public MethodGetTypeGets the System.Type of the current instance. (Inherited from object)
Public MethodReadXmlReads in a list type from an xml file  
Public MethodToStringReturns a string that represents the current object.  
Public MethodWriteXmlWrites out a list to xml format  
Top
Protected Methods
 NameDescription
Protected MethodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodMemberwiseCloneCreates a shallow copy of the current System.Object. (Inherited from object)
Top
Public Operators
public Operator Equality Determines whether two MouseButtonCombination instances are equal.
public Operator Inequality Determines whether two MouseButtonCombination instances are not equal.
Top
See Also