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


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

    Parameters

    item
    See Also