FocusNavigationResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the possible results of a focus navigation event.
public enum class FocusNavigationResult
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65541)]
enum class FocusNavigationResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65541)]
public enum FocusNavigationResult
var value = Microsoft.UI.Input.FocusNavigationResult.notMoved
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. |