[]
Inserts the specified SideButtonBase into the collection at the specified index.
public void Insert(int index, SideButtonBase value)
Public Sub Insert(index As Integer, value As SideButtonBase)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index where the specified object should be inserted. |
| SideButtonBase | value | The SideButtonBase to insert. |