Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / GetChildElements Method


In This Topic
    GetChildElements Method (C1DropDown)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetChildElements( _
       ByVal point As Xamarin.Forms.Point _
    ) As IList(Of GestureElement)
    'Usage
     
    
    Dim instance As C1DropDown
    Dim point As Xamarin.Forms.Point
    Dim value As IList(Of GestureElement)
     
    value = instance.GetChildElements(point)
    public virtual IList<GestureElement> GetChildElements( 
       Xamarin.Forms.Point point
    )

    Parameters

    point
    See Also