'宣言
 
Public Shared Function FindMnemonic( _
   ByVal  As Element, _
   ByVal  As System.Char _
) As IMnemonicElement
             
        
            
            public static IMnemonicElement FindMnemonic( 
   Element ,
   System.char 
)
             
        
             
        
            パラメータ
- e
 
- 検索する Element(すべての子を含む)。
 - charCode
 
- 検索するホットキー。
 
            
            戻り値の型
指定されたホットキーによって表される IMnemonicElement。