'Declaration
Protected Overridable Sub ProcessKeyPress( _ ByVal e As System.Windows.Forms.KeyPressEventArgs _ )
'Usage
Dim instance As NLightUIItem Dim e As System.Windows.Forms.KeyPressEventArgs instance.ProcessKeyPress(e)
protected virtual void ProcessKeyPress( System.Windows.Forms.KeyPressEventArgs e )
Parameters
- e