HwndHost.IKeyboardInputSink.TranslateChar(MSG, ModifierKeys) Método

Definição

Para obter uma descrição desse membro, confira TranslateChar(MSG, ModifierKeys).

 virtual bool System.Windows.Interop.IKeyboardInputSink.TranslateChar(System::Windows::Interop::MSG % msg, System::Windows::Input::ModifierKeys modifiers) = System::Windows::Interop::IKeyboardInputSink::TranslateChar;
[System.Security.SecurityCritical]
bool IKeyboardInputSink.TranslateChar (ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers);
bool IKeyboardInputSink.TranslateChar (ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers);
[<System.Security.SecurityCritical>]
abstract member System.Windows.Interop.IKeyboardInputSink.TranslateChar : MSG * System.Windows.Input.ModifierKeys -> bool
override this.System.Windows.Interop.IKeyboardInputSink.TranslateChar : MSG * System.Windows.Input.ModifierKeys -> bool
abstract member System.Windows.Interop.IKeyboardInputSink.TranslateChar : MSG * System.Windows.Input.ModifierKeys -> bool
override this.System.Windows.Interop.IKeyboardInputSink.TranslateChar : MSG * System.Windows.Input.ModifierKeys -> bool
Function TranslateChar (ByRef msg As MSG, modifiers As ModifierKeys) As Boolean Implements IKeyboardInputSink.TranslateChar

Parâmetros

msg
MSG

A mensagem e seus dados associados. Não modifique esta estrutura. É passado por referência apenas por razões de desempenho.

modifiers
ModifierKeys

Teclas modificadoras.

Retornos

Boolean

true se a mensagem foi processada e OnMnemonic(MSG, ModifierKeys) não deve ser chamado; caso contrário, false.

Implementações

Atributos

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de HwndHost é convertida em uma interface de IKeyboardInputSink.

Aplica-se a