Share via


OlkCommandButtonEvents.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 OlkCommandButtonEvents
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

See Also

Reference

OlkCommandButtonEvents Interface

OlkCommandButtonEvents Members

Microsoft.Office.Interop.Outlook Namespace