Share via


TextSelection.PreviousBookmark Method

Definition

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

public:
 bool PreviousBookmark();

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