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 As Boolean _
) As Boolean
public override bool FocusFirstElement(
bool
)
Parameters
- last
See Also