ActiveReports 19 .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
    Gets or sets a value indicating whether focused elements (like buttons) are permanently highlighted.
    Syntax
    'Declaration
     
    Public Property DisableFocusTimer As Nullable(Of Boolean)
    public Nullable<bool> DisableFocusTimer {get; set;}

    Property Value

    true if focused elements should be permanently highlighted; otherwise, false.
    See Also