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

In This Topic
    showContextMenu Method
    In This Topic
    Shows the context menu of control.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function showContextMenu() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageView.showContextMenu();
    Remarks

    This method restores the context menu functionality of control after it was hidden with preceding call of hideContextMenu() method.

    See Also