HwndHost.IKeyboardInputSink.OnMnemonic(MSG, ModifierKeys) Yöntem

Tanım

Bu üyenin açıklaması için bkz 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

Parametreler

msg
MSG

Anımsatıcı ve ilişkili veriler için ileti. Bu ileti yapısını değiştirmeyin. Yalnızca performans nedenleriyle başvuru ile geçirilir.

modifiers
ModifierKeys

Değiştirici tuşlar.

Döndürülenler

Boolean

true ileti işlendiyse; aksi takdirde , false.

Uygulamalar

Öznitelikler

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IKeyboardInputSink arabirime HwndHost yayınlandığında kullanılabilir.

Şunlara uygulanır