'Declaration
Public Shared Function FindMnemonic( _
ByVal As Element, _
ByVal As System.Char _
) As IMnemonicElement
public static IMnemonicElement FindMnemonic(
Element ,
System.char
)
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.