C# Class WinRTXamlToolkit.Controls.Extensions.ControlExtensions

显示文件 Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method 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 method

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.
return void