C# Класс GitHub.Extensions.FocusHelper

Показать файл Открыть проект

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

Метод Описание
TryMoveFocus ( this element, FocusNavigationDirection direction ) : Task

Attempts to move focus to an element within the provided container waiting for the element to be loaded if necessary (waits max 1 second to protect against confusing focus shifts if the element gets loaded much later).

Приватные методы

Метод Описание
TryFocus ( this element ) : Task
TryFocusImpl ( FrameworkElement element, bool>.Func focusAction ) : Task
WaitForElementLoaded ( FrameworkElement element ) : Task

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

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

Attempts to move focus to an element within the provided container waiting for the element to be loaded if necessary (waits max 1 second to protect against confusing focus shifts if the element gets loaded much later).
public static TryMoveFocus ( this element, FocusNavigationDirection direction ) : Task
element this The element to move focus from.
direction FocusNavigationDirection The direction to give focus.
Результат Task