Android.Views.Window.SetLocalFocus Method
Set focus locally.

Syntax

[Android.Runtime.Register("setLocalFocus", "(ZZ)V", "GetSetLocalFocus_ZZHandler")]
public virtual void SetLocalFocus (bool hasFocus, bool inTouchMode)

Parameters

hasFocus
Whether this window has focus or not.
inTouchMode
Whether this window is in touch mode or not.

Remarks

Set focus locally. The window should have the WindowManagerLayoutParams.FLAG_LOCAL_FOCUS_MODE flag set already.

[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