Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripCollection Class / Remove Method


In This Topic
    Remove Method (TouchStripCollection)
    In This Topic
    This function is not supported and it should not be called directly from your code.
    Syntax
    'Declaration
     
    
    Public Shadows Function Remove( _
       ByVal item As TouchStrip _
    ) As Boolean
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim item As TouchStrip
    Dim value As Boolean
     
    value = instance.Remove(item)
    public new bool Remove( 
       TouchStrip item
    )

    Parameters

    item
    See Also