TextSelection.NextBookmark Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.