HwndHost.IKeyboardInputSink.OnMnemonic(MSG, ModifierKeys) Metoda

Definicja

Aby uzyskać opis tego elementu członkowskiego, zobacz OnMnemonic(MSG, ModifierKeys).

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

Parametry

msg
MSG

Komunikat dotyczący mnemonic i skojarzonych danych. Nie należy modyfikować tej struktury komunikatów. Jest on przekazywany przez odwołanie tylko ze względów wydajności.

modifiers
ModifierKeys

Klucze modyfikatora.

Zwraca

true jeśli wiadomość została obsłużona; w przeciwnym razie , false.

Implementuje

Atrybuty

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy HwndHost wystąpienie jest rzutowanie do interfejsu IKeyboardInputSink .

Dotyczy