IKeyboardInputSite::OnNoMoreTabStops Method (TraversalRequest^)
.NET Framework (current version)
Called by a contained component when it has reached its last tab stop and has no further items to tab to.
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::BooleanIf this method returns true, the site has shifted focus to another component. If this method returns false, focus is still within the calling component. The component should "wrap around" and set focus to its first contained tab stop.
Components call OnNoMoreTabStops when the component attempts a requested focus move but there are no further tab stops in that direction within that own component.
.NET Framework
Available since 3.0
Available since 3.0
Show: