C1.Win.4.8 Assembly / C1.Framework Namespace / Element Class / FindMnemonic Method
Element to search (including all its children).
Hot key to search for.

In This Topic
FindMnemonic Method (Element)
In This Topic
Finds the Element that is represented by a given hot key.
Syntax
'Declaration
 
Public Shared Function FindMnemonic( _
   ByVal e As Element, _
   ByVal charCode As Char _
) As IMnemonicElement
 

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.
See Also