HwndHost.IKeyboardInputSink.TabInto(TraversalRequest) メソッド

定義

このメンバーの説明については、 TabInto(TraversalRequest)を参照してください。

 virtual bool System.Windows.Interop.IKeyboardInputSink.TabInto(System::Windows::Input::TraversalRequest ^ request) = System::Windows::Interop::IKeyboardInputSink::TabInto;
bool IKeyboardInputSink.TabInto(System.Windows.Input.TraversalRequest request);
abstract member System.Windows.Interop.IKeyboardInputSink.TabInto : System.Windows.Input.TraversalRequest -> bool
override this.System.Windows.Interop.IKeyboardInputSink.TabInto : System.Windows.Input.TraversalRequest -> bool
Function TabInto (request As TraversalRequest) As Boolean Implements IKeyboardInputSink.TabInto

パラメーター

request
TraversalRequest

フォーカスを最初または最後のタブ 位置に設定するかどうかを指定します。

返品

true フォーカスが要求どおりに設定されている場合。タブ位置がない場合は、 falseします。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 HwndHost インスタンスがIKeyboardInputSink インターフェイスにキャストされている場合にのみ使用できます。

適用対象