PowerTools PlusPak for Windows Forms 8.0J
IsInputKey メソッド (GcCalculator)

Keysの値の1つ。
指定したキーが通常の入力キーであるか、事前処理が必要な特殊キーであるかを判定します。
構文
Protected Overrides Function IsInputKey( _
   ByVal keyData As Keys _
) As Boolean
protected override bool IsInputKey( 
   Keys keyData
)

パラメータ

keyData
Keysの値の1つ。

戻り値の型

指定したキーが通常の入力キーである場合はtrue、それ以外の場合はfalse。
プラットフォーム

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

参照

GcCalculator クラス
GcCalculator メンバ

Send Feedback