Each DialogItem represents an item in a WPF.HyperlinkDialog 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_HyperlinkTextLabel Identifies the Hyperlink text label.
TXITEM_HyperlinkText Identifies the Hyperlink text edit control.
TXITEM_HyperlinkLabel Identifies the Hyperlink label.
TXITEM_Hyperlink Identifies the Hyperlink edit control.
TXITEM_SelectFile Identifies the Select File button.
TXITEM_BookmarkListLabel Identifies the bookmark list label.
TXITEM_BookmarkList Identifies the bookmark listbox.
TXITEM_ShowBookmarks Identifies the Show Bookmarks label.
TXITEM_CurrentDocument Identifies the Current Document radio button.
TXITEM_SelectedFile Identifies the Selected File radio button.
TXITEM_DeleteHyperlink Identifies the Delete Hyperlink button.
TXITEM_OK Identifies the OK button.
TXITEM_Cancel Identifies the Cancel button.