HwndHost.TranslateAcceleratorCore(MSG, ModifierKeys) Metod

Definition

Bearbetar tangentbordsindata på meddelandenivån keydown.

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

Parametrar

msg
MSG

Meddelandet och tillhörande data. Ändra inte den här strukturen. Det skickas av referens endast av prestandaskäl.

modifiers
ModifierKeys

Modifierarnycklar.

Returer

Returnerar alltid false.

Attribut

Gäller för

Se även