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

In This Topic
    remove Method
    In This Topic
    Removes the context menu item from the list by index.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function remove( 
       index : Number
    ) : Undefined;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfContextMenu.remove(Number);

    Parameters

    index
    Index of position for item will be removed.

    Return Value

    The does not returns any value.
    See Also