C# Class WinRTXamlToolkit.Controls.Extensions.ControlExtensions

Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Méthode Description
MoveFocusForward ( this control ) : void

Moves the focus forward (to next control that can get focus).

This method ignores TabIndex and TabNavigation properties.

Method Details

MoveFocusForward() public static méthode

Moves the focus forward (to next control that can get focus).
This method ignores TabIndex and TabNavigation properties.
public static MoveFocusForward ( this control ) : void
control this The control.
Résultat void