[]
Finds the Element that is represented by a given hot key.
public static IMnemonicElement FindMnemonic(Element e, char charCode)
| Type | Name | Description |
|---|---|---|
| Element | e | Element to search (including all its children). |
| char | charCode | Hot key to search for. |
| Type | Description |
|---|---|
| IMnemonicElement | The IMnemonicElement that is represented by the given hot key. |