OlkTimeControlEvents.MouseDown Method

Definition

This is a member in an event interface in a COM coclass. It is not intended to be used in your code.

public:
 void MouseDown(Microsoft::Office::Interop::Outlook::OlMouseButton Button, Microsoft::Office::Interop::Outlook::OlShiftState Shift, float X, float Y);
public void MouseDown (Microsoft.Office.Interop.Outlook.OlMouseButton Button, Microsoft.Office.Interop.Outlook.OlShiftState Shift, float X, float Y);
Public Sub MouseDown (Button As OlMouseButton, Shift As OlShiftState, X As Single, Y As Single)

Parameters

Button
OlMouseButton
Shift
OlShiftState
X
Single
Y
Single

Applies to