Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLBookmarkItem Class / CheckCurrentBookmark Method

In This Topic
    CheckCurrentBookmark Method
    In This Topic
    Checks current bookmark for name validity and uniqueness.
    Syntax
    'Declaration
     
    Public Sub CheckCurrentBookmark() 
    public void CheckCurrentBookmark()
    Exceptions
    ExceptionDescription
    The exception that is raised when a bookmark name is invalid.
    The exception that is raised when a bookmark name is not unique within the document.
    See Also