Nevron .NET Vision
Nevron.Chart.Windows Namespace / NShortcut Class / Match Method


In This Topic
    Match Method (NShortcut)
    In This Topic
    Returns true if the shortcut matches with the specified KeyEventArgs.
    Syntax
    'Declaration
     
    
    Public Function Match( _
       ByVal e As NKeyEventArgs _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShortcut
    Dim e As NKeyEventArgs
    Dim value As System.Boolean
     
    value = instance.Match(e)
    public System.bool Match( 
       NKeyEventArgs 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