InfoConnect for Unisys
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 keys 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 MethodReadXmlReads in a mouse button combination from an xml file  
Public MethodToStringReturns a string that represents the current MouseButtonCombination object.  
Public MethodWriteXmlWrites out a mouse button combination to xml format  
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