View.FindFocus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Find the view in the hierarchy rooted at this view that currently has focus.
[Android.Runtime.Register("findFocus", "()Landroid/view/View;", "GetFindFocusHandler")]
public virtual Android.Views.View? FindFocus ();
[<Android.Runtime.Register("findFocus", "()Landroid/view/View;", "GetFindFocusHandler")>]
abstract member FindFocus : unit -> Android.Views.View
override this.FindFocus : unit -> Android.Views.View
Returns
The view that currently has focus, or null if no focused view can be found.
- Attributes
Remarks
Find the view in the hierarchy rooted at this view that currently has focus.
Java documentation for android.view.View.findFocus()
.
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.