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

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

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

Parameters

NewID
ID of the new item.
Title
The text (caption) displayed for the item.

Return Value

New item element.

See Also

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