Читати англійською

Поділитися через


FocusNavigationResult Enum

Definition

Specifies the possible results of a focus navigation event.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65541)]
public enum FocusNavigationResult
Inheritance
FocusNavigationResult
Attributes

Fields

Name Value Description
NotMoved 0

Event was not subscribed or the event ran into an error. This is the default value.

Moved 1

Focus successfully moved to another component

NoFocusableElements 2

No focusable element was found.

Applies to

Продукт Версії
Windows App SDK 1.5, 1.6

See also