The IShortCutCollection interface contains properties and methods that are used to work with the collection of hot keys.
Property name | Brief description | |
Count | The Count property returns the number of combinations of hot keys that are contained in the collection. | |
Item | The Item property determines the value that corresponds to the combination of hot keys. |
Method name | Brief description | |
Add | The Add method adds a combination of hot keys to the collection. | |
Clear | The Clear method clears the collection of combinations of hot keys. | |
Remove | The Remove method removes a combination of hot keys from the collection. |
See also: