PowerTools PlusPak for Windows Forms 8.0J
FunctionKeyPress イベント

ファンクションキーの押下時、またはファンクションキーと関連付けられたボタンのクリック時に発生します。
構文
Public Event FunctionKeyPress As FunctionKeyPressEventHandler
public event FunctionKeyPressEventHandler FunctionKeyPress
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、FunctionKeyPressEventArgs 型の引数を受け取りました。次の FunctionKeyPressEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
AltAltキーが押されたかどうかを示す値を取得します。  
ControlControlキーが押されたかどうかを示す値を取得します。  
Handledイベントが処理されたかどうかを示す値を取得します。  
Key押されたボタンに対応するキーボード上のキーを取得します。  
KeyIndex押されたボタンに対応するKeyItemオブジェクトのKeySet内でのインデックスを取得します。  
Modifiers修飾子キー (Ctrl、Shift、および Alt) の中で、どのキーの組み合わせが押されたのかを示す値を取得します。  
ShiftShiftキーが押されたかどうかを示す値を取得します。  
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcClassicFunctionKey クラス
GcClassicFunctionKey メンバ

Send Feedback