APNSoft Controls [4.5.2.20] - API Reference
MenuElementCollection.Item Property (String)

Gets the specified MenuElement from the collection.

[Visual Basic]
Overridable Overloads Public Default ReadOnly Property Item( _
   ByVal id As String _
) As MenuElement
[C#]
public virtual MenuElement this[
   string id
] {get;}

Parameters

id
The string identifying the Element.

See Also

MenuElementCollection Class | APNSoft.WebControls Namespace | MenuElementCollection.Item Overload List