Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandParent Class / ProcessShortcut Method
The KeyEventArgs to process.


In This Topic
    ProcessShortcut Method (NCommandParent)
    In This Topic
    Processes a keyboard combination recursively.
    Syntax
    '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
    The KeyEventArgs to process.

    Return Value

    True if a valid shortcut command has been found, false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also