ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfBookmark Class / IsEmpty Property

In This Topic
    IsEmpty Property (RtfBookmark)
    In This Topic
    Gets is empty this bookmark.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsEmpty As System.Boolean
    public override System.bool IsEmpty {get;}

    Property Value

    true if this bookmark is empty, otherwise false.
    See Also