FlexReport for WinForms
KeyPress イベント (C1FlexViewer)


C1.Win.FlexViewer.4 アセンブリ > C1.Win.FlexViewer 名前空間 > C1FlexViewer クラス : KeyPress イベント
シンタックス
'宣言
 
Public Event KeyPress As System.Windows.Forms.KeyPressEventHandler
'使用法
 
Dim instance As C1FlexViewer
Dim handler As System.Windows.Forms.KeyPressEventHandler
 
AddHandler instance.KeyPress, handler
public event System.Windows.Forms.KeyPressEventHandler KeyPress
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.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.  
参照