Click or drag to resize

ElementModelIsAlwaysNavigable Property

Ensures that Element auto-discovered for accessibility navigation and circumvent non-critical checks blocking it from being navigable otherwise.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public bool IsAlwaysNavigable { get; set; }

Property Value

Type: Boolean
Remarks
It can be used to bypass check for IsClickable=true on adding it to navigables list. This might be useful in case we want to have GUIScreens inside Element to be accessible, without adding interaction to Element itself
See Also