OlkCommandButtonEvents_Event.KeyDown イベント

定義

ユーザーがキーを押したときに発生します。

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

イベントの種類

注釈

KeyDown イベント中に押された修飾子キー (Shift キー、Ctrl キー、ALT キー) の状態には、 パラメーターをShift使用してアクセスできます。

適用対象