Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / GetChildAt Method


In This Topic
    GetChildAt Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("getChildAt", 
       "(I)Landroid/view/View;", 
       "GetGetChildAt_IHandler")>
    Public Overridable Function GetChildAt( _
       ByVal index As Integer _
    ) As Android.Views.View
    'Usage
     
    
    Dim instance As C1Icon
    Dim index As Integer
    Dim value As Android.Views.View
     
    value = instance.GetChildAt(index)
    [Android.Runtime.Register("getChildAt", 
       "(I)Landroid/view/View;", 
       "GetGetChildAt_IHandler")]
    public virtual Android.Views.View GetChildAt( 
       int index
    )

    Parameters

    index
    See Also