[]
Represents the bookmarks collection.
public sealed class BookmarksCollection : CollectionBase, IList, ICollection, IEnumerable, IDisposable
| Name | Description |
|---|---|
| BookmarksCollection() | Initializes a new instance of the BookmarksCollection class. |
| Name | Description |
|---|---|
| CurrentBookmark | Gets or sets the index of currently active or selected bookmark from the BookmarksCollection. |
| this[int] | Gets a Bookmark object at specified index in the BookmarksCollection. |
| Name | Description |
|---|---|
| Add(Bookmark) | Adds Bookmark item to the collection. |
| Clear() | Removes all boomark objects from the BookmarksCollection. |
| Contains(Bookmark) | Gets whether the element is part of a collection. |
| CopyTo(Bookmark[], int) | Copies a range of items from the collection to a compatible one-dimensional array, starting at the specified index of the final array.. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. |
| IndexOf(Bookmark) | Returns the zero-based index of the first occurrence of the value in the collection or part of it. |
| Insert(int, Bookmark) | Inserts an item to the collection at the specified index. |
| Remove(Bookmark) | Removes the object from the collection. |