NextBookmark Method (Selection Object)¶
Moves to the next bookmark in the document. Returns true if the next bookmark is found, or false if not. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
bFound = document.selection.NextBookmark();
[VBScript]¶
bFound = document.selection.NextBookmark
Return Values¶
Version¶