[]
Adds a Keys/String element to the collection.
public void Add(Keys key, string value)
Public Sub Add(key As Keys, value As String)
Type | Name | Description |
---|---|---|
Keys | key | The Keys to use as the keys of the shortcut. |
string | value | The string to use as the value of the shortcut. |