Each DialogItem represents an item in a GotoDialog 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 GotoDialog.FindItem method to get the item and manipulate 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 respectively Bookmark combobox.
TXITEM_GotoPrevious Identifies the Previous button.
TXITEM_GotoNext Identifies the Next button.
TXITEM_Close Identifies the Close button.