Method ToggleBookMark
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
ToggleBookMark(int, int)
When implemented by a class, toggles (sets or removes) bookmark with specified Index property at the specified line.
void ToggleBookMark(int line, int bookMark)
Parameters
ToggleBookMark(Point, int)
When implemented by a class, toggles (sets or removes) bookmark with specified Index property at the specified position.
void ToggleBookMark(Point position, int bookMark)
Parameters
position
PointSpecifies position of the bookmark (index of character and current line).
bookMark
intSpecifies Index property of the bookmark to toggle.
ToggleBookMark(IBookMark)
When implemented by a class, toggles (sets or removes) specified bookmark.
void ToggleBookMark(IBookMark bookMark)
Parameters
bookMark
IBookMarkSpecifies bookmark to toggle.
ToggleBookMark(Point, int, string, string, string)
When implemented by a class, toggles (sets or removes) the bookmark with specified index, name, description and url to the position specified by Point parameter.
void ToggleBookMark(Point position, int bookMark, string name, string description, string url)
Parameters
position
PointSpecifies position of the bookmark to toggle.
bookMark
intSpecifies
BookMark
index.name
stringSpecifies
BookMark
name.description
stringSpecifies
BookMark
description.url
stringSpecifies
BookMark
url.
ToggleBookMark(int)
When implemented by a class, toggles (sets or removes) bookmark with specified Index property at the current line.
void ToggleBookMark(int bookMark)
Parameters
bookMark
int
ToggleBookMark()
When implemented by a class, toggles (sets or removes) an unnumbered bookmark on the current line in the control's text.
void ToggleBookMark()