Each DialogItem represents an item in a WPF.GotoDialog 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_GotoLabel Identifies the label of the Go to listbox.
TXITEM_GotoList Identifies the Go to listbox.
TXITEM_NumberLabel Identifies the label of the Number textbox.
TXITEM_Number Identifies the Number textbox.
TXITEM_NameList Identifies the Bookmark listbox.
TXITEM_GotoPrevious Identifies the Previous button.
TXITEM_GotoNext Identifies the Next button.
TXITEM_Close Identifies the Close button.