Each DialogItem represents an item in a DeleteBookmarksDialog dialog box. The corresponding string of a DialogItem is the same as the item's Name property. The DialogItem enumeration can be used with the DeleteBookmarksDialog.FindItem method to get the item and manipulate it.

Members

Member Description
TXITEM_BookmarkListLabel Identifies the bookmark list label.
TXITEM_BookmarkList Identifies the bookmark listbox.
TXITEM_Cancel Identifies the Cancel button.
TXITEM_DeleteBookmark Identifies the Delete button.
TXITEM_AutoGenerationBookmarks Identifies the Automatically Generated Bookmarks check box.
TXITEM_GotoBookmark Identifies the Goto button.