Each DialogItem represents an item in a WPF.BookmarkDialog dialog box. The corresponding string of a DialogItem is the same as the item's Name property. The string can be used with the FrameworkElement.FindName method to get the item and manipulate, move or delete 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_OK Identifies the OK button.
TXITEM_Cancel Identifies the Cancel button.