[]
        
(Showing Draft Content)

FarPoint.Win.CaptionsArrayList

CaptionsArrayList Class

Represents an array of textual captions.

Inheritance
CaptionsArrayList
Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public class CaptionsArrayList
Public Class CaptionsArrayList

Constructors

Name Description
CaptionsArrayList()

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

CaptionsArrayList(ArrayList)

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

CaptionsArrayList(ArrayList, string)

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

CaptionsArrayList(string)

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

Properties

Name Description
Count

Gets the number of captions in the array.

this[int]

Gets the caption at the specified index within the array.

List

Gets or sets a list of captions.

Methods

Name Description
Add(string)

Adds a caption to the array and returns its index.

Clear()

Clears all the captions.

Clone()

Creates a copy of a list.

Find(string)

Finds a caption in the array that matches the specified name.

GetEnumerator()

Gets the enumerator.

GetEnumerator(int, int)

Gets the enumerator at the specified position.

Remove(string)

Removes a caption.

RemoveAt(int)

Removes a caption at a specified position.