Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / CaptionsArrayList Class / CaptionsArrayList Constructor / CaptionsArrayList Constructor(ArrayList,String)
Array list of captions
List name


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

Parameters

captions
Array list of captions
listName
List name
See Also