Processes a mnemonic character.
'宣言
Protected Overrides Function ProcessMnemonic( _
ByVal As Char _
) As Boolean
protected override bool ProcessMnemonic(
char
)
パラメータ
- charCode
- The character to process.
戻り値の型
True if the character was processed as a mnemonic by the control; otherwise, false.