Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStrip Class / Items Property


In This Topic
    Items Property (TouchStrip)
    In This Topic
    Gets the items collection.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Items As TouchStripItemCollection
    'Usage
     
    
    Dim instance As TouchStrip
    Dim value As TouchStripItemCollection
     
    value = instance.Items
    public new TouchStripItemCollection Items {get;}
    See Also