PowerTools SPREAD for Windows Forms 8.0J
KeyPress イベント


文字キーが押されたときに発生します。
構文
'Declaration
 
Public Event KeyPress As KeyPressEventHandler
'使用法
 
Dim instance As DropDownEditor
Dim handler As KeyPressEventHandler
 
AddHandler instance.KeyPress, handler
public event KeyPressEventHandler KeyPress
イベント データ

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

プロパティ説明
Handled取得またはを示す値を設定するかどうか、 System.Windows.Forms.Control.KeyPress イベントが処理します。  
KeyChar押されたキーに対応する文字を取得または設定します。  
解説
このイベントは、キーが押されたときに発生します。
参照

DropDownEditor クラス
DropDownEditor メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.