'Declaration
Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal key As String, _ ByVal value As String _ )
'Usage
Dim instance As ButtonTextCollection Dim index As Integer Dim key As String Dim value As String instance.Insert(index, key, value)
Parameters
- index
- The index value of the ButtonTextCollection.
- key
- The key value of the button.
- value
- The button text string.