ButtonsMask Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flag values that represent mouse buttons.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum ButtonsMask
type ButtonsMask =
- Inheritance
-
System.EnumButtonsMask
- Attributes
-
System.FlagsAttribute
Fields
Name | Value | Description |
---|---|---|
Primary | 1 | Indicates the primary mouse button. Most commonly, this is the left mouse button. |
Secondary | 2 | Indicates the secondary mouse button. Most commonly, this is the right mouse button. |