HwndHost.TranslateCharCore(MSG, ModifierKeys) Método

Definição

Processa WM_CHAR, WM_SYSCHAR, WM_DEADCHAR e WM_SYSDEADCHAR mensagens de entrada antes de o OnMnemonic(MSG, ModifierKeys) método ser chamado.

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

Parâmetros

msg
MSG

A mensagem e os dados associados. Não modifiquem esta estrutura. É transmitido por referência apenas por razões de desempenho.

modifiers
ModifierKeys

Teclas modificadoras.

Devoluções

Sempre retorna false.

Atributos

Aplica-se a

Ver também