Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the user releases a key.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event KeyUp As OlkTimeZoneControlEvents_KeyUpEventHandler
'Usage
Dim instance As OlkTimeZoneControlEvents_Event
Dim handler As OlkTimeZoneControlEvents_KeyUpEventHandler
AddHandler instance.KeyUp, handler
event OlkTimeZoneControlEvents_KeyUpEventHandler KeyUp
Remarks
The state of the modifier keys (SHIFT, CTRL, or ALT) that are pressed during the KeyUp event is accessible through the Shift parameter.
See Also
Reference
OlkTimeZoneControlEvents_Event Interface
OlkTimeZoneControlEvents_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.OlkTimeZoneControlEvents_KeyUpEventHandler