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

In This Topic
    DisableFocusTimer Property (ReportDesigner)
    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 Boolean
    public bool DisableFocusTimer {get; set;}
    See Also