TX Text Control .NET for Windows Forms Documentation

DocumentTargetCollection.GetItem Method

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

Syntax

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

Specifies the document target's identifier set with the ID property. The method returns null if a document target with the specified identifier does not exist.

See Also

 
 
 

Products

Support

Downloads

Corporate

Buy Now