Nevron.Chart.Windows Namespace / NMouseCommand Class / Match Method


Match Method (NMouseCommand)
Syntax
'Declaration
 
Public Function Match( _
   ByVal keys As Key, _
   ByVal mouseAction As MouseAction, _
   ByVal e As NMouseEventArgs _
) As System.Boolean
 
'Usage
 
Dim instance As NMouseCommand
Dim keys As Key
Dim mouseAction As MouseAction
Dim e As NMouseEventArgs
Dim value As System.Boolean
 
value = instance.Match(keys, mouseAction, e)

Parameters

keys
mouseAction
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