Click or drag to resize

PdfWebControlLiteHideRightClickMenu Property

Gets or sets a value indicating whether or not the PdfWebControlLite's custom drop down menu is shown when an element is right clicked.

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 PdfWebControlLite'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 PdfWebControlLite'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.

See Also