TextSelection.PreviousBookmark Method

Definition

Moves the text selection to the ___location of the previous bookmark in the document.

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

Returns

A Boolean true if the text selection moves to a previous bookmark, false if not.

Attributes

Remarks

If there are no more bookmarks, the edit point is not moved.

PreviousBookmark moves the TextSelection object to the ___location of the first bookmark preceding the ___location of the active end of the TextSelection. The TextSelection is collapsed at the new ___location.

Applies to