'Declaration
Public Shared Function FindMnemonic( _ ByVal e As Element, _ ByVal charCode As Char _ ) As IMnemonicElement
public static IMnemonicElement FindMnemonic( Element e, char charCode )
Parameters
- e
- Element to search (including all its children).
- charCode
- Hot key to search for.
Return Value
The IMnemonicElement that is represented by the given hot key.