ComponentOne Basic Library for WPF and Silverlight
IsRightTapped Property (C1TappedEventArgs)


C1.WPF Namespace > C1TappedEventArgs Class : IsRightTapped Property
Gets a value indicating whether the event is performed with the right button of the mouse.
Syntax
'Declaration
 
Public ReadOnly Property IsRightTapped As System.Boolean
'Usage
 
Dim instance As C1TappedEventArgs
Dim value As System.Boolean
 
value = instance.IsRightTapped
public System.bool IsRightTapped {get;}
See Also

Reference

C1TappedEventArgs Class
C1TappedEventArgs Members