Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CaptionsArrayList Class / CaptionsArrayList Constructor / CaptionsArrayList Constructor(ArrayList)
Array list of captions


In This Topic
    CaptionsArrayList Constructor(ArrayList)
    In This Topic
    Creates an array representing the captions that are available for the user.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal captions As ArrayList _
    )
    'Usage
     
    
    Dim captions As ArrayList
     
    Dim instance As New CaptionsArrayList(captions)
    public CaptionsArrayList( 
       ArrayList captions
    )

    Parameters

    captions
    Array list of captions
    See Also