OlkCheckBoxEvents.KeyUp 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 KeyUp ( _
ByRef KeyCode As Integer, _
Shift As OlShiftState _
)
'Usage
Dim instance As OlkCheckBoxEvents
Dim KeyCode As Integer
Dim Shift As OlShiftState
instance.KeyUp(KeyCode, Shift)
[DispIdAttribute()]
void KeyUp(
ref int KeyCode,
OlShiftState Shift
)
Parameters
- KeyCode
Type: System.Int32
- Shift
Type: Microsoft.Office.Interop.Outlook.OlShiftState