Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer Namespace / FlexViewer Class / FocusFirstElement Method

In This Topic
    FocusFirstElement Method
    In This Topic
    Moves focus to the first or the last element of the control in tab order.
    Syntax
    'Declaration
     
    
    Public Function FocusFirstElement( _
       Optional ByVal last As Boolean _
    ) As Boolean
    public bool FocusFirstElement( 
       bool last
    )

    Parameters

    last
    See Also