TabWidget.GetChildTabViewAt(Int32) Method

Definition

Returns the tab indicator view at the given index.

[Android.Runtime.Register("getChildTabViewAt", "(I)Landroid/view/View;", "GetGetChildTabViewAt_IHandler")]
public virtual Android.Views.View? GetChildTabViewAt (int index);
[<Android.Runtime.Register("getChildTabViewAt", "(I)Landroid/view/View;", "GetGetChildTabViewAt_IHandler")>]
abstract member GetChildTabViewAt : int -> Android.Views.View
override this.GetChildTabViewAt : int -> Android.Views.View

Parameters

index
Int32

the zero-based index of the tab indicator view to return

Returns

the tab indicator view at the given index

Attributes

Remarks

Returns the tab indicator view at the given index.

Java documentation for android.widget.TabWidget.getChildTabViewAt(int).

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.

Applies to