HwndHost::IKeyboardInputSink::TabInto Method (TraversalRequest^)
.NET Framework (current version)
For a description of this member, see TabInto.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: virtual bool TabInto( TraversalRequest^ request ) sealed = IKeyboardInputSink::TabInto
Parameters
- request
-
Type:
System.Windows.Input::TraversalRequest^
Specifies whether focus should be set to the first or the last tab stop.
Return Value
Type: System::Booleantrue if the focus has been set as requested; false, if there are no tab stops.
This member is an explicit interface member implementation. It can be used only when the HwndHost instance is cast to an IKeyboardInputSink interface.
UIPermission
to call this method. Associated enumeration: AllWindows
.NET Framework
Available since 3.0
Available since 3.0
Show: