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)]
public event System.Windows.Forms.KeyPressEventHandler? KeyPress;
[<System.ComponentModel.Browsable(false)>]
member this.KeyPress : System.Windows.Forms.KeyPressEventHandler 
Public Custom Event KeyPress As KeyPressEventHandler 

イベントの種類

KeyPressEventHandler
属性

注釈

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

適用対象