HwndSource.TranslateCharCore(MSG, ModifierKeys) Metoda

Definice

Procesy WM_CHAR, WM_SYSCHAR, WM_DEADCHAR a WM_SYSDEADCHAR vstupní zprávy před zavolání 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

Zpráva a přidružená data. Tuto strukturu neupravujte. Předává se pouze z důvodů výkonu.

modifiers
ModifierKeys

Modifikační klávesy.

Návraty

true pokud byla zpráva zpracována a OnMnemonic(MSG, ModifierKeys) neměla by být volána; falsev opačném případě .

Atributy

Platí pro