OlkComboBoxEvents_Event.KeyUp Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the user releases a key.
public:
event Microsoft::Office::Interop::Outlook::OlkComboBoxEvents_KeyUpEventHandler ^ KeyUp;
event Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyUpEventHandler KeyUp;
Event KeyUp As OlkComboBoxEvents_KeyUpEventHandler
Event Type
Remarks
The state of the modifier keys (SHIFT, CTRL, or ALT) that are pressed during the KeyUp event is accessible through the Shift
parameter.