HwndSource.TranslateCharCore(MSG, ModifierKeys) Methode

Definition

Verarbeitet WM_CHAR, WM_SYSCHAR, WM_DEADCHAR und WM_SYSDEADCHAR Eingabemeldungen, bevor die OnMnemonic(MSG, ModifierKeys) Methode aufgerufen wird.

protected:
 virtual bool TranslateCharCore(System::Windows::Interop::MSG % msg, System::Windows::Input::ModifierKeys modifiers);
[System.Security.SecurityCritical]
protected virtual bool TranslateCharCore(ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers);
protected virtual bool TranslateCharCore(ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers);
[<System.Security.SecurityCritical>]
abstract member TranslateCharCore : MSG * System.Windows.Input.ModifierKeys -> bool
override this.TranslateCharCore : MSG * System.Windows.Input.ModifierKeys -> bool
abstract member TranslateCharCore : MSG * System.Windows.Input.ModifierKeys -> bool
override this.TranslateCharCore : MSG * System.Windows.Input.ModifierKeys -> bool
Protected Overridable Function TranslateCharCore (ByRef msg As MSG, modifiers As ModifierKeys) As Boolean

Parameter

msg
MSG

Die Nachricht und die zugehörigen Daten. Ändern Sie diese Struktur nicht. Sie wird nur aus Leistungsgründen als Referenz übergeben.

modifiers
ModifierKeys

Zusatztasten.

Gibt zurück

true wenn die Nachricht verarbeitet wurde und OnMnemonic(MSG, ModifierKeys) nicht aufgerufen werden soll; andernfalls false.

Attribute

Gilt für: