[]
        
(Showing Draft Content)

C1.Win.C1Command.C1TopicPageCollection

C1TopicPageCollection Class

Represents a collection of C1TopicPage objects.

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

Properties

Name Description
this[int]

Gets or sets the page at the specified index.

Methods

Name Description
Add(C1TopicPage)

Adds the specified page to the collection.

Contains(C1TopicPage)

Determines whether the collection contains a specified page.

IndexOf(C1TopicPage)

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

Insert(int, C1TopicPage)

Inserts the page into the specified zero-based position.

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

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