This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
[Android.Runtime.Register("requestChildFocus", "(Landroid/view/View;Landroid/view/View;)V", "GetRequestChildFocus_Landroid_view_View_Landroid_view_View_Handler")]
public virtual void RequestChildFocus (Android.Views.View? child, Android.Views.View? focused);
[<Android.Runtime.Register("requestChildFocus", "(Landroid/view/View;Landroid/view/View;)V", "GetRequestChildFocus_Landroid_view_View_Landroid_view_View_Handler")>]
abstract member RequestChildFocus : Android.Views.View * Android.Views.View -> unit
override this.RequestChildFocus : Android.Views.View * Android.Views.View -> unit
Parameters
The child of this ViewParent that wants focus. This view
will contain the focused view. It is not necessarily the view that
actually has focus.