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


In This Topic
    RemoveViewsInLayout Method (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("removeViewsInLayout", 
       "(II)V", 
       "GetRemoveViewsInLayout_IIHandler")>
    Public Overridable Sub RemoveViewsInLayout( _
       ByVal start As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1Icon
    Dim start As Integer
    Dim count As Integer
     
    instance.RemoveViewsInLayout(start, count)
    [Android.Runtime.Register("removeViewsInLayout", 
       "(II)V", 
       "GetRemoveViewsInLayout_IIHandler")]
    public virtual void RemoveViewsInLayout( 
       int start,
       int count
    )

    Parameters

    start
    count
    See Also