OlkDateControlEvents.MouseDown Method
This is a member in an event interface in a COM coclass. It is not intended to be used in your code.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub MouseDown ( _
Button As OlMouseButton, _
Shift As OlShiftState, _
X As Single, _
Y As Single _
)
'Usage
Dim instance As OlkDateControlEvents
Dim Button As OlMouseButton
Dim Shift As OlShiftState
Dim X As Single
Dim Y As Single
instance.MouseDown(Button, Shift, X, Y)
[DispIdAttribute()]
void MouseDown(
OlMouseButton Button,
OlShiftState Shift,
float X,
float Y
)
Parameters
- Button
Type: Microsoft.Office.Interop.Outlook.OlMouseButton
- Shift
Type: Microsoft.Office.Interop.Outlook.OlShiftState
- X
Type: System.Single
- Y
Type: System.Single