BarItemLinkCollection.Insert Method
Name | Parameters | Description |
---|---|---|
Insert(BarItemLink, BarItem) | beforeLink, item | Creates a new link to the specified bar item and adds it before the specified link in the collection. |
Insert(Int32, BarItem) | position, item | Creates a new link to the specified bar item and adds it to the specified position within the collection. |