Method AddItemAt
AddItemAt(int, StatusItem)
Inserts a StatusItem in the specified index of Items.
public void AddItemAt(int index, StatusItem item)
Parameters
index
intThe zero-based index at which item should be inserted.
item
StatusItemThe item to insert.