TabHost.TabSpec.Tag Property

Definition

Returns the tag for this tab specification.

public virtual string Tag { [Android.Runtime.Register("getTag", "()Ljava/lang/String;", "GetGetTagHandler")] get; }
[<get: Android.Runtime.Register("getTag", "()Ljava/lang/String;", "GetGetTagHandler")>]
member this.Tag : string

Property Value

the tag for this tab specification

Attributes

Remarks

Returns the tag for this tab specification.

Java documentation for android.widget.TabHost.TabSpec.getTag().

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