OlkCommandButtonEvents_SinkHelper.KeyDown Method

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

Syntax

'Declaration
Public Overridable Sub KeyDown ( _
    ByRef param0 As Integer, _
    param1 As OlShiftState _
)
'Usage
Dim instance As OlkCommandButtonEvents_SinkHelper
Dim param0 As Integer
Dim param1 As OlShiftState

instance.KeyDown(param0, param1)
public virtual void KeyDown(
    ref int param0,
    OlShiftState param1
)

Parameters

Implements

OlkCommandButtonEvents.KeyDown(Int32, OlShiftState)

See Also

Reference

OlkCommandButtonEvents_SinkHelper Class

OlkCommandButtonEvents_SinkHelper Members

Microsoft.Office.Interop.Outlook Namespace