GroupBox.KeyPress イベント

定義

GroupBox コントロールにフォーカスがあるときに、ユーザーがキーを押したときに発生します。

public:
 event System::Windows::Forms::KeyPressEventHandler ^ KeyPress;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.KeyPressEventHandler KeyPress;
[<System.ComponentModel.Browsable(false)>]
member this.KeyPress : System.Windows.Forms.KeyPressEventHandler 
Public Custom Event KeyPress As KeyPressEventHandler 

イベントの種類

属性

注釈

GroupBox コントロールはフォーカスを取得できないため、このイベントは発生しません。

適用対象