XlMouseButton Enumeration

Specifies which mouse button was pressed.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlMouseButton
'Usage
Dim instance As XlMouseButton
public enum XlMouseButton

Members

Member name Description
xlNoButton No button was pressed.
xlPrimaryButton The primary button (normally the left mouse button) was pressed.
xlSecondaryButton The secondary button (normally the right mouse button) was pressed.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace