Links object
The Links collection holds the links to be shown on the surface. The Links collection can be accessed throgh the control's Links property. The Links collection supports the following properties and methods:

NameDescription
AddAdds a Link object to the collection and returns a reference to the newly created object.
ClearRemoves all objects in a collection.
CountReturns the number of elements in the collection.
ItemReturns a specific Link of the Links collection, giving its identifier.
RemoveRemoves a specific member from the Links collection, giving its identifier or reference.