Gets a particular text field from the collection.

GetItem()

public TextField GetItem();

GetItem(Int)

public TextField GetItem(int id);

Parameters

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.