Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NShortcut Class / Match Method / Match(KeyEventArgs) Method


In This Topic
    Match(KeyEventArgs) Method
    In This Topic
    Returns true if the shortcut matches with the specified KeyEventArgs.
    Syntax
    'Declaration
     
    
    Public Overloads Function Match( _
       ByVal e As System.Windows.Forms.KeyEventArgs _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShortcut
    Dim e As System.Windows.Forms.KeyEventArgs
    Dim value As System.Boolean
     
    value = instance.Match(e)
    public System.bool Match( 
       System.Windows.Forms.KeyEventArgs e
    )

    Parameters

    e

    Return Value

    Returns true only if the shortcut matches all modifiers and key code
    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