IKeyboardInputSink::TabInto Method (TraversalRequest^)
.NET Framework (current version)
Sets focus on either the first tab stop or the last tab stop of the sink.
Assembly: WindowsBase (in WindowsBase.dll)
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.
First and Last are the only relevant values that should be passed to this method in the TraversalRequest.
.NET Framework
Available since 3.0
Available since 3.0
Show: