Class CustomBookmarksCollection
Represents a class that contains custom bookmarks collection.
Implements
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class CustomBookmarksCollection : BookmarksCollection, ICollection, IEnumerable
Constructors
CustomBookmarksCollection(IList)
Initializes a new instance of the CustomBookmarksCollection class.
Declaration
protected CustomBookmarksCollection(IList baseCollection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IList | baseCollection | Base Collection of bookmarks. |
Properties
Item[Int32]
Gets the custom bookmark by the index in collection.
Declaration
public ICustomBookmark this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type |
---|
ICustomBookmark |
Implements
System.Collections.ICollection
System.Collections.IEnumerable