Intersoft ClientUI Documentation
Matches Method (InputGesture)



When overridden in a derived class, determines whether the specified InputGesture matches the input associated with the specified InputEventArgs object.
Syntax
Public MustOverride Function Matches( _
   ByVal targetElement As Object, _
   ByVal inputEventArgs As RoutedEventArgs _
) As Boolean
Dim instance As InputGesture
Dim targetElement As Object
Dim inputEventArgs As RoutedEventArgs
Dim value As Boolean
 
value = instance.Matches(targetElement, inputEventArgs)
public abstract bool Matches( 
   object targetElement,
   RoutedEventArgs inputEventArgs
)
public:
abstract bool Matches( 
   Object^ targetElement,
   RoutedEventArgs^ inputEventArgs
) 

Parameters

targetElement
inputEventArgs
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

Reference

InputGesture Class
InputGesture Members

Send Feedback