GrapeCity.Win.Bars 名前空間 > GcClassicFunctionKey クラス : FunctionKeyPress イベント |
Public Event FunctionKeyPress As FunctionKeyPressEventHandler
public event FunctionKeyPressEventHandler FunctionKeyPress
イベント ハンドラが、このイベントに関連するデータを含む、FunctionKeyPressEventArgs 型の引数を受け取りました。次の FunctionKeyPressEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Alt | Altキーが押されたかどうかを示す値を取得します。 |
Control | Controlキーが押されたかどうかを示す値を取得します。 |
Handled | イベントが処理されたかどうかを示す値を取得します。 |
Key | 押されたボタンに対応するキーボード上のキーを取得します。 |
KeyIndex | 押されたボタンに対応するKeyItemオブジェクトのKeySet内でのインデックスを取得します。 |
Modifiers | 修飾子キー (Ctrl、Shift、および Alt) の中で、どのキーの組み合わせが押されたのかを示す値を取得します。 |
Shift | Shiftキーが押されたかどうかを示す値を取得します。 |
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