Gets a particular text field from the collection.
public TextField GetItem();Public Function GetItem() As TextFieldpublic TextField GetItem(int id);Public Function GetItem(ByVal id As Integer) As TextField| Parameter | Description |
|---|---|
| id | Specifies the text field's identifier set with the ID property. The method returns null if a text field with the specified identifier does not exist. |