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

    Property Value

    A System.Boolean indicating if focused elements are permanently highlighted.
    Remarks
    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.
    See Also