ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ContextMenu class
Members

In This Topic
    ContextMenu class
    In This Topic
    The list of ContextMenuItem objects.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.ContextMenu = function( 
       template : Object
    ) {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.ContextMenu();
    Remarks
    Parameter template is optional parameter. Context menu can be configured using it's methods insert and remove. As alternate way for context menu initialization the array of context menu items can be passed to the constructor.
    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ContextMenu

    See Also