ToolGesture Members
Include Protected Members
Include Inherited Members
Represents a tool interaction with the mouse.
The ToolGesture type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the ToolGesture class.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Returns a value indicating whether this gesture matches an input event. (Overrides InputGesture.Matches(Object, InputEventArgs).)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that describes the gesture for diagnostic purposes. (Overrides Object.ToString().)
Top
Properties
Name
Description
Gets or sets whether this gesture is allowed to be performed while the left mouse button is pressed.
Gets or sets whether if this gesture is allowed to be performed while the middle mouse button is pressed.
Gets or sets the modifier keys that are allowed to be pressed for this gesture.
Gets or sets whether this gesture is allowed to be performed while the right mouse button is pressed.
Gets or sets the action associated with this gesture.
Gets or sets whether this gesture is allowed to be performed while the xbutton1 mouse button is pressed.
Gets or sets whether this gesture is allowed to be performed while the xbutton2 mouse button is pressed.
Top