[]
        
(Showing Draft Content)

C1.Framework.Element.FindMnemonic

FindMnemonic Method

FindMnemonic(Element, char)

Finds the Element that is represented by a given hot key.

Declaration
public static IMnemonicElement FindMnemonic(Element e, char charCode)
Parameters
Type Name Description
Element e

Element to search (including all its children).

char charCode

Hot key to search for.

Returns
Type Description
IMnemonicElement

The IMnemonicElement that is represented by the given hot key.