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