Expandir Minimizar
Este tema aún no ha recibido ninguna valoración - Valorar este tema

UIElement.MoveFocus (Método)

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)

public virtual bool MoveFocus (
	TraversalRequest request
)
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.

Valor devuelto

true if the requested traversal was performed; otherwise, false.

Make sure you check the return value of this method. A return value of false might be returned if the traversal runs into a tab stop that is defined by a control's composition, and the traversal request did not request to wrap.

Microsoft .NET Framework 3.0 es compatible con Windows Vista, Microsoft Windows XP SP2 y Windows Server 2003 SP1.

.NET Framework

Compatible con: 3.0
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.