Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NShortcut Class / MatchAny Method


In This Topic
    MatchAny Method (NShortcut)
    In This Topic
    Returns true if the shortcut matches any of the modifier keys and the key code.
    Syntax
    'Declaration
     
    
    Public Function MatchAny( _
       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.MatchAny(e)
    public System.bool MatchAny( 
       System.Windows.Forms.KeyEventArgs e
    )

    Parameters

    e
    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