HwndSource.TranslateCharCore(MSG, ModifierKeys) Metoda

Definice

Zpracovává WM_CHAR, WM_SYSCHAR, WM_DEADCHAR a WM_SYSDEADCHAR vstupní zprávy před voláním 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 odkazem z důvodů výkonu.

modifiers
ModifierKeys

Modifikační klávesy.

Návraty

Boolean

truepokud byla zpráva zpracována a OnMnemonic(MSG, ModifierKeys) neměla by být volána; jinak. false

Atributy

Platí pro