Android.App.Activity.CurrentFocus Property
Calls Android.Views.Window.CurrentFocus on the Window of this Activity to return the currently focused view.

Syntax

[get: Android.Runtime.Register("getCurrentFocus", "()Landroid/view/View;", "GetGetCurrentFocusHandler")]
public virtual Android.Views.View CurrentFocus { get; }

See Also

Activity.Window
Android.Views.Window.CurrentFocus

Value

Documentation for this section has not yet been entered.

Remarks

Calls Android.Views.Window.CurrentFocus on the Window of this Activity to return the currently focused view.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1