Bookmark.Empty Property

Definition

Returns a value that indicates if the specified bookmark is empty.

public:
 property bool Empty { bool get(); };
public bool Empty { get; }
member this.Empty : bool
Public ReadOnly Property Empty As Boolean

Property Value

Remarks

An empty bookmark marks a location (a collapsed selection); it doesn't mark any text.

An error occurs if the specified bookmark doesn't exist. Use the Exists(String) method to determine whether the bookmark exists.

Applies to