ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / App Class / Focus Method

In This Topic
Focus Method (App)
In This Topic
Returns focus to Designer. Focus may be lost when plug-in components are opened/closed. Returning focus is essential to continue using Designer hotkeys like Ctrl+Z (undo), Ctrl+Y (redo), etc.
Syntax
'Declaration
 
Public Function Focus() As Task
 

Return Value

A System.Threading.Tasks.Task that represents the asynchronous operation of restoring focus to the Designer.
See Also