ButtonsMask Enum

Definition

Flag values that represent mouse buttons.

This enumeration supports a bitwise combination of its member values.

public enum class ButtonsMask
[System.Flags]
public enum ButtonsMask
[<System.Flags>]
type ButtonsMask = 
Public Enum ButtonsMask
Inheritance
ButtonsMask
Attributes

Fields

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.

Applies to