Edit

Share via


OlkComboBoxEvents_Event.KeyDown Event

Definition

Occurs when a user presses a key.

public:
 event Microsoft::Office::Interop::Outlook::OlkComboBoxEvents_KeyDownEventHandler ^ KeyDown;
event Microsoft.Office.Interop.Outlook.OlkComboBoxEvents_KeyDownEventHandler KeyDown;
Event KeyDown As OlkComboBoxEvents_KeyDownEventHandler 

Event Type

Remarks

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

Applies to