TextSelection.NextBookmark Method

Definition

Moves to the location of the next bookmark in the document.

public:
 bool NextBookmark();
public:
 bool NextBookmark();
bool NextBookmark();
[System.Runtime.InteropServices.DispId(43)]
public bool NextBookmark ();
[<System.Runtime.InteropServices.DispId(43)>]
abstract member NextBookmark : unit -> bool
Public Function NextBookmark () As Boolean

Returns

A Boolean value indicating true if the insertion point moves to the next bookmark, false if otherwise.

Attributes

Remarks

The TextSelection is moved to the new location. If there are no more bookmarks, no movement occurs.

Applies to