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