alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Interface ICustomBookmark

    Provides the functionality for drawing the custom bookmark.

    Inherited Members
    IBookmark.BookmarkBrush
    IBookmark.BorderColor
    IBookmark.Index
    IBookmark.Line
    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface ICustomBookmark : IBookmark

    Properties

    tag

    Gets or sets the data about the bookmark

    Declaration
    object tag { get; set; }
    Property Value
    Type
    System.Object

    UseInBookmarkSearch

    Gets or sets a value indicating whether bookmark can be found while searching for next/previous bookmark.

    Declaration
    bool UseInBookmarkSearch { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    add_DrawBookmark(BookmarkPaintEventHandler)

    Declaration
    void add_DrawBookmark(BookmarkPaintEventHandler value)
    Parameters
    Type Name Description
    BookmarkPaintEventHandler value

    remove_DrawBookmark(BookmarkPaintEventHandler)

    Declaration
    void remove_DrawBookmark(BookmarkPaintEventHandler value)
    Parameters
    Type Name Description
    BookmarkPaintEventHandler value

    Events

    DrawBookmark

    Occurs when bookmark needs to be drawn.

    Declaration
    event BookmarkPaintEventHandler DrawBookmark
    Event Type
    Type
    BookmarkPaintEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved