PreviousBookmark Method (Selection Object)

Moves to the previous bookmark in the document.

[JavaScript]

bFound = document.selection.PreviousBookmark();

[VBScript]

bFound = document.selection.PreviousBookmark

Return Values

Returns true if the previous bookmark is found, or false if not.

Version

Supported on EmEditor Professional Version 4.00 or later.