Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ActivityIndicator Class / FocusAsync() Method

In This Topic
    FocusAsync() Method
    In This Topic
    Sets the focus in the control.
    Syntax
    'Declaration
     
    
    Public Overridable Function FocusAsync() As Task(Of Boolean)
    public virtual Task<bool> FocusAsync()
    See Also