Ribbon for WinForms
FindMnemonic メソッド (Element)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > Element クラス : FindMnemonic メソッド
Element to search (including all its children).
Hot key to search for.
Finds the Element that is represented by a given hot key.
シンタックス
'宣言
 
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.
参照

Element クラス
Element メンバ