Name | Description | |
---|---|---|
![]() | FpStatusBarElementCollection Constructor | Creates a new collection of values. |
The following tables list the members exposed by FpStatusBarElementCollection.
Name | Description | |
---|---|---|
![]() | FpStatusBarElementCollection Constructor | Creates a new collection of values. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of values in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the FpStatusBarElementCollection is read-only. |
![]() | Item | Gets the element at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a value to the collection. |
![]() | AddRange | Adds the elements of the specified collection to the end of the collection |
![]() | Clear | Removes all values from the collection. |
![]() | Contains | Determines whether the collection contains a specific value. |
![]() | CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | GetEnumerator | Gets an enumerator that iterates through the collection. |
![]() | IndexOf | Determines the index of the value in the collection. |
![]() | Insert | Inserts a value into the collection at the specified index. |
![]() | Remove | Removes a value from the collection. |
![]() | RemoveAt | Removes a value from the collection at the specified index. |