APNSoft Controls [4.5.2.20] - API Reference
MenuElement.AddChild Method (Types)

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

[Visual Basic]
Overloads Public Function AddChild( _
   ByVal Type As Types _
) As MenuElement
[C#]
public MenuElement AddChild(
   Types Type
);

Parameters

Type
Type of the new element.

Return Value

New element.

Remarks

Element ID is generated automatically.

See Also

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