バージョン

PerformKeyAction メソッド

アクションを実行し、メッセージが処理された場合はTrueを返します。
シンタックス
'宣言
 
Protected Overrides Function PerformKeyAction( _
   ByVal actionCode As Enum, _
   ByVal shift As Boolean, _
   ByVal control As Boolean _
) As Boolean
protected override bool PerformKeyAction( 
   Enum actionCode,
   bool shift,
   bool control
)

パラメータ

actionCode
実行するアクション 。
shift
[Shift] キーが押されている場合はTrue。
control
[Ctrl] キーが押されている場合はTrue。

戻り値の型

処理の実行に成功した場合は True。
参照