UIElement.MoveFocus (Método)
.NET Framework 3.0
Attempts to move focus from this element to another element. The direction to move focus is specified by a guidance direction, which is interpreted within the organization of the visual parent for this element.
Espacio de nombres: System.Windows
Ensamblado: PresentationCore (en presentationcore.dll)
Ensamblado: PresentationCore (en presentationcore.dll)
public boolean MoveFocus ( TraversalRequest request )
public function MoveFocus ( request : TraversalRequest ) : boolean
No se pueden utilizar métodos en XAML.
Parámetros
- request
A traversal request, which contains a property that indicates either a mode to traverse in existing tab order, or a direction to move visually.