XlMouseButton 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.
Specifies which mouse button was pressed.
public enum class XlMouseButton
public enum XlMouseButton
Public Enum XlMouseButton
- Inheritance
-
XlMouseButton
Fields
Name | Value | Description |
---|---|---|
xlNoButton | 0 | No button was pressed. |
xlPrimaryButton | 1 | The primary button (normally the left mouse button) was pressed. |
xlSecondaryButton | 2 | The secondary button (normally the right mouse button) was pressed. |