Gets a particular text field from the collection.

GetItem()

public TextField GetItem();
Public Function GetItem() As TextField

GetItem(Int)

public TextField GetItem(int id);
Public Function GetItem(ByVal id As Integer) As TextField

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.