[]
        
(Showing Draft Content)

C1.Win.C1Command.C1TopicLinkCollection

C1TopicLinkCollection Class

Represents a collection of C1TopicLink objects.

Inheritance
C1TopicLinkCollection
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public class C1TopicLinkCollection : CollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the link at the specified index.

Methods

Name Description

Adds the specified link to the collection.

Determines whether the collection contains a specified link.

Searches for the specified link and returns the zero-based index.

Inserts the link into the specified zero-based position.

OnClearComplete()
OnInsert(int, object)
OnInsertComplete(int, object)
OnRemoveComplete(int, object)
OnSetComplete(int, object, object)

Removes the first occurrence of a specified link from the collection.