'Declaration
Protected Overridable Function FindShortcut( _ ByVal commands As NCommandCollection, _ ByVal e As System.Windows.Forms.KeyEventArgs _ ) As NCommand
'Usage
Dim instance As NContextMenu Dim commands As NCommandCollection Dim e As System.Windows.Forms.KeyEventArgs Dim value As NCommand value = instance.FindShortcut(commands, e)
protected virtual NCommand FindShortcut( NCommandCollection commands, System.Windows.Forms.KeyEventArgs e )
Parameters
- commands
- e