[]
        
(Showing Draft Content)

FarPoint.Win.CaptionsArrayList.-ctor

CaptionsArrayList Constructor

CaptionsArrayList()

Creates an array representing the captions that are available for the user.

Declaration
public CaptionsArrayList()
Public Sub New()

CaptionsArrayList(ArrayList, string)

Creates an array representing the captions that are available for the user.

Declaration
public CaptionsArrayList(ArrayList captions, string listName)
Public Sub New(captions As ArrayList, listName As String)
Parameters
Type Name Description
ArrayList captions

Array list of captions

string listName

List name

CaptionsArrayList(string)

Creates an array representing the captions that are available for the user.

Declaration
public CaptionsArrayList(string listName)
Public Sub New(listName As String)
Parameters
Type Name Description
string listName

List name

CaptionsArrayList(ArrayList)

Creates an array representing the captions that are available for the user.

Declaration
public CaptionsArrayList(ArrayList captions)
Public Sub New(captions As ArrayList)
Parameters
Type Name Description
ArrayList captions

Array list of captions