Android.Views.View.HasFocus Property
Returns true if this view has focus iteself, or is the ancestor of the view that has focus.

Syntax

[get: Android.Runtime.Register("hasFocus", "()Z", "GetHasFocusHandler")]
public virtual bool HasFocus { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this view has focus iteself, or is the ancestor of the view that has 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