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