'Declaration
Function ProcessKeyPress( _ ByVal e As System.Windows.Forms.KeyPressEventArgs _ ) As System.Boolean
'Usage
Dim instance As INKeyboardEventProcessor Dim e As System.Windows.Forms.KeyPressEventArgs Dim value As System.Boolean value = instance.ProcessKeyPress(e)
System.bool ProcessKeyPress( System.Windows.Forms.KeyPressEventArgs e )
Parameters
- e