'Declaration
Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal key As Keys, _ ByVal buttonKey As String _ )
'Usage
Dim instance As CalculatorButtonMappingCollection Dim index As Integer Dim key As Keys Dim buttonKey As String instance.Insert(index, key, buttonKey)
Parameters
- index
- The index where the key is inserted.
- key
- The System.Windows.Forms.Keys value indicates the key of a button.
- buttonKey
- The System.String value indicates the name of the button.