Bookmark.Empty Property

Definition

Gets a value that indicates whether the Bookmark control is empty.

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

Property Value

true if the Bookmark control is empty; otherwise, false.

Remarks

An empty Bookmark control marks a location (a collapsed selection); it does not mark any text.

An exception is thrown if the Bookmark control does not exist. Use the Exists method to determine whether the Bookmark control exists.

Applies to