Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CaptionsArrayList Class / CaptionsArrayList Constructor / CaptionsArrayList Constructor(String)
List name


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

    Parameters

    listName
    List name
    See Also