HwndHost.IKeyboardInputSink.TranslateChar(MSG, ModifierKeys) 메서드

정의

이 멤버에 대한 설명은 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

매개 변수

msg
MSG

메시지 및 연결된 데이터입니다. 이 구조체를 수정하지 마십시오. 성능상의 이유로 이 구조체는 참조로만 전달됩니다.

modifiers
ModifierKeys

보조키입니다.

반환

Boolean

메시지가 처리되었고 OnMnemonic(MSG, ModifierKeys)을 호출하지 않아야 하면 true이고, 그렇지 않으면 false입니다.

구현

특성

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, HwndHost 인스턴스가 IKeyboardInputSink 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상