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, 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.) |