[]
Inserts an item to the ButtonTextCollectionInfo.
public void Insert(int index, string key, string value)
Public Sub Insert(index As Integer, key As String, value As String)
Type | Name | Description |
---|---|---|
int | index | The index value of the ButtonTextCollectionInfo. |
string | key | The key value of the button. |
string | value | The button text string. |