Simulates a RightTap gesture event (context menu trigger).
public void RightTap(Interactive target, Point position, PointerType pointerType = PointerType.Touch, KeyModifiers modifiers = KeyModifiers.None)
The target control to receive the event.
Position of the right tap.
Type of pointer (Touch, Mouse, Pen).
Key modifiers held during the tap.