FindByTag Method
FindByTag(object)
Finds a keymap by its tag.
Declaration
public KeyMap FindByTag(object tag)
Public Function FindByTag(tag As Object) As KeyMap
Parameters
| Type |
Name |
Description |
| object |
tag |
The tag to search for.
|
Returns
| Type |
Description |
| KeyMap |
The keymap or null if none was found.
|