Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / items Field


In This Topic
    items Field
    In This Topic
    Array list of items
    Syntax
    'Declaration
     
    
    Protected items As ArrayList
    'Usage
     
    
    Dim instance As Elements
    Dim value As ArrayList
     
    value = instance.items
     
    instance.items = value
    protected ArrayList items
    See Also