HwndHost.TranslateCharCore(MSG, ModifierKeys) Methode

Definitie

Verwerkt WM_CHAR, WM_SYSCHAR, WM_DEADCHAR en WM_SYSDEADCHAR invoerberichten voordat de OnMnemonic(MSG, ModifierKeys) methode wordt aangeroepen.

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

Parameters

msg
MSG

Het bericht en de bijbehorende gegevens. Wijzig deze structuur niet. Het wordt alleen doorgegeven door verwijzing naar prestatieredenen.

modifiers
ModifierKeys

Wijzigingstoetsen.

Retouren

Retourneert altijd false.

Kenmerken

Van toepassing op

Zie ook