alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CustomBookmarksCollection

    Represents a class that contains custom bookmarks collection.

    Inheritance
    System.Object
    BookmarksCollection
    CustomBookmarksCollection
    Implements
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    BookmarksCollection.CopyTo(Array, Int32)
    BookmarksCollection.Count
    BookmarksCollection.GetEnumerator()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved