OlMouseButton Enumeration

Indicates which mouse button is pressed during a mouse event.

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

Syntax

'Declaration
<GuidAttribute("0DCB2F52-1065-4FD4-BC45-1C11E6D1B279")> _
Public Enumeration OlMouseButton
'Usage
Dim instance As OlMouseButton
[GuidAttribute("0DCB2F52-1065-4FD4-BC45-1C11E6D1B279")]
public enum OlMouseButton

Members

Member name Description
olMouseButtonLeft Indicates that the primary (left) button on a mouse is pressed during the event.
olMouseButtonRight Indicates that the secondary (right) button on a mouse is pressed during the event.
olMouseButtonMiddle Indicates that the middle button on a mouse is pressed during the event.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace