[]
Gets or sets the context menu that appears when the user performs a long tap on the touch screen.
[Browsable(false)]
public ToolStripDropDown TouchContextMenuStrip { get; set; }
Type | Description |
---|---|
ToolStripDropDown | The ToolStripDropDown that appears during a long tap in touch mode. The default value is |
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.