Interface ICustomBookmark
Provides the functionality for drawing the custom bookmark.
Assembly: Syncfusion.Edit.Windows.dll
public interface ICustomBookmark : IBookmark
Properties
Gets or sets the data about the bookmark
Declaration
Property Value
Gets or sets a value indicating whether bookmark can be found while searching for next/previous bookmark.
Declaration
bool UseInBookmarkSearch { get; set; }
Property Value
Methods
Declaration
void add_DrawBookmark(BookmarkPaintEventHandler value)
Parameters
Declaration
void remove_DrawBookmark(BookmarkPaintEventHandler value)
Parameters
Events
Occurs when bookmark needs to be drawn.
Declaration
event BookmarkPaintEventHandler DrawBookmark
Event Type