MouseOptions Methods |
The MouseOptions type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetHandledButtons |
Sets whether the specified MouseButtons will be handled or not. To turn off mouse handling for
all buttons, you can set the AutoHandleMouse property to false.
The MouseButtons enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| |
ToString |
Returns a String that represents the current Object.
(Overrides ObjectToString.) |