Intersoft ClientUI Documentation
Matches(Object,RoutedEventArgs) Method



Determines whether this KeyGesture matches the input associated with the specified InputEventArgs object.
Syntax
Public Overrides Function Matches( _
   ByVal targetElement As Object, _
   ByVal inputEventArgs As RoutedEventArgs _
) As Boolean
Dim instance As KeyGesture
Dim targetElement As Object
Dim inputEventArgs As RoutedEventArgs
Dim value As Boolean
 
value = instance.Matches(targetElement, inputEventArgs)
public override bool Matches( 
   object targetElement,
   RoutedEventArgs inputEventArgs
)
public:
bool Matches( 
   Object^ targetElement,
   RoutedEventArgs^ inputEventArgs
) override 

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

KeyGesture Class
KeyGesture Members

Send Feedback