PowerTools PlusPak for Windows Forms 8.0J
KeyRepeat プロパティ (GcClassicFunctionKey)

キーを押し続けている間、FunctionKeyPressイベントを繰り返し発生させるかどうかを取得または設定します。
構文
Public Property KeyRepeat As Boolean
public bool KeyRepeat {get; set;}

プロパティ値

True は、キーを離すまで FKeyPress イベントが複数回発生することを示します。False(デフォルト)は、キーを押し続けたときにも FKeyPress イベントは 1 回だけしか発生しないことを示します。
解説

KeyRepeatプロパティをTrueに設定すると、ユーザーがキーを離すまでFunctionKeyPressイベントが繰り返し発生します。この場合にイベントが発生する回数は、タイピング速度とキーボードの遅延設定に依存します。

プラットフォーム

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