FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewerPane Class / FocusFirstElement Method

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

    Parameters

    last
    See Also