Table of Contents

Method InternalFind

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

InternalFind(int, int)

Locates the bookmark with specified index within the specified line.

public virtual int InternalFind(int bookMark, int line)

Parameters

bookMark int

The integer value that specifies Index of the bookmark to find.

line int

The integer value that specifies an index of the text line in where to locate bookmark.

Returns

int

Zero-based index of the found bookmark.

InternalFind(int, int, int)

Locates the bookmark with specified index within the specified line.

public virtual int InternalFind(int bookMark, int line, int group)

Parameters

bookMark int

The integer value that specifies Index of the bookmark to find.

line int

The integer value that specifies an index of the text line in where to locate bookmark.

group int

Specifies bookmark group.

Returns

int

Zero-based index of the found bookmark.