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