menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICustomBookmark - API Reference

    Show / Hide Table of Contents

    Interface ICustomBookmark

    Provides the functionality for drawing the custom bookmark.

    Inherited Members
    IBookmark.Line
    IBookmark.Index
    IBookmark.BookmarkBrush
    IBookmark.BorderColor
    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 Description
    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 Description
    System.Boolean

    Events

    DrawBookmark

    Occurs when bookmark needs to be drawn.

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