'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 )
Parameters
- e