OlkTimeControlEvents_SinkHelper.KeyPress Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub KeyPress ( _
ByRef param0 As Integer _
)
'Usage
Dim instance As OlkTimeControlEvents_SinkHelper
Dim param0 As Integer
instance.KeyPress(param0)
public virtual void KeyPress(
ref int param0
)
Parameters
- param0
Type: System.Int32
Implements
OlkTimeControlEvents.KeyPress(Int32)
See Also
Reference
OlkTimeControlEvents_SinkHelper Class