APNSoft Controls [4.5.2.20] - API Reference
MenuElement.AddChildItem Method (String)

Adds a new item to the end of the list of child elements.

[Visual Basic]
Overloads Public Function AddChildItem( _
   ByVal Title As String _
) As MenuElement
[C#]
public MenuElement AddChildItem(
   string Title
);

Parameters

Title
The text (caption) displayed for the item.

Return Value

New item element.

Remarks

Item ID is generated automatically.

See Also

MenuElement Class | APNSoft.WebControls Namespace | MenuElement.AddChildItem Overload List