Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / FindViewWithTag Method


In This Topic
    FindViewWithTag Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("findViewWithTag", 
       "(Ljava/lang/Object;)Landroid/view/View;", 
       "")>
    Public Function FindViewWithTag( _
       ByVal tag As Java.Lang.Object _
    ) As Android.Views.View
    'Usage
     
    
    Dim instance As FlexGrid
    Dim tag As Java.Lang.Object
    Dim value As Android.Views.View
     
    value = instance.FindViewWithTag(tag)
    [Android.Runtime.Register("findViewWithTag", 
       "(Ljava/lang/Object;)Landroid/view/View;", 
       "")]
    public Android.Views.View FindViewWithTag( 
       Java.Lang.Object tag
    )

    Parameters

    tag
    See Also