OlkListBoxEvents_SinkHelper.KeyPress Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
'Declaration
Public Overridable Sub KeyPress ( _
ByRef param0 As Integer _
)
'Usage
Dim instance As OlkListBoxEvents_SinkHelper
Dim param0 As Integer
instance.KeyPress(param0)
public virtual void KeyPress(
ref int param0
)
- param0
Type: System.Int32
OlkListBoxEvents.KeyPress(Int32)
OlkListBoxEvents_SinkHelper Class