View.HasWindowFocus Property

Definition

Returns true if this view is in a window that currently has window focus.

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

Property Value

True if this view is in a window that currently has window focus.

Attributes

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.

Java documentation for android.view.View.hasWindowFocus().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to