New Classes, Properties, Methods and Events

In TX Text Control 24.0 for Windows Forms the following new classes, properties, methods and events have been added:

Classes

Class Description
TXTextControl.DocumentServer.DataSources.DataColumnInfo The DataColumnInfo class provides basic information about a table column in a data source.
TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection An instance of the DataColumnInfoCollection class contains all data columns of a data table in a data source represented through objects of the type DataColumnInfo.
TXTextControl.DocumentServer.DataSources.DataRelationInfo The DataRelationInfo class provides all necessary information about parent-child-relations between data tables.
TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection An instance of the DataRelationInfoCollection class contains all data relations in a data source represented through objects of the type DataRelationInfo.
TXTextControl.DocumentServer.DataSources.DataSourceManager The DataSourceManager class is designed for handling all existing kinds of data sources which can be used together with the MailMerge class.
TXTextControl.DocumentServer.DataSources.DataTableInfo The DataTableInfo class provides basic information about a data table in a data source.
TXTextControl.DocumentServer.DataSources.DataTableInfoCollection An instance of the DataTableInfoCollection class contains all data tables in a data source represented through objects of the type DataTableInfo.
TXTextControl.DocumentServer.DataSources.MergeBlockInfo The MergeBlockInfo class is used to insert a table or paragraph based repeating merge block into a TextControl instance using the DataSourceManager.InsertMergeBlock method.
TXTextControl.DocumentServer.DataSources.MergeBlockSettings The MergeBlockSettings class is used to insert a table or paragraph based repeating merge block into a TextControl instance using the DataSourceManager.InsertMergeBlock method.
TXTextControl.DocumentServer.Json.InvalidCodePointException Is thrown when calling the method MailMerge.MergeJsonData with a JSON string containing an invalid hexadecimal unicode code point.
TXTextControl.DocumentServer.Json.InvalidNumberFormatException Is thrown when calling the method MailMerge.MergeJsonData with a JSON string containing a number with an invalid number format.
TXTextControl.DocumentServer.Json.ParserException Base class of all JSON parser related exceptions which can be thrown when calling method MailMerge.MergeJsonData with an incorrect JSON string.
TXTextControl.DocumentServer.Json.UnexpectedEndOfInputException Is thrown when calling the method MailMerge.MergeJsonData with an incomplete JSON string.
TXTextControl.DocumentServer.Json.UnexpectedTokenException Is thrown when calling the method MailMerge.MergeJsonData with a JSON string containing an unexpected character.
TXTextControl.DocumentServer.Json.UnknownLiteralNameTokenException Is thrown when calling the method MailMerge.MergeJsonData with a JSON string containing an unknown character sequence at a position where one of the strings "true", "false" or "null" are expected.
TXTextControl.DocumentServer.Json.UnknownParseErrorException Is thrown when calling the method MailMerge.MergeJsonData and the internal JSON parser encounters an unknown error.
TXTextControl.DocumentServer.Windows.Forms.DatabaseConnectionDialog The DatabaseConnectionDialog class allows the user to build connection strings and to connect to specific data sources.
TXTextControl.DocumentServer.Windows.Forms.DataSourceExtractionDialog The DataSourceExtractionDialog class allows the user to save an excerpt from the currently loaded data source.
TXTextControl.DocumentServer.Windows.Forms.EditDataRelationsDialog The EditDataRelationsDialog class allows the user to add or remove data relations to or from the current data source.
TXTextControl.DocumentServer.Windows.Forms.EditMergeBlocksDialog The EditMergeBlocksDialog class allows the user to remove or rename merge blocks contained in the current document.
TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog The InsertMergeBlockDialog class allows the user to design and insert a merge block based on the currently selected master table.
TXTextControl.Drawing.ViewChangedEventArgs The ViewChangedEventArgs class provides data for the TXDrawingControl.ViewChanged event.
TXTextControl.FilterException The FilterException class informs about errors which can occur when a text filter is used to convert a document to or from another format.
TXTextControl.FrameEventArgs The FrameEventArgs class provides data for all events that occur with frames.
TXTextControl.LicenseLevelException A LicenseLevelException is thrown when a feature is not contained in the currently licensed product level.
TXTextControl.PaperSize The PaperSize class is used with the TextControl.GetSupportedPaperSizes and WPF.TextControl.GetSupportedPaperSizes methods, which return the names and the sizes of all currently supported paper sizes.
TXTextControl.ParagraphFormat An instance of the ParagraphFormat class represents the formatting attributes of a paragraph.
TXTextControl.TextEditorException The TextEditorException class informs about errors which can occur during editing text.
TXTextControl.UserDefinedPropertyDictionary An instance of the UserDefinedPropertyDictionary class contains all user-defined document properties contained in a loaded document or which will be saved in a document.
TXTextControl.Web.MVC.DocumentViewer.ControlBase The abstract ControlBase class serves as a base class for TX Text Control ASP.NET MVC DocumentViewer extensions.
TXTextControl.Web.MVC.DocumentViewer.ControlsFactory The ControlsFactory class contains helper methods to create TX Text Control extensions.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewer The DocumentViewer class represents an extension object implementing the TX Text Control DocumentViewer functionality.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewerSettings The DocumentViewerSettings class contains the DocumentViewer extension settings.
TXTextControl.Web.MVC.DocumentViewer.HtmlHelperExtension The HtmlHelperExtension class extends the standard System.Web.Mvc.HtmlHelper class with a TX Text Control specific extension method.
TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup An object of the ContextualTabGroup class represents a group of ribbon tabs which are only shown in a certain context.
TXTextControl.Windows.Forms.Ribbon.ContextualTabGroupCollection The ContextualTabGroupCollection class represents all groups of ribbon tabs which are only shown in a certain context.
TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher The DialogBoxLauncher class represents the dialog box launcher item of a RibbonGroup.
TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup The HorizontalRibbonGroup class represents a logical group of controls as they appear on a RibbonTab.
TXTextControl.Windows.Forms.Ribbon.Ribbon The Ribbon class is a command bar that organizes the features of an application into a series of tabs at the top of the application window.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors The Ribbon.Colors class gets, sets or resets the display colors of a Windows Forms Ribbon control.
TXTextControl.Windows.Forms.Ribbon.RibbonButton The RibbonButton class is a button control which can be added to a RibbonGroup or to a RibbonMenuButton where it is stored as an item of the drop-down menu.
TXTextControl.Windows.Forms.Ribbon.RibbonComboBox The RibbonComboBox class represents a combobox which is inherited from the System.Windows.Forms.ComboBox class.
TXTextControl.Windows.Forms.Ribbon.RibbonForm The RibbonForm class represents a Windows Forms form that can draw a Ribbon Quick Access Toolbar and contextual tabs in its border.
TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab The RibbonFormattingTab class represents a ribbon tab for setting font and paragraph attributes, formatting styles and for handling the clipboard.
TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab The RibbonFrameLayoutTab class represents a Windows Forms ribbon tab for editing objects of type Image, TextFrame, DrawingFrame, BarcodeFrame and ChartFrame.
TXTextControl.Windows.Forms.Ribbon.RibbonGroup The RibbonGroup class represents a logical group of controls as they appear on a RibbonTab and is the base class of the HorizontalRibbonGroup class.
TXTextControl.Windows.Forms.Ribbon.RibbonGroupCollection An instance of the RibbonGroupCollection class contains objects of type RibbonGroup and can be obtained with the RibbonTab.RibbonGroups property.
TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab The RibbonInsertTab class represents a Windows Forms ribbon tab for inserting pages, images, charts, shapes, hyperlinks, bookmarks, headers and footers, textframes and symbols.
TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection An instance of the RibbonItemCollection class contains controls of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator and can be obtained with the RibbonGroup.RibbonItems, Ribbon.ApplicationMenuHelpPaneItems, Ribbon.ApplicationMenuItems, RibbonMenuButton.DropDownItems or RibbonListView.DropDownItems property.
TXTextControl.Windows.Forms.Ribbon.RibbonLabel The RibbonLabel class represents a label which is inherited from the System.Windows.Forms.Control class.
TXTextControl.Windows.Forms.Ribbon.RibbonListView The RibbonListView class is a list view control, which displays a collection of items that can be displayed using one of three different views.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem The RibbonListViewItem class represents an item in a RibbonListView control.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemCollection An instance of the RibbonListViewItemCollection class contains controls of type RibbonListViewItem and can be obtained with the RibbonListView.RibbonListViewItems property.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemEventArgs The RibbonListViewItemEventArgs class provides data for the RibbonListView.EditItemTextBoxActivated, RibbonListView.EditItemTextBoxDeactivated, RibbonListView.ItemClick, ItemMouseEnter or ItemMouseLeave event.
TXTextControl.Windows.Forms.Ribbon.RibbonMenuButton The RibbonMenuButton class is a button control that displays a drop-down menu when clicked.
TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab The RibbonPageLayoutTab class represents a Windows Forms ribbon tab for editing the page setup and layout.
TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab The RibbonProofingTab class represents a Windows Forms ribbon tab for setting proofing options such as spelling, hyphenation or language settings.
TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab The RibbonReportingTab class represents a Windows Forms ribbon tab to integrate mail merge and reporting functionality.
TXTextControl.Windows.Forms.Ribbon.RibbonSeperator The RibbonSeperator class represents a control that provides a separator between elements in a HorizontalRibbonGroup, an ApplicationMenu or a drop-down menu of a RibbonMenuButton.
TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton The RibbonSplitButton class is a control that has a primary button that responds to a Click event and a secondary button that displays a drop-down menu when clicked.
TXTextControl.Windows.Forms.Ribbon.RibbonTab The RibbonTab class represents a tab in a Ribbon.
TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab The RibbonTableLayoutTab class represents a Windows Forms ribbon tab for editing tables.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox The RibbonTextBox class is a control that can be used to display or edit unformatted text.
TXTextControl.Windows.Forms.Ribbon.RibbonToggleButton The RibbonToggleButton class is a checkable button control which can be added to a RibbonGroup or to a RibbonMenuButton where it is stored as an item of the drop-down menu.
TXTextControl.Windows.Forms.Ribbon.RibbonToolTip The RibbonToolTip class represents a small rectangular pop-up window that displays the title and/or a brief description of a ribbon item's purpose when the user rests the pointer on the control.
TXTextControl.Windows.Forms.Ribbon.RibbonViewTab The RibbonViewTab class represents a Windows Forms ribbon tab for customizing the view settings.

Properties

Property Description
TXTextControl.ButtonBar.ReadOnly Gets or sets a value determining the button bar's read only mode.
TXTextControl.DocumentServer.DataSources.DataColumnInfo.Caption Gets a descriptive or friendly column name.
TXTextControl.DocumentServer.DataSources.DataColumnInfo.ColumnName Gets the column name.
TXTextControl.DocumentServer.DataSources.DataColumnInfo.DataTableInfo Gets an object of type DataTableInfo which represents the table this column belongs to.
TXTextControl.DocumentServer.DataSources.DataColumnInfo.DataType Gets the data type of this table column.
TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection.Count Gets the number of elements contained in the collection.
TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection.IsReadOnly Gets a value indicating whether the collection is read only.
TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection.Item Gets the DataColumnInfo instance with the specified 0-based index from the collection.
TXTextControl.DocumentServer.DataSources.DataRelationInfo.ChildColumnName Gets the name of the child column which is part of this data relation.
TXTextControl.DocumentServer.DataSources.DataRelationInfo.ChildTableName Gets the name of the child table which is part of this data relation.
TXTextControl.DocumentServer.DataSources.DataRelationInfo.ParentColumnName Gets the name of the parent column which is part of this data relation.
TXTextControl.DocumentServer.DataSources.DataRelationInfo.ParentTableName Gets the name of the parent table which is part of this data relation.
TXTextControl.DocumentServer.DataSources.DataRelationInfo.RelationName Gets the data relation name if one was defined.
TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection.Count Gets the number of elements contained in the collection.
TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection.IsReadOnly Gets a value indicating whether the collection is read only.
TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection.Item Gets the DataRelationInfo instance with the specified 0-based index from the collection.
TXTextControl.DocumentServer.DataSources.DataSourceManager.ConnectionString Gets the connection string of the connection selected with the DatabaseConnectionDialog.
TXTextControl.DocumentServer.DataSources.DataSourceManager.DataProviderName Gets the name of the data provider selected with the DatabaseConnectionDialog.
TXTextControl.DocumentServer.DataSources.DataSourceManager.DataRelations Gets a DataRelationInfoCollection of DataRelationInfo objects which represent the data relations in the data source.
TXTextControl.DocumentServer.DataSources.DataSourceManager.DataTables Gets a DataTableInfoCollection of DataTableInfo objects which represent the data tables in the data source.
TXTextControl.DocumentServer.DataSources.DataSourceManager.IsMergingPossible Gets a value indicating whether all requirements are met and the method Merge can be called.
TXTextControl.DocumentServer.DataSources.DataSourceManager.MasterDataTableInfo Gets or sets a DataTableInfo object representing the table which is used as a master table when merging data into the document.
TXTextControl.DocumentServer.DataSources.DataSourceManager.PossibleMergeBlockTables Gets a DataTableInfoCollection of DataTableInfo objects representing the tables which can be used as merge blocks using the currently selected master table.
TXTextControl.DocumentServer.DataSources.DataSourceManager.PossibleMergeFieldColumns Gets a DataColumnInfoCollection of DataColumnInfo objects representing the table columns which can be used as merge fields using the currently selected master table.
TXTextControl.DocumentServer.DataSources.DataTableInfo.ChildRelations Gets a DataRelationInfoCollection representing the parent-child-relationships this table has with other data tables.
TXTextControl.DocumentServer.DataSources.DataTableInfo.ChildTables Gets a DataTableInfoCollection representing the child-tables this table has.
TXTextControl.DocumentServer.DataSources.DataTableInfo.Columns Gets a DataColumnInfoCollection representing the columns of this data table.
TXTextControl.DocumentServer.DataSources.DataTableInfo.TableName Gets the table name.
TXTextControl.DocumentServer.DataSources.DataTableInfoCollection.Count Gets the number of elements contained in the collection.
TXTextControl.DocumentServer.DataSources.DataTableInfoCollection.IsReadOnly Gets a value indicating whether the collection is read only.
TXTextControl.DocumentServer.DataSources.DataTableInfoCollection.Item Gets a DataTableInfo instance from the collection.
TXTextControl.DocumentServer.DataSources.MergeBlockInfo.ChildBlocks Gets or sets the list of merge blocks nested inside this merge block.
TXTextControl.DocumentServer.DataSources.MergeBlockInfo.ColumnNames Gets or sets the list of data column names which represent the merge fields this merge block consists of.
TXTextControl.DocumentServer.DataSources.MergeBlockInfo.TableName Gets the table name of this merge block.
TXTextControl.DocumentServer.DataSources.MergeBlockSettings.BlockTemplateType Gets or sets a value of type BlockTemplateType which specifies the type of the inserted repeating block.
TXTextControl.DocumentServer.DataSources.MergeBlockSettings.CreateHeaderRow If this property is true and property BlockTemplateType is set to BlockTemplateType.TableRow, a table header row is automatically generated.
TXTextControl.DocumentServer.DataSources.MergeBlockSettings.FieldDisplayMode Gets or sets a value of type FieldDisplayMode which specifies the content display mode of the inserted fields.
TXTextControl.DocumentServer.DataSources.MergeBlockSettings.HighlightColor Specifies the color the inserted merge block is highlighted with if the input position is inside the block.
TXTextControl.DocumentServer.MailMerge.DataRowMergedEventArgs.DataRow Gets the current data row's content.
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.DataRow Gets the data row which is used to supply the current field with merge content.
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.MergeBlockName If the merge field is part of a merge block, this property returns the name of the block.
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.NestingDepth If the merge field is part of a merge block, this property returns the one-based nesting depth of the block.
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.TableCell If the merge field is inside of a table, this property returns the containing table cell as a TXTextControl.TableCell instance or null otherwise.
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.MergeBlockName If the image field is part of a merge block, this property returns the name of the block.
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.NestingDepth If the image field is part of a merge block, this property returns the one-based nesting depth of the block.
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.TableCell If the image field is inside of a table, this property returns the containing table cell as a TXTextControl.TableCell instance or null otherwise.
TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.DataRow Gets the data row which is used to supply the current image with merge content.
TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.MergeBlockName If the image is part of a merge block, this property returns the name of the block.
TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.NestingDepth If the image is part of a merge block, this property returns the one-based nesting depth of the block.
TXTextControl.DocumentServer.MailMerge.MergeBlockNamePrefix A static property returning the internal merge block name prefix "txmb_".
TXTextControl.DocumentServer.Windows.Forms.DataSourceExtractionDialog.FileName Returns the file name of the file into which the data source excerpt has been saved.
TXTextControl.DocumentServer.Windows.Forms.DataSourceExtractionDialog.MaxRows Returns the maximum number of data rows from the selected table which were saved into the excerpt file.
TXTextControl.DocumentServer.Windows.Forms.DataSourceExtractionDialog.SelectedTable Returns a description of the table which was selected by the user to be exported.
TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog.AddTableHeaderRow Indicates whether a separate header row has to be added to the table containing the repeating merge block.
TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog.BlockType Indicates the type of the merge block to be created.
TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog.HighlightColor Returns the selected highlight color to be used for the sub text part representing the merge block.
TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog.MergeBlockInfo Returns a MergeBlockInfo object describing the merge block to be inserted.
TXTextControl.Drawing.ViewChangedEventArgs.ClipRectangle Gets an object of type System.Drawing.Rectangle that represents the region where the control view is changed by UI editing.
TXTextControl.FilterException.Reason Gets the error which is the cause of this exception.
TXTextControl.FormattingStyle.BaseStyle Gets the FormattingStyle which is the base style of this style.
TXTextControl.FrameEventArgs.Frame Gets an object that represents the frame which causes the event.
TXTextControl.InputFormat.BottomAligned Gets or sets a value specifying whether text is bottom aligned at the current input position.
TXTextControl.InputFormat.FrameFillColor Gets or sets the color used to display the frame fill color at the current input position.
TXTextControl.InputFormat.FrameLineColor Gets or sets the color used to display the color of frame lines at the current text input position.
TXTextControl.InputFormat.FrameLineWidth Gets or sets the line width, in twips, of the paragraph's or table's frame at the current input position.
TXTextControl.InputFormat.TopAligned Gets or sets a value specifying whether text is top aligned at the current input position.
TXTextControl.InputFormat.VerticallyCentered Gets or sets a value specifying whether text is vertically centered at the current text input position.
TXTextControl.LoadSaveSettingsBase.ReportingMergeBlockFormat Specifies how reporting merge blocks are handled when a document is saved.
TXTextControl.LoadSettings.DocumentAccessPermissions Specifies how a document can be accessed after it has been loaded.
TXTextControl.LoadSettings.LoadDocumentBackColor Specifies whether or not the document background color is loaded.
TXTextControl.LoadSettings.UserDefinedDocumentProperties Gets a dictionary with all user-defined document properties contained in the loaded document.
TXTextControl.PaperSize.Height Gets the height of the paper size, in twips.
TXTextControl.PaperSize.Name Gets the name of the paper size.
TXTextControl.PaperSize.Width Gets the width of the paper size, in twips.
TXTextControl.ParagraphFormat.AbsoluteLineSpacing Gets or sets the line spacing of a paragraph in twips.
TXTextControl.ParagraphFormat.Alignment Gets or sets the horizontal text alignment.
TXTextControl.ParagraphFormat.BackColor Gets or sets the background color of a paragraph.
TXTextControl.ParagraphFormat.BottomDistance Gets or sets the bottom distance, in twips, between this and the next paragraph.
TXTextControl.ParagraphFormat.Frame Gets or sets a frame around the paragraph.
TXTextControl.ParagraphFormat.FrameDistance Gets or sets the distance, in twips, between the text and the paragraph's frame.
TXTextControl.ParagraphFormat.FrameLineColor Gets or sets the color used for the frame lines of a paragraph.
TXTextControl.ParagraphFormat.FrameLineWidth Gets or sets the line width, in twips, of the paragraph's frame.
TXTextControl.ParagraphFormat.FrameStyle Gets or sets the style of the paragraph's frame.
TXTextControl.ParagraphFormat.HangingIndent Gets or sets the distance, in twips, for the hanging indent.
TXTextControl.ParagraphFormat.LeftIndent Gets or sets the distance, in twips, between the left edge of the Text Control and the left edge of the text.
TXTextControl.ParagraphFormat.LineSpacing Specifies the line spacing of a paragraph as a percentage of the font size.
TXTextControl.ParagraphFormat.RightIndent Gets or sets the distance, in twips, between the right edge of a Text Control document and the right edge of the text.
TXTextControl.ParagraphFormat.TabPositions Gets or sets an array containing the absolute tab stop positions, in twips, in a paragraph.
TXTextControl.ParagraphFormat.TabTypes Gets or sets an array containing the tab types in a paragraph.
TXTextControl.ParagraphFormat.TopDistance Gets or sets a top distance, in twips, between this and the previous paragraph.
TXTextControl.RulerBar.ReadOnly Gets or sets a value determining the ruler bar's read only mode.
TXTextControl.SaveSettings.SaveDocumentBackColor Specifies whether or not the document background color is saved.
TXTextControl.SaveSettings.UserDefinedDocumentProperties Sets a dictionary with all user-defined document properties which will be saved in the document.
TXTextControl.TextControl.Ribbon Specifies the ribbon control to be used with a TextControl.
TXTextControl.UserDefinedPropertyDictionary.Item Gets a document property from the dictionary.
TXTextControl.UserDefinedPropertyDictionary.Names Gets a collection of all property names the dictionary contains.
TXTextControl.UserDefinedPropertyDictionary.Values Gets a collection of all property values the dictionary contains.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewerSettings.BasePath Gets or sets the base path where to search for the TextControl controller that provides all asynchronous Http methods called by the DocumentViewer Javascript.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewerSettings.Dock Gets or sets a value specifying how the control is docked to its container or web site.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewerSettings.DocumentData Specifies document data to load a document from memory.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewerSettings.DocumentPath Gets or sets the document path including the file name from where to load the document to view.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewerSettings.IsSelectionActivated Specifies whether the text selection in documents is active or not.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewerSettings.ResourceManager Gets or sets the resource manager that can be used to apply custom resources such as translations.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewerSettings.ShowThumbnailPane Specifies whether the thumbnail view pane is visible.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewerSettings.SignatureSettings Specifies Web.MVC.DocumentViewer.SignatureSettings for document signing processes.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewerSettings.ToolbarDocked Specifies whether the toolbar is docked or not.
TXTextControl.Web.MVC.DocumentViewer.DocumentViewerSettings.View Specifies which device specific view is shown.
TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup.BackColor Gets or sets the background color of the group's label.
TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup.ContextualTabs Gets a list of all RibbonTab objects contained in this group.
TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup.Header Gets or sets the group's header.
TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup.Name Gets or sets the group's name.
TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup.Visible Gets or sets the group's visibility.
TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.ContextMenuStrip Gets or sets the ContextMenuStrip associated with this dialog box launcher.
TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.Enabled Gets or sets a value indicating whether this dialog box launcher is enabled.
TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.ToolStripItemImage Gets or sets a 16x16 icon for this dialog box launcher's quick access toolbar tool strip item.
TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.
TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.Visible Gets or sets a value indicating whether this dialog box launcher is visible.
TXTextControl.Windows.Forms.Ribbon.Ribbon.ApplicationMenuHelpPaneItems Gets a collection of all items which are displayed on the help pane of the Application Menu.
TXTextControl.Windows.Forms.Ribbon.Ribbon.ApplicationMenuItems Gets a collection of all items which are displayed on the Application Menu.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ApplicationMenuColor Gets or sets the background color of a ribbon's application menu.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ApplicationMenuTabColor Gets or sets the color of a ribbon's first tab, which opens the application menu.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ApplicationMenuTabHighlightColor Gets or sets the highlight color of a ribbon's first tab which is used, when the mouse pointer is moved over it.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.HighlightTabColor Gets or sets the highlight color of a ribbon tab which is used when a tab is selected.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.MenuColor Gets or sets the menu color of a ribbon.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.TabColor Gets or sets the background color of a ribbon tab.
TXTextControl.Windows.Forms.Ribbon.Ribbon.ContextualTabGroups Gets a collection of all contextual tab groups of this ribbon.
TXTextControl.Windows.Forms.Ribbon.Ribbon.DisplayColors Gets or sets the colors of the ribbon.
TXTextControl.Windows.Forms.Ribbon.Ribbon.ReadOnly Gets or sets a value determining the ribbon's read only mode.
TXTextControl.Windows.Forms.Ribbon.RibbonButton.Description Gets or sets the description text that appears on this button in a RibbonMenuButton's drop down menu when the DisplayMode property of the button is set to IconTextRelation.LargeIconLabeled.
TXTextControl.Windows.Forms.Ribbon.RibbonButton.DisplayMode Sets the RibbonButton's superordinate display settings and gets its corresponding text icon relation rendering to the current group's width.
TXTextControl.Windows.Forms.Ribbon.RibbonButton.IsAddToQuickAccessToolbarEnabled Gets or sets a value indicating whether the RibbonButton can be added to the quick access toolbar.
TXTextControl.Windows.Forms.Ribbon.RibbonButton.KeyTip Gets or sets the keyboard shortcut of the RibbonButton.
TXTextControl.Windows.Forms.Ribbon.RibbonButton.LargeIcon Gets or sets a 32x32 1/96 inch icon for this RibbonButton.
TXTextControl.Windows.Forms.Ribbon.RibbonButton.ParentCollection Gets the RibbonItemCollection that contains this RibbonButton.
TXTextControl.Windows.Forms.Ribbon.RibbonButton.SmallIcon Gets or sets a 16x16 1/96 inch icon for this RibbonButton.
TXTextControl.Windows.Forms.Ribbon.RibbonButton.Text Overridden.
TXTextControl.Windows.Forms.Ribbon.RibbonButton.ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.
TXTextControl.Windows.Forms.Ribbon.RibbonComboBox.KeyTip Gets or sets the keyboard shortcut of the RibbonComboBox.
TXTextControl.Windows.Forms.Ribbon.RibbonComboBox.ParentCollection Gets the RibbonItemCollection that contains this RibbonComboBox.
TXTextControl.Windows.Forms.Ribbon.RibbonComboBox.ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.
TXTextControl.Windows.Forms.Ribbon.RibbonGroup.DialogBoxLauncher Gets an object of type DialogBoxLauncher which represents the RibbonGroup's dialog box launcher item.
TXTextControl.Windows.Forms.Ribbon.RibbonGroup.IsAddToQuickAccessToolbarEnabled Gets or sets a value whether the RibbonGroup can be added to the quick access toolbar.
TXTextControl.Windows.Forms.Ribbon.RibbonGroup.LargeIcon Gets or sets an icon for this RibbonGroup.
TXTextControl.Windows.Forms.Ribbon.RibbonGroup.RibbonItems Gets a collection of all items contained in this group.
TXTextControl.Windows.Forms.Ribbon.RibbonGroup.RowCount Gets or sets the number of rows in the RibbonGroup.
TXTextControl.Windows.Forms.Ribbon.RibbonGroup.ShowSeperator Gets or sets a value whether the RibbonGroup's separator is shown.
TXTextControl.Windows.Forms.Ribbon.RibbonGroup.SmallIcon Gets or sets a 16x16 1/96 inch icon for this RibbonGroup.
TXTextControl.Windows.Forms.Ribbon.RibbonGroup.Text Overridden.
TXTextControl.Windows.Forms.Ribbon.RibbonGroup.ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over this RibbonGroup.
TXTextControl.Windows.Forms.Ribbon.RibbonGroupCollection.Item Gets an object of type RibbonGroup from the collection.
TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.Item Gets a control of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator from the collection.
TXTextControl.Windows.Forms.Ribbon.RibbonLabel.ParentCollection Gets the RibbonItemCollection that contains this RibbonLabel.
TXTextControl.Windows.Forms.Ribbon.RibbonLabel.SmallIcon Gets or sets a 16x16 1/96 inch icon for this RibbonLabel.
TXTextControl.Windows.Forms.Ribbon.RibbonLabel.Text Overridden.
TXTextControl.Windows.Forms.Ribbon.RibbonLabel.ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.CellPadding Gets or sets the amount of space between the cell's item and the cell's border.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ColumnCount Gets the number of columns in this RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ColumnWidth Gets the width, in 1/96 inch, for each column in this RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.Deselectable Gets or sets a value whether a selected RibbonListViewItem can be deselected by clicking into a cell that does not contain a RibbonListViewItem or clicking on it in combination with the pressed Ctrl key.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.DropDownItems Gets the collection of controls in the drop-down menu that is associated with this RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.HideItems Gets or sets a value indicating whether the RibbonListViewItems are displayed inside the RibbonListView or not.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.HideSelectedItems Gets or sets a value indicating whether the selected RibbonListViewItems are highlighted inside the RibbonListView or not.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemsSource Gets or sets an array of RibbonListViewItems used to generate the content of this RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.KeyTip Gets or sets the keyboard shortcut of the RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.MaxVisibleRows Gets or sets a value specifying the maximum number of rows that are displayed by the RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.MinColumnCount Gets or sets the minimum number of columns in this RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.MultiSelect Gets or sets a value indicating whether multiple items can be selected.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ParentCollection Gets the RibbonItemCollection that contains this RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.Icon Gets or sets the icon for this RibbonListViewItem.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.IsSelected Gets or sets a value indicating whether this RibbonListViewItem is selected.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.Tag Gets or sets the data associated with this RibbonListViewItem.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.Text Gets or sets the RibbonListViewItem's text
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemCollection.Item Gets an item of type RibbonListViewItem from this collection.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemEventArgs.Item Gets an object of type RibbonListViewItem that represents the handled item.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItems Gets a collection containing all items in this RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RowCount Gets the number of rows in this RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RowHeight Gets the height, in 1/96 inch, for each row in this RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ScrollButtonsVisible Gets or sets a value whether the scroll bars buttons should be displayed or not.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.SelectedIndices Gets or sets the indexes of the selected items in this RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.SelectedItems Gets or sets the items that are selected in this RibbonListView.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ShowBorder Gets or sets a value indicating whether this RibbonListView is surrounded by a border or not.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ShowItemsInDropDown Gets or sets a value indicating whether this RibbonListView's drop down menu displays additionally to the drop down items the control's RibbonListViewItems or not.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over RibbonListView's scroll bar or drop-down button.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ViewMode Gets or sets the mode in which this RibbonListView displays its items.
TXTextControl.Windows.Forms.Ribbon.RibbonMenuButton.DropDownItems Gets the collection of controls in the drop-down menu that is associated with this RibbonMenuButton.
TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.DataSourceManager Provides the DataSourceManager that is connected with the RibbonReportingTab.
TXTextControl.Windows.Forms.Ribbon.RibbonSeperator.Alignment Gets the alignment of this RibbonSeperator.
TXTextControl.Windows.Forms.Ribbon.RibbonSeperator.ParentCollection Gets the RibbonItemCollection that contains this RibbonSeperator.
TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton.ButtonEnabled Gets or set a value indicating whether the primary button is enabled.
TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton.Checkable Gets or set a value indicating whether the primary button is checkable.
TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton.Checked Gets or set a value indicating whether the primary button is checked.
TXTextControl.Windows.Forms.Ribbon.RibbonTab.KeyTip Gets or sets the keyboard shortcut of the RibbonTab.
TXTextControl.Windows.Forms.Ribbon.RibbonTab.RibbonGroups Gets a collection of all RibbonGroups in a RibbonTab.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.DisplayMode Sets the RibbonTextBox's superordinate display settings and gets its corresponding text icon relation rendering to the current group's width.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.KeyTip Gets or sets the keyboard shortcut of the RibbonTextBox.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.Label Gets or sets the text that is displayed before the text box.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.LargeIcon Gets or sets a 32x32 1/96 inch icon for this RibbonTextBox.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.ParentCollection Gets the RibbonItemCollection that contains this RibbonTextBox.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.ShowUpDownButtons Gets or sets a value whether the text box's up down buttons are shown or not.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.SmallIcon Gets or sets a 16x16 1/96 inch icon for this RibbonTextBox.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.Text Overridden.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.TextAlign Gets or sets how text is aligned in the text box.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.TextBoxLabel Gets or sets the text that is displayed behind the text box.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.TextBoxWidth Gets or sets the width, in 1/96 inch, of the text box.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.ValidationMode Gets or sets the RibbonTextBox's input validation mode that is used to validate the inserted text in the text box.
TXTextControl.Windows.Forms.Ribbon.RibbonToggleButton.Checked Gets or set a value indicating whether this RibbonToggleButton is checked.
TXTextControl.Windows.Forms.Ribbon.RibbonToolTip.Description Gets or sets the description for the RibbonToolTip window.
TXTextControl.Windows.Forms.Ribbon.RibbonToolTip.Title Gets or sets the title for the RibbonToolTip window.

Methods

Method Description
TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection.GetEnumerator Returns an enumerator that can be used to iterate through the collection.
TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection.GetEnumerator Returns an enumerator that can be used to iterate through the collection.
TXTextControl.DocumentServer.DataSources.DataSourceManager.InsertMergeBlock Inserts a repeating merge block into a TextControl instance, a WPF.TextControl instance or a ServerTextControl instance at the current input position.
TXTextControl.DocumentServer.DataSources.DataSourceManager.IsMergeBlock Checks if a given SubTextPart is a merge block.
TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadAssembly Loads an assembly file as a data source.
TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadDataSet Loads a System.Data.DataSet object as a data source.
TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadDataSourceConfig Loads an XML string or a file containing "report data source configuration" data.
TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadDataTable Loads a System.Data.DataTable object as a data source.
TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadJson Loads a JSON string containing an array of objects or a single object as a data source.
TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadObjects Loads a collection implementing the interface IEnumerable as a data source and deduces the data tables, column names and data relations from the public properties and used classes of the first contained object using .NET reflection or, in case of the first contained object being a Dictionary with string keys, from the key names and value types.
TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadSingleObject Loads a single object which is either a Dictionary with string keys or an object of an arbitrary type as a data source.
TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadXmlFile Loads the contents of an XML file as a data source.
TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadXmlString Loads XML data, given as a string, as a data source.
TXTextControl.DocumentServer.DataSources.DataSourceManager.Merge Merges a binary TX internal unicode format document with the currently loaded data source.
TXTextControl.DocumentServer.DataSources.DataSourceManager.SaveDataSourceConfig Saves an XML string or a file containing "report data source config" data.
TXTextControl.DocumentServer.DataSources.DataTableInfoCollection.CopyTo Copies the elements of the collection to an array, starting at a particular index.
TXTextControl.DocumentServer.DataSources.DataTableInfoCollection.GetEnumerator Returns an enumerator that can be used to iterate through the collection.
TXTextControl.DocumentServer.MailMerge.MergeJsonData Merges data given as a JSON string into a document template.
TXTextControl.HeaderFooter.GetTextFields Returns a collection containing text fields of the specified types.
TXTextControl.IFormattedText.GetTextFields Returns a collection containing text fields of the specified types.
TXTextControl.PageNumberFieldCollection.GetItem Gets a particular page number field from the collection.
TXTextControl.Selection.RemoveInlineStyles Removes all character based styles of the selected text so that all attributes are reset to the attributes of the paragraph style.
TXTextControl.ServerTextControl.GetSupportedPaperSizes Gets an array of PaperSize structures specifying the names and the size of all currently supported paper sizes.
TXTextControl.ServerTextControl.GetTextFields Returns a collection containing text fields of the specified types.
TXTextControl.ServerTextControl.OnDocumentLoaded Raises the DocumentLoaded event.
TXTextControl.TextControl.FrameFillColorDialog Invokes the built-in dialog box for choosing a color for the background of a paragraph or a table cell.
TXTextControl.TextControl.FrameLineColorDialog Invokes the built-in dialog box for choosing a color for the frame of a paragraph or a table.
TXTextControl.TextControl.GetSupportedPaperSizes Gets an array of PaperSize structures specifying the names and the size of all currently supported paper sizes.
TXTextControl.TextControl.GetTextFields Returns a collection containing text fields of the specified types.
TXTextControl.TextControl.OnDocumentLoaded Raises the DocumentLoaded event.
TXTextControl.TextControl.OnFrameClicked Raises the FrameClicked event.
TXTextControl.TextControl.OnFrameDeselected Raises the FrameDeselected event.
TXTextControl.TextControl.OnFrameDoubleClicked Raises the FrameDoubleClicked event.
TXTextControl.TextControl.OnFrameLayoutChanged Raises the FrameLayoutChanged event.
TXTextControl.TextControl.OnFrameMoved Raises the FrameMoved event.
TXTextControl.TextControl.OnFrameRightClicked Raises the FrameRightClicked event.
TXTextControl.TextControl.OnFrameSelected Raises the FrameSelected event.
TXTextControl.TextControl.OnFrameSized Raises the FrameSized event.
TXTextControl.TextControl.OnTextFrameAppearanceChanged Raises the TextFrameAppearanceChanged event.
TXTextControl.TextControl.PageColorDialog Invokes the built-in dialog box for setting the page color.
TXTextControl.TextControl.Zoom Zooms the contents of the TextControl.
TXTextControl.TextFrame.GetTextFields Returns a collection containing text fields of the specified types.
TXTextControl.UserDefinedPropertyDictionary.Add Adds a new property to the dictionary.
TXTextControl.UserDefinedPropertyDictionary.Contains Determines whether the dictionary contains a property with the specified name.
TXTextControl.UserDefinedPropertyDictionary.Remove Removes a document property from the dictionary.
TXTextControl.Web.MVC.DocumentViewer.ControlBase.Render Renders the extension's HTML code into the page output.
TXTextControl.Web.MVC.DocumentViewer.ControlsFactory.DocumentViewer Creates a DocumentViewer.
TXTextControl.Web.MVC.DocumentViewer.HtmlHelperExtension.TXTextControl Provides access to helper methods allowing you to render individual TX Text Control ASP.NET MVC extensions.
TXTextControl.Web.MVC.TextControl.LoadDataFromJson Uses data given as a JSON string as a data source.
TXTextControl.Web.MVC.TextControl.LoadDataFromModel Loads a collection implementing interface System.Collections.IEnumerable as a data source.
TXTextControl.Web.MVC.TextControl.LoadDataSet Loads a database which is used to create table and field name menu items in the mailings ribbon tab from an existing DataSet object.
TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup.Add Adds a control of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator to the end of a specific row inside the horizontal ribbon group.
TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup.AddRange Adds an array of controls to the end of a specific row.
TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup.Insert Inserts a control of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator at the specified index.
TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup.InsertRange Inserts an array of controls at the specified index.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetApplicationMenuColor Resets the ribbon's ApplicationMenuColor to its system dependent default value.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetApplicationMenuTabColor Resets the ribbon's ApplicationMenuTabColor to its system dependent default value.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetApplicationMenuTabHighlightColor Resets the ribbon's ApplicationMenuTabHighlightColor to its system dependent default value.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetHighlightTabColor Resets the ribbon's HighlightTabColor to its system dependent default value.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetMenuColor Resets the ribbon's MenuColor to its system dependent default value.
TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetTabColor Resets the ribbon's TabColor to its system dependent default value.
TXTextControl.Windows.Forms.Ribbon.RibbonForm.SetQuickAccessToolbarStandardItems Specifies the standard items of the Quick Access Toolbar.
TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.FindItem Finds a control that has the provided RibbonFormattingTab.RibbonItem identifier.
TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.FindItem Finds a control that has the provided RibbonFrameLayoutTab.RibbonItem identifier.
TXTextControl.Windows.Forms.Ribbon.RibbonGroupCollection.Add Adds an object of the type RibbonGroup to the end of the collection.
TXTextControl.Windows.Forms.Ribbon.RibbonGroupCollection.Insert Inserts an object of the type RibbonGroup at the specified index of the collection.
TXTextControl.Windows.Forms.Ribbon.RibbonGroupCollection.Remove Removes an object of the type RibbonGroup from the collection.
TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.FindItem Finds a control that has the provided RibbonInsertTab.RibbonItem identifier.
TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.Add Adds a control of the type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator to the end of the collection.
TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.AddRange Adds an array of controls to the end of the collection.
TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.Contains Determines whether a control is in the collection.
TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.Insert Inserts a control of the type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator at the specified index.
TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.InsertRange Inserts an array of controls at the specified index.
TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.Remove Removes a control of the type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator from this collection.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemCollection.Add Adds an item of the type RibbonListViewItem to the end of this collection.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ScrollTo Scrolls the contents of the RibbonListView to a specified RibbonListViewItem.
TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.FindItem Finds a control that has the provided RibbonPageLayoutTab.RibbonItem identifier.
TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.FindItem Finds a control that has the provided RibbonProofingTab.RibbonItem identifier.
TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.FindItem Finds a control that has the provided RibbonReportingTab.RibbonItem identifier.
TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.FindItem Finds a control that has the provided RibbonTableLayoutTab.RibbonItem identifier.
TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.FindItem Finds a control that has the provided RibbonViewTab.RibbonItem identifier.

Events

Event Description
TXTextControl.DocumentServer.DataSources.DataSourceManager.ConnectionStringChanged Is fired when the contents of the ConnectionString property change.
TXTextControl.DocumentServer.DataSources.DataSourceManager.DataProviderNameChanged Is fired when the contents of the DataProviderName property change.
TXTextControl.DocumentServer.DataSources.DataSourceManager.DataRelationsChanged Is fired when the contents of the DataRelations property change.
TXTextControl.DocumentServer.DataSources.DataSourceManager.DataTablesChanged Is fired when the contents of the DataTables property change.
TXTextControl.DocumentServer.DataSources.DataSourceManager.IsMergingPossibleChanged Is fired when the value of the IsMergingPossible property changes.
TXTextControl.DocumentServer.DataSources.DataSourceManager.MasterDataTableInfoChanged Is fired when the contents of the MasterDataTableInfo property change.
TXTextControl.DocumentServer.DataSources.DataSourceManager.PossibleMergeBlockTablesChanged Is fired when the contents of the PossibleMergeBlockTables property change.
TXTextControl.DocumentServer.DataSources.DataSourceManager.PossibleMergeFieldColumnsChanged Is fired when the contents of the PossibleMergeFieldColumns property change.
TXTextControl.ServerTextControl.DocumentLoaded Occurs when a new document has been loaded.
TXTextControl.TextControl.DocumentLoaded Occurs when a new document has been loaded.
TXTextControl.TextControl.FrameClicked Occurs when a frame (image, text frame, chart, barcode or drawing) has been clicked on.
TXTextControl.TextControl.FrameDeselected Occurs when a frame (image, text frame, chart, barcode or drawing) has been deselected.
TXTextControl.TextControl.FrameDoubleClicked Occurs when a frame (image, text frame, chart, barcode or drawing) has been doubleclicked on.
TXTextControl.TextControl.FrameLayoutChanged Occurs when the layout of a frame (image, text frame, chart, barcode or drawing) has been changed.
TXTextControl.TextControl.FrameMoved Occurs when a frame (image, text frame, chart, barcode or drawing) has been moved.
TXTextControl.TextControl.FrameRightClicked Occurs when a frame (image, text frame, chart, barcode or drawing) has been clicked on with the right mouse button.
TXTextControl.TextControl.FrameSelected Occurs when a frame (image, text frame, chart, barcode or drawing) has been selected.
TXTextControl.TextControl.FrameSized Occurs when a frame (image, text frame, chart, barcode or drawing) has been sized.
TXTextControl.TextControl.TextFrameAppearanceChanged Occurs when the appearance of a text frame (background color, transparency, border, inner margins) has been changed.
TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.Click Occurs as the dialog box launcher is clicked.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.DropDownClosed Occurs as the RibbonListView's drop-down menu is closed.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.DropDownOpening Occurs as the RibbonListView's drop-down menu is opening.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemClick Occurs when an RibbonListViewItem is clicked.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemMouseEnter Occurs when the mouse pointer enters a RibbonListViewItem.
TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemMouseLeave Occurs when the mouse pointer leaves a RibbonListViewItem.
TXTextControl.Windows.Forms.Ribbon.RibbonMenuButton.DropDownClosed Occurs as the RibbonMenuButton's drop-down menu is closed.
TXTextControl.Windows.Forms.Ribbon.RibbonMenuButton.DropDownOpening Occurs as the RibbonMenuButton's drop-down menu is opening.
TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton.ButtonClick Occurs as the primary button is clicked.
TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton.CheckedChanged Occurs when the value of the Checked property changes.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.DownButtonClicked Occurs as the text box's down button is clicked.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.TextValidated Occurs when text box's text is validated.
TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.UpButtonClicked Occurs as the text box's up button is clicked.
TXTextControl.Windows.Forms.Ribbon.RibbonToggleButton.CheckedChanged Occurs when the value of the Checked property changes.
TXTextControl.Windows.Forms.Ribbon.RibbonToolTip.Opening Occurs as the the RibbonToolTip window is opening.