ElementHost.ProcessMnemonic(Char) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes a mnemonic character, ensuring that the hosted element has an opportunity to handle the mnemonic before normal Windows Forms processing.
protected:
override bool ProcessMnemonic(char charCode);
protected override bool ProcessMnemonic (char charCode);
override this.ProcessMnemonic : char -> bool
Protected Overrides Function ProcessMnemonic (charCode As Char) As Boolean
Parameters
- charCode
- Char
The character to process.
Returns
true
if the character is a Windows Presentation Foundation (WPF) shortcut key; otherwise, false
.
Remarks
If a key message is not handled by the hosted WPF element, it is forwarded up the Windows Forms class hierarchy for processing.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.