[]
Add an item to the ButtonTextCollection.
public int Add(string key, string value)
Public Function Add(key As String, value As String) As Integer
Type | Name | Description |
---|---|---|
string | key | The key value of the button. |
string | value | The button text string. |
Type | Description |
---|---|
int | The item index. |