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