[]
Gets or sets a value indicating whether focused elements are permanently highlighted.
[Parameter]
public bool DisableFocusTimer { get; init; }
Type | Description |
---|---|
bool | A bool indicating if focused elements are permanently highlighted. |
This property can only be set once during object initialization and cannot be changed afterwards. By default, focused elements (like buttons) are highlighted only for a small period of time after the Tab key was pressed. This setting makes focused elements permanently highlighted.