'Declaration
Public Overloads Function Add( _ ByVal key As String, _ ByVal value As String _ ) As Integer
'Usage
Dim instance As ButtonTextCollection Dim key As String Dim value As String Dim value As Integer value = instance.Add(key, value)
Parameters
- key
- The key value of the button.
- value
- The button text string.
Return Value
The item index.