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


In This Topic
    items Field (Elements)
    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