GrapeCity ActiveReports for .NET 16.0J
KeyPress イベント (Designer)

GrapeCity.ActiveReports.Design 名前空間 > Designer クラス : KeyPress イベント
Occurs when a character. space or backspace key is pressed while the control has focus.
シンタックス
'宣言
 
Public Event KeyPress As KeyPressEventHandler
public event KeyPressEventHandler KeyPress
イベント データ

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

プロパティ解説
Gets or sets a value indicating whether the System.Windows.Forms.Control.KeyPress event was handled.  
Gets or sets the character corresponding to the key pressed.  
参照