Android.Views.View.HasWindowFocus Property
Returns true if this view is in a window that currently has window focus.

Syntax

[get: Android.Runtime.Register("hasWindowFocus", "()Z", "GetHasWindowFocusHandler")]
public virtual bool HasWindowFocus { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this view is in a window that currently has window focus. Note that this is not the same as the view itself having focus.

[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