Each DialogItem represents an item in a BookmarkDialog 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 BookmarkDialog.FindItem method to get the item and manipulate it.

Members

Member Description
TXITEM_BookmarkNameLabel Identifies the Bookmark Name label.
TXITEM_BookmarkName Identifies the Bookmark Name text box.
TXITEM_BookmarkNamesLabel Identifies the Bookmark Names label.
TXITEM_BookmarkNames Identifies the Bookmark Names list box.
TXITEM_Deletable Identifies the Deletable check box.
TXITEM_AutoGenerationBookmarks Identifies the Automatically Generated Bookmarks check box.
TXITEM_OK Identifies the OK button.
TXITEM_Cancel Identifies the Cancel button.