Removes the UIElement at the specified index from the list.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1MenuClient (in C1MenuClient.dll)

Syntax

JavaScript
function removeAt(index);

Parameters

index
Type: System..::..Int32
The index of the UIElement to remove.

See Also