Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CaptionsArrayList Class / List Property


In This Topic
    List Property (CaptionsArrayList)
    In This Topic
    Gets or sets a list of captions.
    Syntax
    'Declaration
     
    
    Public Property List As ArrayList
    'Usage
     
    
    Dim instance As CaptionsArrayList
    Dim value As ArrayList
     
    instance.List = value
     
    value = instance.List
    public ArrayList List {get; set;}
    See Also