OlkTimeControlEvents_Event.KeyDown Event

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

Syntax

'Declaration
Event KeyDown As OlkTimeControlEvents_KeyDownEventHandler
'Usage
Dim instance As OlkTimeControlEvents_Event
Dim handler As OlkTimeControlEvents_KeyDownEventHandler

AddHandler instance.KeyDown, handler
event OlkTimeControlEvents_KeyDownEventHandler KeyDown

Remarks

The state of the modifier keys (SHIFT, CTRL, or ALT) that are pressed during the KeyDown event is accessible through the Shift parameter.

See Also

Reference

OlkTimeControlEvents_Event Interface

OlkTimeControlEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace

Microsoft.Office.Interop.Outlook.OlkTimeControlEvents_KeyDownEventHandler