Interface ICustomBookmark
Provides the functionality for drawing the custom bookmark.
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 |
Events
DrawBookmark
Occurs when bookmark needs to be drawn.
Declaration
event BookmarkPaintEventHandler DrawBookmark
Event Type
Type |
---|
BookmarkPaintEventHandler |