WindowsFormsHost::TabInto Method (TraversalRequest^)
.NET Framework (current version)
Forwards focus from WPF to the hosted Windows Forms control.
Assembly: WindowsFormsIntegration (in WindowsFormsIntegration.dll)
Parameters
- request
-
Type:
System.Windows.Input::TraversalRequest^
A TraversalRequest that specifies the focus behavior.
When a WindowsFormsHost element receives a TAB command from the TabInto method, the first eligible control in Child receives focus.
The first control is specified by the request parameter. When request is Next, the behavior is similar to pressing the TAB key. When request is Previous, the behavior is similar to pressing SHIFT+TAB.
.NET Framework
Available since 3.0
Available since 3.0
Show: