GrapeCity ActiveReports for .NET 16.0J
KeyUp イベント (JsonConnectionStringEditorForm)

GrapeCity.ActiveReports.Design.Controls.JsonDataSourceEditor 名前空間 > JsonConnectionStringEditorForm クラス : KeyUp イベント
シンタックス
'宣言
 
<SRCategoryAttribute("CatKey")>
<SRDescriptionAttribute("ControlOnKeyUpDescr")>
Public Event KeyUp As System.Windows.Forms.KeyEventHandler
[SRCategory("CatKey")]
[SRDescription("ControlOnKeyUpDescr")]
public event System.Windows.Forms.KeyEventHandler KeyUp
イベント データ

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