TrueChart for WinForms (C1Chart2D)
KeyPress イベント

C1.Win.C1Chart.4.5.2 アセンブリ > C1.Win.C1Chart 名前空間 > C1Chart クラス : KeyPress イベント
シンタックス
'宣言
 
Public Event KeyPress As System.Windows.Forms.KeyPressEventHandler
public event System.Windows.Forms.KeyPressEventHandler KeyPress
イベント データ

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

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