ImageGear .NET - Updated
hideContextMenu Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : hideContextMenu Method
Hides the context menu of control.
Syntax
ASP.NET Ajax Javascript (Specification) 
function hideContextMenu() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.hideContextMenu();
Remarks

Raising "contextMenu" event is suppressed with context menu hiding. This function call from "contextMenu" event handler does not hide context menu which is going to be shown.

See Also

Reference

PageView class
PageView Members