OlMouseButton Enum

Definition

Indicates which mouse button is pressed during a mouse event.

public enum class OlMouseButton
[System.Runtime.InteropServices.Guid("0DCB2F52-1065-4FD4-BC45-1C11E6D1B279")]
public enum OlMouseButton
Public Enum OlMouseButton
Inheritance
OlMouseButton
Attributes

Fields

olMouseButtonLeft 1

Indicates that the primary (left) button on a mouse is pressed during the event.

olMouseButtonMiddle 4

Indicates that the middle button on a mouse is pressed during the event.

olMouseButtonRight 2

Indicates that the secondary (right) button on a mouse is pressed during the event.

Applies to