The Text
public abstract class TextFieldCollectionBase: ICollection, IEnumerablePublic MustInherit Class TextFieldCollectionBase
Implements ICollection
Implements IEnumerable| Method | Description |
|---|---|
| Get |
Returns an enumerator that can be used to iterate through the collection. |
| Property | Description |
|---|---|
| Can |
Gets a value indicating whether a new text field can be inserted at the current input position. |
| Count | Gets the number of elements contained in the collection. |
| Is |
Returns true if the collection is designed to be thread safe, otherwise, it returns false. |
| Sync |
Gets an object that can be used to synchronize access to the collection. |