GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > DropDownEditor クラス : KeyPress イベント |
'Declaration
Public Event KeyPress As KeyPressEventHandler
'使用法
Dim instance As DropDownEditor Dim handler As KeyPressEventHandler AddHandler instance.KeyPress, handler
public event KeyPressEventHandler KeyPress
イベント ハンドラが、このイベントに関連するデータを含む、KeyPressEventArgs 型の引数を受け取りました。次の KeyPressEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 説明 |
---|---|
Handled | Gets or sets a value indicating whether the System.Windows.Forms.Control.KeyPress event was handled. |
KeyChar | Gets or sets the character corresponding to the key pressed. |