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