'宣言 Protected Overridable Sub OnKeyPress( _ ByVal e As System.Windows.Forms.KeyPressEventArgs _ )
'使用法 Dim instance As BaseForm Dim e As System.Windows.Forms.KeyPressEventArgs instance.OnKeyPress(e)
protected virtual void OnKeyPress( System.Windows.Forms.KeyPressEventArgs e )
パラメータ
- e