Android.Views.View.RequestFocusFromTouch Method
Call this to try to give focus to a specific view or to one of its descendants.

Syntax

[Android.Runtime.Register("requestFocusFromTouch", "()Z", "")]
public bool RequestFocusFromTouch ()

See Also

View.IsInTouchMode

Returns

Documentation for this section has not yet been entered.

Remarks

Call this to try to give focus to a specific view or to one of its descendants. This is a special variant of View.RequestFocus that will allow views that are not focuable in touch mode to request focus when they are touched.

[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