VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebCompositeVisualToolJS type / get_DisableContextMenu Property
Syntax BrowserCompatibility SeeAlso
get_DisableContextMenu Method
Gets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebCompositeVisualToolJS(visualTools);

var value; // Type: boolean
value = instance.get_DisableContextMenu();

Return Value

True - image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool; False - image viewer must not disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.
Browser Compatibility
56+
45+
11
See Also