NavItemCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add() | none | Adds a new item to the end of the collection and returns the corresponding object. |
| Add(NavBarItem) | item | Adds the specified item to the collection. |
| Add(Boolean) | isSeparator | Creates a new item and adds it to the end of the collection. |