[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchContextMenuStrip

TouchContextMenuStrip Property

TouchContextMenuStrip

Gets or sets the context menu that appears when the user performs a long tap on the touch screen.

Declaration
[Browsable(false)]
public ToolStripDropDown TouchContextMenuStrip { get; set; }
Property Value
Type Description
ToolStripDropDown

The ToolStripDropDown that appears during a long tap in touch mode. The default value is null.

Remarks

This property allows customization of the context menu for touch interactions, providing a way to offer additional options or functionality when the user engages with the viewer using touch gestures.