TX Text Control .NET for Windows Forms Documentation

ApplicationFieldCollection.GetItem Method

Gets a particular field of the type ApplicationField from the collection. The first implementation gets the field at the current input position or null, if there is no such field at the current input position. The second implementation gets the field with the specified id, previously set with the ID property.

Syntax

[C#] public ApplicationField GetItem(); public ApplicationField GetItem(int id);
[Visual Basic] Public Function GetItem() As ApplicationField Public Function GetItem(ByVal id As Integer) As ApplicationField
ParameterDescription
id

Specifies the field's identifier set with the ID property. The method returns null, if a field of the type ApplicationField with the specified identifier does not exist.

See Also

 
 
 

Products

Support

Downloads

Corporate

Buy Now