OlMouseButton 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.
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
Name | Value | Description |
---|---|---|
olMouseButtonLeft | 1 | Indicates that the primary (left) 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. |
olMouseButtonMiddle | 4 | Indicates that the middle button on a mouse is pressed during the event. |