C# Класс WinRTXamlToolkit.Controls.Extensions.ControlExtensions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MoveFocusForward ( this control ) : void

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

This method ignores TabIndex and TabNavigation properties.

Описание методов

MoveFocusForward() публичный статический Метод

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.
Результат void