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

Members

Member Description
TXITEM_TitleLabel Identifies the Titel label.
TXITEM_TitleTextBox Identifies the Titel text box.
TXITEM_AuthorLabel Identifies the Author label.
TXITEM_AuthorTextBox Identifies the Author text box.
TXITEM_CreatedLabel Identifies the Created label.
TXITEM_DateLabel Identifies the Created Date label.
TXITEM_SubjectLabel Identifies the Subject label.
TXITEM_SubjectTextBox Identifies the Subject text box.
TXITEM_TagsLabel Identifies the Tags label.
TXITEM_TagsTextBox Identifies the Tags text box.
TXITEM_FirstVerticalSeparator Identifies the first vertical separator that is displayed when applying the horizontal sidebar layout.
TXITEM_CustomPropertiesPanel Identifies the panel that includes all Custom Properties related controls.
TXITEM_CustomPropertiesToggleItem Identifies the Custom Properties +/- toggle item.
TXITEM_CustomPropertiesLabel Identifies the Custom Properties label.
TXITEM_CustomPropertiesSeparator Identifies the Custom Properties separator.
TXITEM_CustomPropertiesSubpanel Identifies the panel that includes the controls TXITEM_CustomPropertiesListView, TXITEM_AddCustomProperty and TXITEM_DeleteCustomProperty.
TXITEM_AddCustomProperty Identifies the Add Custom Property button.
TXITEM_DeleteCustomProperty Identifies the Delete Custom Property button.
TXITEM_SecondVerticalSeparator Identifies the second vertical separator that is displayed when applying the horizontal sidebar layout.
TXITEM_EmbeddedFilesPanel Identifies the panel that includes all Embedded Files related controls.
TXITEM_EmbeddedFilesToggleItem Identifies the Embedded Files +/- toggle item.
TXITEM_EmbeddedFilesLabel Identifies the Embedded Files label.
TXITEM_EmbeddedFilesSeparator Identifies the Embedded Files separator.
TXITEM_EmbeddedFilesSubpanel Identifies the panel that includes the controls TXITEM_EmbeddedFilesListView, TXITEM_AddEmbeddedFile, TXITEM_SaveEmbeddedFile, TXITEM_RemoveEmbeddedFile and TXITEM_EditEmbeddedFile.
TXITEM_AddEmbeddedFile Identifies the Add Embedded File button.
TXITEM_SaveEmbeddedFile Identifies the Save Embedded File button.
TXITEM_RemoveEmbeddedFile Identifies the Remove Embedded File button.
TXITEM_EditEmbeddedFile Identifies the Edit Embedded File button.
TXITEM_DialogTabControl Identifies the tab control that is displayed when applying the dialog sidebar layout.
TXITEM_DocumentInfoTabPage Identifies the Document Info tab page that is displayed when applying the dialog sidebar layout.
TXITEM_CustomPropertiesTabPage Identifies the Custom Properties tab page that is displayed when applying the dialog sidebar layout.
TXITEM_EmbeddedFilesTabPage Identifies the Embedded Files tab page that is displayed when applying the dialog sidebar layout.