'Usage
Dim instance As ShortcutDictionary Dim key As Keys Dim value As String instance.Add(key, value)
Parameters
- key
- The Keys to use as the keys of the shortcut.
- value
- The System.String to use as the value of the shortcut.
'Usage
Dim instance As ShortcutDictionary Dim key As Keys Dim value As String instance.Add(key, value)