IsRightTapped Property (C1TappedEventArgs)
In This Topic
Gets a value indicating whether the event is performed with the right button of the mouse.
Syntax
'Declaration
Public ReadOnly Property IsRightTapped As Boolean
public bool IsRightTapped {get;}
See Also