FlexReport for WinForms
KeyDown イベント (C1FlexViewer)


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

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

プロパティ解説
Gets a value indicating whether the ALT key was pressed.  
Gets a value indicating whether the CTRL key was pressed.  
Gets or sets a value indicating whether the event was handled.  
Gets the keyboard code for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event.  
Gets the key data for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event.  
Gets the keyboard value for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event.  
Gets the modifier flags for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed.  
Gets a value indicating whether the SHIFT key was pressed.  
Gets or sets a value indicating whether the key event should be passed on to the underlying control.  
参照