ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / DisableFocusTimer Property

In This Topic
    DisableFocusTimer Property (DesignerSettings)
    In This Topic
    By default, focused elements (like buttons) are highlighted only for a small period of time after Tab key was pressed. This settings makes focused elements permanently highlighted.
    Syntax
    'Declaration
     
    Public Property DisableFocusTimer As Nullable(Of Boolean)
    public Nullable<bool> DisableFocusTimer {get; set;}
    See Also