Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

PreventContextMenu Property

Show in webframe
Indicates whether to prevent the browser context menu from appearing if activated on top of the events element.
Syntax
get_preventContextMenu();
set_preventContextMenu(value);
Object.defineProperty('preventContextMenu');

Property Value

TypeDescription
booleantrue to prevent the browser context menu from appearing if activated on top of the events element; otherwise, it is false. Default value is false.
Remarks

If you use InteractiveModes to associate an interactive mode with the right mouse button, then the viewer will automatically set the value of PreventContextMenu of its service instance to true.

See Also

Reference

InteractiveService Object
InteractiveService Members

Error processing SSI file