HwndSource.TranslateAcceleratorCore(MSG, ModifierKeys) Metod

Definition

Bearbetar tangentbordsinmatning på meddelandenivå för nedtangenten.

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);
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
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

trueom meddelandet hanterades av metodimplementeringen. annars . false

Attribut

Gäller för

Se även