An instance of the Text
public sealed class TextFieldCollection: TextFieldCollectionBasePublic NotInheritable Class TextFieldCollection
Inherits TextFieldCollectionBase| Method | Description |
|---|---|
| Add | Inserts a new standard text field at the current input position. |
| Clear | Removes all text fields from a Text Control document. |
| Copy |
Copies the elements of the collection to an array, starting at a particular index. |
| Get |
Returns an enumerator that can be used to iterate through the collection.
(Inherited from Text |
| Get |
Gets a particular text field from the collection. |
| Remove | Removes a text field from a Text Control document. |
| Property | Description |
|---|---|
| Can |
Gets a value indicating whether a new text field can be inserted at the current input position.
(Inherited from Text |
| Count | Gets the number of elements contained in the collection.
(Inherited from Text |
| Is |
Returns true if the collection is designed to be thread safe, otherwise, it returns false.
(Inherited from Text |
| Item | Gets the field with the specified number from the collection. |
| Sync |
Gets an object that can be used to synchronize access to the collection.
(Inherited from Text |