ViewGroup.RequestChildFocus(View, View) Method
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.
Called when a child of this parent wants focus
[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
- child
- View
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.
- focused
- View
The view that is a descendant of child that actually has focus
- Attributes
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.
Product | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |