HwndHost.IKeyboardInputSink.TranslateChar(MSG, ModifierKeys) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Popis tohoto člena najdete v tématu 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
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
true
pokud byla zpráva zpracována a OnMnemonic(MSG, ModifierKeys) neměla by být volána; jinak. false
Implementuje
- Atributy
Poznámky
Tento člen je explicitní implementace členu rozhraní. Lze ho HwndHost použít pouze v případě, že je instance přetypována do IKeyboardInputSink rozhraní.