Gets a particular text field from the collection.
public TextField GetItem();
public TextField GetItem(int id);
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. |