Bookmark.Empty Property
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.
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.