'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Protected Overridable Sub OnKeyPress( _ ByVal e As System.Windows.Forms.KeyPressEventArgs _ )
'Usage
Dim instance As FormulaBar Dim e As System.Windows.Forms.KeyPressEventArgs instance.OnKeyPress(e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected virtual void OnKeyPress( System.Windows.Forms.KeyPressEventArgs e )
protected procedure OnKeyPress( e: System.Windows.Forms.KeyPressEventArgs ); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) protected function OnKeyPress( e : System.Windows.Forms.KeyPressEventArgs );
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected: virtual void OnKeyPress( System.Windows.Forms.KeyPressEventArgs* e )
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected: virtual void OnKeyPress( System.Windows.Forms.KeyPressEventArgs^ e )
Parameters
- e