TX Text Control .NET for Windows Forms Documentation

HypertextLinkCollection.GetItem Method

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

Syntax

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

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

See Also

 
 
 

Products

Support

Downloads

Corporate

Buy Now