ImageGear .NET v25.2 - Updated
remove Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ContextMenu class : remove Method
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

Reference

ContextMenu class
ContextMenu Members

Is this page helpful?
Yes No
Thanks for your feedback.