Adds an UIElement to the list.

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

Syntax

JavaScript
function add(value);

Parameters

value
Type: C1.Web.UI.Controls.C1Menu..::..C1MenuItemBase
UIElement to add to the list.

Return Value

The index of the new object in the list.

See Also