HwndHost.TranslateCharCore(MSG, ModifierKeys) Metoda

Definicja

Przetwarza WM_CHAR, WM_SYSCHAR, WM_DEADCHAR i WM_SYSDEADCHAR komunikaty wejściowe przed wywołaniem OnMnemonic(MSG, ModifierKeys) metody.

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

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

Klucze modyfikatora.

Zwraca

Zawsze zwraca wartość false.

Atrybuty

Dotyczy

Zobacz też