Android.Views.View.FocusSearch Method
Find the nearest view in the specified direction that can take focus.

Syntax

[Android.Runtime.Register("focusSearch", "(I)Landroid/view/View;", "GetFocusSearch_IHandler")]
public virtual View FocusSearch ([Android.Runtime.GeneratedEnum] FocusSearchDirection direction)

Parameters

direction
One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT

Returns

Documentation for this section has not yet been entered.

Remarks

Find the nearest view in the specified direction that can take focus. This does not actually give focus to that view.

[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