Each DialogItem represents an item in a WPF.DeleteBookmarksDialog 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_BookmarkListLabel |
Identifies the bookmark list label. |
TXITEM_BookmarkList |
Identifies the bookmark listbox. |
TXITEM_DeleteBookmark |
Identifies the Delete button. |
TXITEM_GotoBookmark |
Identifies the Goto button. |
TXITEM_Cancel |
Identifies the Cancel button. |