Android.Views.View.GetFocusables Method
Find and return all focusable views that are descendants of this view, possibly including this view if it is focusable itself.

Syntax

[Android.Runtime.Register("getFocusables", "(I)Ljava/util/ArrayList;", "GetGetFocusables_IHandler")]
public virtual IList<View> GetFocusables ([Android.Runtime.GeneratedEnum] FocusSearchDirection direction)

Parameters

direction
The direction of the focus

Returns

Documentation for this section has not yet been entered.

Remarks

Find and return all focusable views that are descendants of this view, possibly including this view if it is focusable itself.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1