Each FieldNavigatorItem represents an item in a predefined FieldNavigator control. The corresponding string of a FieldNavigatorItem is the same as the item's Name property. The FieldNavigatorItem enumeration can be used with the Sidebar.FindItem method to get the item and manipulate it.

Members

Member Description
TXITEM_SearchTextBox Identifies the Field Navigator search text box.
TXITEM_SearchButton Identifies the Field Navigator search button.
TXITEM_MergeItems Identifies the tab control that contains the merge field and merge block tree views.
TXITEM_FirstVerticalSeparator Identifies the first vertical separator that is displayed when applying the horizontal or dialog sidebar layout.
TXITEM_MergeFieldPropertiesPanel Identifies the panel that includes all Merge Field Properties related controls.
TXITEM_MergeFieldPropertiesToggleItem Identifies the Merge Field Properties +/- toggle item.
TXITEM_MergeFieldPropertiesLabel Identifies the Merge Field Properties label.
TXITEM_MergeFieldPropertiesSeparator Identifies the Merge Field Properties separator.
TXITEM_MergeFieldPropertiesSubpanel Identifies the panel that includes the controls TXITEM_MergeFieldName, TXITEM_MergeFieldNameTextBox, TXITEM_Text, TXITEM_TextTextBox, TXITEM_Format, TXITEM_FormatComboBox, TXITEM_TextBefore, TXITEM_TextBeforeTextBox, TXITEM_TextAfter, TXITEM_TextAfterTextBox, TXITEM_DateFormat, TXITEM_DateFormatComboBox, TXITEM_NumericFormat, TXITEM_NumericFormatComboBox, TXITEM_PreserveFormatting and TXITEM_MergeFieldDelete.
TXITEM_MergeFieldName Identifies the Merge Field Properties' Name label.
TXITEM_MergeFieldNameTextBox Identifies the Merge Field Properties' Name text box.
TXITEM_Text Identifies the Merge Field Properties' Text label.
TXITEM_TextTextBox Identifies the Merge Field Properties' Text text box.
TXITEM_Format Identifies the Merge Field Properties' Format label.
TXITEM_FormatComboBox Identifies the Merge Field Properties' Format combo box.
TXITEM_TextBefore Identifies the Merge Field Properties' Text Before label.
TXITEM_TextBeforeTextBox Identifies the Merge Field Properties' Text Before text box.
TXITEM_TextAfter Identifies the Merge Field Properties' Text After label.
TXITEM_TextAfterTextBox Identifies the Merge Field Properties' Text After text box.
TXITEM_DateFormat Identifies the Merge Field Properties' Date / Time Format label.
TXITEM_DateFormatComboBox Identifies the Merge Field Properties' Date / Time Format combo box.
TXITEM_NumericFormat Identifies the Merge Field Properties' Numeric Format label.
TXITEM_NumericFormatComboBox Identifies the Merge Field Properties' Numeric Format combo box.
TXITEM_PreserveFormatting Identifies the Merge Field Properties' Preserve Formatting check box.
TXITEM_MergeFieldDelete Identifies the Merge Field Properties' Delete button.
TXITEM_SecondVerticalSeparator Identifies the second vertical separator that is displayed when applying the horizontal sidebar layout.
TXITEM_MergeBlockPropertiesPanel Identifies the panel that includes all Merge Block Properties related controls.
TXITEM_MergeBlockPropertiesToggleItem Identifies the Merge Block Properties +/- toggle item.
TXITEM_MergeBlockPropertiesLabel Identifies the Merge Block Properties label.
TXITEM_MergeBlockPropertiesSeparator Identifies the Merge Block Properties separator.
TXITEM_MergeBlockPropertiesSubpanel Identifies the panel that includes the controls TXITEM_MergeBlockName, TXITEM_MergeBlockNameTextBox and TXITEM_MergeBlockDelete.
TXITEM_MergeBlockName Identifies the Merge Block Properties' Name label.
TXITEM_MergeBlockNameTextBox Identifies the Merge Block Properties' Name text box.
TXITEM_MergeBlockDelete Identifies the Merge Block Properties' Delete button.