HwndSource.TranslateAcceleratorCore(MSG, ModifierKeys) Metoda

Definicja

Przetwarza dane wejściowe klawiatury na poziomie komunikatu w dół klawisza.

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

Parametry

msg
MSG

Komunikat i skojarzone dane. Nie należy modyfikować tej struktury. Jest on przekazywany przez odwołanie tylko ze względów wydajności.

modifiers
ModifierKeys

Modyfikatory kluczy.

Zwraca

true jeśli komunikat został obsłużony przez implementację metody; w przeciwnym razie , false.

Atrybuty

Dotyczy

Zobacz też