'Declaration
Public Overridable Function ProcessShortcut( _ ByVal e As System.Windows.Forms.KeyEventArgs _ ) As System.Boolean
'Usage
Dim instance As NCommandParent Dim e As System.Windows.Forms.KeyEventArgs Dim value As System.Boolean value = instance.ProcessShortcut(e)
public virtual System.bool ProcessShortcut( System.Windows.Forms.KeyEventArgs e )
Parameters
- e