次の方法で共有


KeyPressEventArgs クラス

定義

KeyPress イベントのイベント引数を定義します。 このクラスのインスタンスはキャッシュされます。KeyPressEventArgs は、手動で複製しない限り、関連するイベント内でのみ使用する必要があります。

public class KeyPressEventArgs : EventArgs
type KeyPressEventArgs = class
    inherit EventArgs
継承
KeyPressEventArgs

コンストラクター

KeyPressEventArgs(Char)

新しいインスタンスを構築します。

プロパティ

KeyChar

入力された ASCII 文字を定義する TT:System.Char を取得します。

適用対象