OlkTimeZoneControlEvents_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 OlkTimeZoneControlEvents_SinkHelper
Dim param0 As Integer
Dim param1 As OlShiftState
instance.KeyDown(param0, param1)
public virtual void KeyDown(
ref int param0,
OlShiftState param1
)
Parameters
- param0
Type: System.Int32
- param1
Type: Microsoft.Office.Interop.Outlook.OlShiftState
Implements
OlkTimeZoneControlEvents.KeyDown(Int32, OlShiftState)
See Also
Reference
OlkTimeZoneControlEvents_SinkHelper Class