Click or drag to resize

PdfWebControlHideRightClickMenu Property

Gets or sets a value indicating whether or not the PdfWebControl's custom drop down menu is shown when an element is right clicked (or long pressed / long touched).

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool HideRightClickMenu { get; set; }

Property Value

Type: Boolean
true if the custom right click drop down menus are hidden and the browser's default context menu shown; otherwise false. The default is false.
Remarks

If true, the PdfWebControl's custom drop down menus are hidden and the browser's default context menu will be shown. The context menu on right click varies from browser to browser, but generally includes options to go back a page, refresh, save images, select text, as well as copy and paste content.

To hide PdfWebControl's custom drop down menu without showing the browser's default context menu, set this property to true and set the strings of all resources named MenuEditObject* to an empty string using PdfWebControlResources.

On touch devices, the right click menu can be shown by long pressing and object (touching it without movement for 1.5 seconds). If true, the right click menu will not be shown when long pressing / long tapping a touch device.

See Also