ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / hideContextMenu Method

In This Topic
    hideContextMenu Method
    In This Topic
    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