Label.KeyPress イベント

このメンバは、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。

Public Shadows Event KeyPress As KeyPressEventHandler
[C#]
public new event KeyPressEventHandler KeyPress;
[C++]
public: __event KeyPressEventHandler* KeyPress;

[JScript] JScript では、このクラスで定義されているイベントを処理できます。ただし、独自に定義することはできません。

参照

Label クラス | Label メンバ | System.Windows.Forms 名前空間