'宣言 Public Shared Function FindMnemonic( _ ByVal e As Element, _ ByVal charCode As Char _ ) As IMnemonicElement
public static IMnemonicElement FindMnemonic( Element e, char charCode )
パラメータ
- e
 - Element to search (including all its children).
 - charCode
 - Hot key to search for.
 
戻り値の型
The IMnemonicElement that is represented by the given hot key.