WebBrowser.IKeyboardInputSink.TranslateAccelerator(MSG, ModifierKeys) Method

Definition

For a description of this member, see TranslateAccelerator(MSG, ModifierKeys).

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

Parameters

msg
MSG

The message and associated data. Do not modify this structure. It is passed by reference for performance reasons only.

modifiers
ModifierKeys

Modifier keys.

Returns

true if the message was handled by the method implementation; otherwise, false.

Implements

Attributes

Remarks

This member is an explicit interface member implementation. It can be used only when the WebBrowser instance is cast to an IKeyboardInputSink interface.

Applies to

See also