Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1PathIcon Class / FocusOutAsync Method

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