<?xml version="1.0" encoding="utf-8" ?>
<doc>
	<assembly>
		<name>TXTextControl</name>
	</assembly>
	<members>
		<member name="T:TXTextControl.AddCommentCallback">
			<summary>Callback function for functions which add a comment.</summary>
		</member>
		<member name="T:TXTextControl.AddEditableRegionCallback">
			<summary>Callback function for functions which add an editable region.</summary>
		</member>
		<member name="T:TXTextControl.AddFootnoteCallback">
			<summary>Callback function for functions which add a footnote.</summary>
		</member>
		<member name="T:TXTextControl.AddSubTextPartCallback">
			<summary>Callback function for functions which add a subtextpart.</summary>
		</member>
		<member name="T:TXTextControl.ApplicationField">
			<summary>The ApplicationField object supports text field formats of applications such as Microsoft Word.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationField.getFormat">
			<summary>Gets the field's format.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationField.getParameters">
			<summary>Gets the field' parameters. The order and format of the strings depend on the field's format. For example a Microsoft Word MergeField has the following format: MERGEFIELD FieldName [switches]. In this case the first string of the array is the FieldName and the following strings are possible switches. The string MERGEFIELD is the type name of the field and can be obtained through getTypeName. If a field has no parameters, this array is null.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationField.getTypeName">
			<summary>Gets the field's type name. The type name of a Microsoft Word MergeField is MERGEFIELD, for example. If the type name of the field is changed, its parameters must also be changed.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationField.setFormat">
			<summary>Sets the field's format.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationField.setParameters">
			<summary>Sets the field's parameters.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationField.setTypeName">
			<summary>Sets the field's type name. The type name of a Microsoft Word MergeField is MERGEFIELD, for example. If the type name of the field is changed, its parameters must also be changed.</summary>
		</member>
		<member name="T:TXTextControl.ApplicationFieldCollection">
			<summary>Contains all created or imported Microsoft Word fields represented through objects of the type ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationFieldCollection.add">
			<summary>Inserts a new application field at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationFieldCollection.getItem">
			<summary>Gets the field at the current input position or null, if there is no such field at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationFieldCollection.remove">
			<summary>Removes a field of the type ApplicationField from a TX Text Control document. The visible text is deleted depending on the keepText parameter.</summary>
		</member>
		<member name="T:TXTextControl.Barcode">
			<summary>The Barcode object provides methods to specify the type and format of barcodes.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.getAdditionalText">
			<summary>Gets an additional text that is displayed below or above the barcode image.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.getAlignment">
			<summary>Gets the alignment of the barcode image inside the control.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.getAngle">
			<summary>Gets the angle of the barcode image inside the control.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.getBackColor">
			<summary>Gets the background color of the barcode control.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.getBarcodeType">
			<summary>Gets the type of barcode that is rendered.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.getForeColor">
			<summary>Gets the foreground color of the barcode control.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.getShowText">
			<summary>Gets a value indicating whether the encrypted barcode text value is displayed below or above the barcode image or not.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.getText">
			<summary>Gets the text encrypted by the barcode.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.getTextAlignment">
			<summary>Gets a value indicating whether the barcode text and additional text is displayed below or above the barcode image.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.getUpperTextLength">
			<summary>Gets the maximum text length.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.saveImage">
			<summary>Saves the barcode image.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.setAdditionalText">
			<summary>Sets an additional text that is displayed below or above the barcode image.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.setAlignment">
			<summary>Sets the alignment of the barcode image inside the control.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.setAngle">
			<summary>Sets the angle of the barcode image inside the control.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.setBackColor">
			<summary>Sets the background color for the barcode control.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.setBarcodeType">
			<summary>Sets the type of barcode that is rendered.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.setForeColor">
			<summary>Sets the foreground color for the barcode control.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.setShowText">
			<summary>Sets a value indicating whether the encrypted barcode text value is displayed below or above the barcode image or not.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.setText">
			<summary>Sets the text the barcode should encrypt.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.setTextAlignment">
			<summary>Sets a value indicating whether the barcode text and additional text is displayed below or above the barcode image.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.setUpperTextLength">
			<summary>Sets the maximum text length.</summary>
		</member>
		<member name="T:TXTextControl.BarcodeCallback">
			<summary>Callback function for a barcode related event.</summary>
		</member>
		<member name="T:TXTextControl.BarcodeCollection">
			<summary>Contains all barcodes in a document represented through objects of the type BarcodeFrame.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeCollection.addAnchored">
			<summary>Creates and inserts a new barcode which is anchored to the specified text position. It has the specified horizontal alignment and a textflow which is given through the insertionMode parameter. Anchored barcodes are moved with the text.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeCollection.addAnchoredAtLocation">
			<summary>Inserts a new barcode which is anchored to the specified text position. It has the specified location relative to the paragraph it is anchored to and a textflow which is given through the insertionMode parameter. Anchored barcode are moved with the text.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeCollection.addAtFixedPositionInDocument">
			<summary>Creates and inserts a new barcode which has a fixed geometrical position in the document. This position is specified through a location relative to the top left corner of the complete document. All gaps between the pages must be included.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeCollection.addAtFixedPositionOnPage">
			<summary>Inserts a new image which has a fixed geometrical position in the document. This position is specified through a page number and a location on this page.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeCollection.addInline">
			<summary>Creates and inserts a new barcode inline, which means that it is treated in the text like a single character. The barcode is inserted at the specified text input position.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeCollection.addWithMouse">
			<summary>Inserts a barcode with the built-in mouse interface. The barcode's size is determined through the end-user. A cross cursor indicates where the barcode can be inserted. Changing the document aborts the insertion process.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeCollection.getItem">
			<summary>Gets the barcode selected by the user or the barcode with the specified identifier.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeCollection.getItemByName">
			<summary>Gets the barcode with the specified name.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeCollection.remove">
			<summary>Removes a barcode.</summary>
		</member>
		<member name="T:TXTextControl.BarcodeEventArgs">
			<summary>The event argument for barcode related events.</summary>
		</member>
		<member name="P:TXTextControl.BarcodeEventArgs.barcodeFrame">
			<summary>Information about the barcode's frame.</summary>
		</member>
		<member name="T:TXTextControl.BarcodeFrame">
			<summary>A BarcodeFrame object represents a barcode and its layout in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeFrame.refresh">
			<summary>Refreshes the barcode.</summary>
		</member>
		<member name="P:TXTextControl.BarcodeFrame.barcode">
			<summary>The barcode control associated with the barcode frame.</summary>
		</member>
		<member name="T:TXTextControl.BarcodeTypeSettings">
			<summary>The BarcodeTypeSettings object provides methods to apply barcode type specific settings.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeTypeSettings.getHasCheckValue">
			<summary>Gets a value indicating whether the currently used barcode type includes a check value.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeTypeSettings.getShowCheckValue">
			<summary>Gets a value indicating whether the check value of the currently used barcode type is shown with the encrypted barcode text value.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeTypeSettings.setHasCheckValue">
			<summary>Sets a value indicating whether the currently used barcode type includes a check value.</summary>
		</member>
		<member name="M:TXTextControl.BarcodeTypeSettings.setShowCheckValue">
			<summary>Sets or sets a value indicating whether the check value of the currently used barcode type is shown with the encrypted barcode text value.</summary>
		</member>
		<member name="T:TXTextControl.CannotTrackChangeCallback">
			<summary>Callback function that provides data for the CannotTrackChange event.</summary>
		</member>
		<member name="T:TXTextControl.ChartCallback">
			<summary>Callback function for a chart related event.</summary>
		</member>
		<member name="T:TXTextControl.ChartEventArgs">
			<summary>The event argument for chart related events.</summary>
		</member>
		<member name="P:TXTextControl.ChartEventArgs.chartFrame">
			<summary>Information about the chart's frame.</summary>
		</member>
		<member name="T:TXTextControl.CheckFormField">
			<summary>The CheckFormField object represents a checkbox in a document.</summary>
		</member>
		<member name="M:TXTextControl.CheckFormField.getChecked">
			<summary>Gets a value indicating whether the checkbox is in the checked state.</summary>
		</member>
		<member name="M:TXTextControl.CheckFormField.getCheckedCharacter">
			<summary>Gets the character which is used to display the checkbox in the checked state.</summary>
		</member>
		<member name="M:TXTextControl.CheckFormField.getUncheckedCharacter">
			<summary>Gets the character which is used to display the checkbox in the unchecked state.</summary>
		</member>
		<member name="M:TXTextControl.CheckFormField.setChecked">
			<summary>Sets a value indicating whether the checkbox is in the checked state.</summary>
		</member>
		<member name="M:TXTextControl.CheckFormField.setCheckedCharacter">
			<summary>Sets the character which is used to display the checkbox in the checked state.</summary>
		</member>
		<member name="M:TXTextControl.CheckFormField.setUncheckedCharacter">
			<summary>Sets the character which is used to display the checkbox in the unchecked state.</summary>
		</member>
		<member name="T:TXTextControl.CheckFormFieldCallback">
			<summary>Callback function for check form field events.</summary>
		</member>
		<member name="T:TXTextControl.CheckFormFieldEventArgs">
			<summary>The event argument for check form field related events.</summary>
		</member>
		<member name="P:TXTextControl.CheckFormFieldEventArgs.formField">
			<summary>The check form field.</summary>
		</member>
		<member name="T:TXTextControl.CheckFormFieldInfo">
			<summary>Information about a check form field.</summary>
		</member>
		<member name="P:TXTextControl.CheckFormFieldInfo.checked">
			<summary>The checked state of the check box.</summary>
		</member>
		<member name="T:TXTextControl.ClipboardDataTransferAbortedCallback">
			<summary>Callback function for the clipboardDataTransferAborted event.</summary>
		</member>
		<member name="T:TXTextControl.ClipboardDataTransferCompleteCallback">
			<summary>Callback function for the clipboardDataTransferComplete event.</summary>
		</member>
		<member name="T:TXTextControl.ClipboardDataTransferProgressCallback">
			<summary>Callback function for the clipboardDataTransferProgress event.</summary>
		</member>
		<member name="T:TXTextControl.ClipboardDataTransferStartCallback">
			<summary>Callback function for the clipboardDataTransferStart event.</summary>
		</member>
		<member name="T:TXTextControl.ClipboardModeChangedCallback">
			<summary>Callback function for the clipboardModeChanged event.</summary>
		</member>
		<member name="T:TXTextControl.ClipboardModeChangedEventArgs">
			<summary>The event argument object for the clipboardModeChanged event.</summary>
		</member>
		<member name="P:TXTextControl.ClipboardModeChangedEventArgs.clipboardMode">
			<summary>The clipboard mode.</summary>
		</member>
		<member name="T:TXTextControl.ClipboardTransferAbortedEventArgs">
			<summary>The event argument object for the ClipboardDataTransferAbortedCallback callback.</summary>
		</member>
		<member name="P:TXTextControl.ClipboardTransferAbortedEventArgs.id">
			<summary>Unique ID string of the aborted transfer.</summary>
		</member>
		<member name="T:TXTextControl.ClipboardTransferCompleteEventArgs">
			<summary>The event argument object for the ClipboardDataTransferCompleteCallback callback.</summary>
		</member>
		<member name="P:TXTextControl.ClipboardTransferCompleteEventArgs.id">
			<summary>Unique ID string of the completed transfer.</summary>
		</member>
		<member name="T:TXTextControl.ClipboardTransferProgressEventArgs">
			<summary>The event argument object for the clipboardDataTransferProgress event.</summary>
		</member>
		<member name="P:TXTextControl.ClipboardTransferProgressEventArgs.id">
			<summary>The unique transfer ID string.</summary>
		</member>
		<member name="P:TXTextControl.ClipboardTransferProgressEventArgs.progress">
			<summary>The progress of the clipboard data transfer in percent.</summary>
		</member>
		<member name="T:TXTextControl.ClipboardTransferStartEventArgs">
			<summary>The event argument object for the clipboardDataTransferStart event.</summary>
		</member>
		<member name="P:TXTextControl.ClipboardTransferStartEventArgs.id">
			<summary>The unique transfer ID string.</summary>
		</member>
		<member name="T:TXTextControl.Collection">
			<summary>Provides methods for accessing collections.</summary>
		</member>
		<member name="M:TXTextControl.Collection.elementAt">
			<summary>Returns the element at a specified index in the collection.</summary>
		</member>
		<member name="M:TXTextControl.Collection.forEach">
			<summary>Executes a callback function for each element.</summary>
		</member>
		<member name="M:TXTextControl.Collection.getCount">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="T:TXTextControl.CommentCallbackData">
			<summary>The type of the response parameter of the AddCommentCallback callback function.</summary>
		</member>
		<member name="P:TXTextControl.CommentCallbackData.addResult">
			<summary>Indicates whether the comment was added successfully.</summary>
		</member>
		<member name="P:TXTextControl.CommentCallbackData.comment">
			<summary>The added comment.</summary>
		</member>
		<member name="T:TXTextControl.CommentCollection">
			<summary>Contains all comments in the main text or another part of a document.</summary>
		</member>
		<member name="M:TXTextControl.CommentCollection.add">
			<summary>Creates a comment with the specified comment string. The current text selection defines the commented text.</summary>
		</member>
		<member name="M:TXTextControl.CommentCollection.addAtPosition">
			<summary>Creates a comment with the specified comment string, start position and length.</summary>
		</member>
		<member name="M:TXTextControl.CommentCollection.addReply">
			<summary>Creates a reply to an existing comment using the specified comment string.</summary>
		</member>
		<member name="M:TXTextControl.CommentCollection.getItem">
			<summary>Gets the Comment containing the current text input position from the collection.</summary>
		</member>
		<member name="M:TXTextControl.CommentCollection.getNextItem">
			<summary>Gets the next comment in the text flow.</summary>
		</member>
		<member name="M:TXTextControl.CommentCollection.getPreviousItem">
			<summary>Gets the previous comment in the text flow.</summary>
		</member>
		<member name="M:TXTextControl.CommentCollection.remove">
			<summary>Removes a comment from the collection.</summary>
		</member>
		<member name="T:TXTextControl.CommentEventArgs">
			<summary>Event argument for comment related events.</summary>
		</member>
		<member name="P:TXTextControl.CommentEventArgs.commentedText">
			<summary>Information about the comment.</summary>
		</member>
		<member name="T:TXTextControl.CommentEventCallback">
			<summary>Callback function for a comment related event.</summary>
		</member>
		<member name="T:TXTextControl.CommentedText">
			<summary>A CommentedText object represents a commented piece of text.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getActive">
			<summary>Gets whether the comment is currently active or not.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getComment">
			<summary>Retrieves the comment text.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getCreationTime">
			<summary>Gets the date and time when the comment has been inserted as a Unix timestamp in milliseconds. The time is a Coordinated Universal Time (UTC).</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getHighlightColor">
			<summary>Gets the highlight color for the comment as a CSS color string.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getHighlightMode">
			<summary>Gets a value indicating whether the comment is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getID">
			<summary>Gets an identifier for a comment.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getLength">
			<summary>Gets the number of characters which belong to the comment.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getNumber">
			<summary>Gets the comment's number. The first comment in the document has the number 1. The number is defined through the textflow. Commented text with a smaller start position has a smaller comment number.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getRepliedComment">
			<summary>Gets the comment for which this comment is a reply. When this comment is not a reply, null is returned.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getReplies">
			<summary>Gets all replies of this comment or null if there are no replies.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getStart">
			<summary>Gets the index (one-based) of the first character which belongs to the comment.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getText">
			<summary>Gets the comment's text.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.getUserName">
			<summary>Gets the name of the user who has commented the document. This parameter can be null or an empty string to indicate that an unknown user has made the comment.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.scrollTo">
			<summary>Sets the current input position to the beginning of a comment and scrolls it into the visible part of the document.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.setActive">
			<summary>Sets whether the comment is currently active or not.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.setComment">
			<summary>Sets the comment text.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.setHighlightColor">
			<summary>Sets the highlight color for the comment. Accepts CSS color strings.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.setHighlightMode">
			<summary>Sets a value indicating whether the comment is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.setID">
			<summary>Sets an identifier for the comment.</summary>
		</member>
		<member name="T:TXTextControl.CommentedTextInfo">
			<summary>Information about a comment.</summary>
		</member>
		<member name="P:TXTextControl.CommentedTextInfo.active">
			<summary>Comment activation state.</summary>
		</member>
		<member name="P:TXTextControl.CommentedTextInfo.comment">
			<summary>The comment text.</summary>
		</member>
		<member name="P:TXTextControl.CommentedTextInfo.creationTime">
			<summary>Creation time as a Unix time stamp in milliseconds.</summary>
		</member>
		<member name="P:TXTextControl.CommentedTextInfo.highlightColor">
			<summary>Highlight color as a CSS color string.</summary>
		</member>
		<member name="P:TXTextControl.CommentedTextInfo.highlightMode">
			<summary>The comment's highlight mode.</summary>
		</member>
		<member name="P:TXTextControl.CommentedTextInfo.id">
			<summary>The comment's identifier.</summary>
		</member>
		<member name="P:TXTextControl.CommentedTextInfo.length">
			<summary>The comment's length in characters.</summary>
		</member>
		<member name="P:TXTextControl.CommentedTextInfo.number">
			<summary>The number of the comment in the document's text flow.</summary>
		</member>
		<member name="P:TXTextControl.CommentedTextInfo.start">
			<summary>The comment's 1-based start position in the document.</summary>
		</member>
		<member name="P:TXTextControl.CommentedTextInfo.userName">
			<summary>The name of the user who made the comment.</summary>
		</member>
		<member name="T:TXTextControl.ComponentSettings">
			<summary>Component settings.</summary>
		</member>
		<member name="P:TXTextControl.ComponentSettings.containerID">
			<summary>The ID of the editor container DIV element.</summary>
		</member>
		<member name="P:TXTextControl.ComponentSettings.domContentLoaded">
			<summary>Optional. Event handler which is fired as soon as the document editor scaffolding has been inserted into the DOM.</summary>
		</member>
		<member name="P:TXTextControl.ComponentSettings.editorSettings">
			<summary>Optional. The document editor settings.</summary>
		</member>
		<member name="P:TXTextControl.ComponentSettings.replaceContainer">
			<summary>Optional. Replace the container element instead of appending ourselves to it as a child.</summary>
		</member>
		<member name="P:TXTextControl.ComponentSettings.webSocketURL">
			<summary>The WebSocket URL.</summary>
		</member>
		<member name="T:TXTextControl.ContextMenuEventArgs">
			<summary>The event argument for context menu related events.</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuEventArgs.cancel">
			<summary>Set this to true to suppress the context menu.</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuEventArgs.items">
			<summary>Context menu items (see ContextMenuItem).</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuEventArgs.location">
			<summary>A binary combination of ContextMenuLocation values.</summary>
		</member>
		<member name="T:TXTextControl.ContextMenuEventCallback">
			<summary>Callback function for context menu related events.</summary>
		</member>
		<member name="T:TXTextControl.ContextMenuItem">
			<summary>A context menu item.</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuItem.clickHandler">
			<summary>Optional. The custom menu item's click handler callback function.</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuItem.dropDownIsScrollable">
			<summary>Optional. Set this to true if the item's child menu should be scrollable.</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuItem.imageUrl">
			<summary>Optional. The menu item's icon image URL.</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuItem.isChecked">
			<summary>Optional. Specifies whether the menu item has a check mark symbol in front of it.</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuItem.isEnabled">
			<summary>Optional. Specifies whether the menu item is enabled or not.</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuItem.items">
			<summary>Optional. The child menu items.</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuItem.text">
			<summary>The menu item text.</summary>
		</member>
		<member name="T:TXTextControl.ContextMenuItemClickEventArgs">
			<summary>Context menu item click event arguments.</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuItemClickEventArgs.cancel">
			<summary>Set this to true to prevent the click from being sent to the backend.</summary>
		</member>
		<member name="P:TXTextControl.ContextMenuItemClickEventArgs.item">
			<summary>The clicked context menu item.</summary>
		</member>
		<member name="T:TXTextControl.ContextMenuItemClickHandler">
			<summary>Context menu item click handler function.</summary>
		</member>
		<member name="T:TXTextControl.CultureSettings">
			<summary>An object of this type is returned by the function getCultures.</summary>
		</member>
		<member name="P:TXTextControl.CultureSettings.culture">
			<summary>The control's culture.</summary>
		</member>
		<member name="P:TXTextControl.CultureSettings.uiCulture">
			<summary>The control's user interface culture.</summary>
		</member>
		<member name="T:TXTextControl.DateFormField">
			<summary>A DateFormField object represents a date field on a form.</summary>
		</member>
		<member name="M:TXTextControl.DateFormField.getDate">
			<summary>Gets the DateFormField's date.</summary>
		</member>
		<member name="M:TXTextControl.DateFormField.getDateFormat">
			<summary>Gets the date's format. For a certain DateFormField the format string should be one of the strings returned through the getSupportedDateFormats function. A TextControl uses Day, Month, Year, and Era Format Picture strings to format a date. When this date's format is an empty string, which is the default value, a default format is used depending on the culture set for the date field's text.</summary>
		</member>
		<member name="M:TXTextControl.DateFormField.getEmptyWidth">
			<summary>Gets the horizontal extension, in twips, of the date formfield, when it is empty.</summary>
		</member>
		<member name="M:TXTextControl.DateFormField.getSupportedDateFormats">
			<summary>Gets an array of format picture strings which can be used to format the date. The returned format strings depend on the culture set for the date field's text. A TextControl uses Day, Month, Year, and Era Format Picture strings to format a date.</summary>
		</member>
		<member name="M:TXTextControl.DateFormField.setDate">
			<summary>Sets the DateFormField's date.</summary>
		</member>
		<member name="M:TXTextControl.DateFormField.setDateFormat">
			<summary>Sets the date's format. For a certain DateFormField the format string should be one of the strings returned through the getSupportedDateFormats function. A TextControl uses Day, Month, Year, and Era Format Picture strings to format a date. When this date's format is an empty string, which is the default value, a default format is used depending on the culture set for the date field's text.</summary>
		</member>
		<member name="M:TXTextControl.DateFormField.setEmptyWidth">
			<summary>Sets the horizontal extension, in twips, of the date formfield, when it is empty.</summary>
		</member>
		<member name="T:TXTextControl.DateFormFieldCallback">
			<summary>Callback function for date form field events.</summary>
		</member>
		<member name="T:TXTextControl.DateFormFieldEventArgs">
			<summary>The event argument for date form field related events.</summary>
		</member>
		<member name="P:TXTextControl.DateFormFieldEventArgs.formField">
			<summary>The date form field.</summary>
		</member>
		<member name="T:TXTextControl.DateFormFieldInfo">
			<summary>Information about a check form field.</summary>
		</member>
		<member name="P:TXTextControl.DateFormFieldInfo.date">
			<summary>The date as a Unix time stamp in milliseconds.</summary>
		</member>
		<member name="P:TXTextControl.DateFormFieldInfo.dateFormat">
			<summary>The date format.</summary>
		</member>
		<member name="P:TXTextControl.DateFormFieldInfo.emptyWidth">
			<summary>The horizontal width of the empty field in twips.</summary>
		</member>
		<member name="T:TXTextControl.DictionaryInfo">
			<summary>Contains the file name and the current "loaded" state of a dictionary.</summary>
		</member>
		<member name="P:TXTextControl.DictionaryInfo.fileName">
			<summary>The dictionary file name.</summary>
		</member>
		<member name="P:TXTextControl.DictionaryInfo.isLoaded">
			<summary>Indicates whether the dictionary is currently loaded.</summary>
		</member>
		<member name="T:TXTextControl.Distances">
			<summary>Frame distances in twips.</summary>
		</member>
		<member name="P:TXTextControl.Distances.bottom">
			<summary>The bottom distance in twips.</summary>
		</member>
		<member name="P:TXTextControl.Distances.left">
			<summary>The left distance in twips.</summary>
		</member>
		<member name="P:TXTextControl.Distances.right">
			<summary>The right distance in twips.</summary>
		</member>
		<member name="P:TXTextControl.Distances.top">
			<summary>The top distance in twips.</summary>
		</member>
		<member name="T:TXTextControl.DocumentEditorSettings">
			<summary>Document editor settings.</summary>
		</member>
		<member name="P:TXTextControl.DocumentEditorSettings.connectionID">
			<summary>Optional. The unique ID of this connection.</summary>
		</member>
		<member name="P:TXTextControl.DocumentEditorSettings.contextMenusEnabled">
			<summary>Optional. Sets whether a right click opens a context menu or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentEditorSettings.culture">
			<summary>Optional. The culture.</summary>
		</member>
		<member name="P:TXTextControl.DocumentEditorSettings.customQueryParams">
			<summary>Optional. Custom query parameters.</summary>
		</member>
		<member name="P:TXTextControl.DocumentEditorSettings.editMode">
			<summary>Optional. Sets whether the document's text is read-only, can be selected or is editable.</summary>
		</member>
		<member name="P:TXTextControl.DocumentEditorSettings.formattingPrinter">
			<summary>Optional. The name of a printer the text dimensions and capabilities of which are used to format the document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentEditorSettings.reconnectTimeout">
			<summary>Optional. Time in seconds before stopping reconnection attempts after a connection loss.</summary>
		</member>
		<member name="P:TXTextControl.DocumentEditorSettings.uiCulture">
			<summary>Optional. The user interface culture.</summary>
		</member>
		<member name="P:TXTextControl.DocumentEditorSettings.userNames">
			<summary>Optional. An array of names specifying users who have access to editable regions.</summary>
		</member>
		<member name="T:TXTextControl.DocumentLink">
			<summary>The DocumentLink object represents a text position in a Text Control document that is a target of a document link.</summary>
		</member>
		<member name="M:TXTextControl.DocumentLink.getAutoGenerationType">
			<summary>Gets the type of auto-generation. A document link in a table of contents is automatically generated when the table of contents is inserted into the document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentLink.getDocumentTarget">
			<summary>Gets an object of the type DocumentTarget specifying to where the link points.</summary>
		</member>
		<member name="M:TXTextControl.DocumentLink.setDocumentTarget">
			<summary>Sets an object of the type DocumentTarget specifying to where the link points.</summary>
		</member>
		<member name="T:TXTextControl.DocumentLinkCallback">
			<summary>Callback function for document link related events.</summary>
		</member>
		<member name="T:TXTextControl.DocumentLinkCollection">
			<summary>The DocumentLinkCollection contains a collection of document links .</summary>
		</member>
		<member name="M:TXTextControl.DocumentLinkCollection.add">
			<summary>Adds a new document link to the collection.</summary>
		</member>
		<member name="M:TXTextControl.DocumentLinkCollection.clear">
			<summary>Removes all document links from the collection.</summary>
		</member>
		<member name="M:TXTextControl.DocumentLinkCollection.getItem">
			<summary>Gets the document link at the current text input position or the document link with the specified id.</summary>
		</member>
		<member name="M:TXTextControl.DocumentLinkCollection.remove">
			<summary>Removes the link from the collection.</summary>
		</member>
		<member name="T:TXTextControl.DocumentLinkEventArgs">
			<summary>The event argument object for document nink related events.</summary>
		</member>
		<member name="P:TXTextControl.DocumentLinkEventArgs.target">
			<summary>Information about the document target the link points to.</summary>
		</member>
		<member name="T:TXTextControl.DocumentLoadedCallback">
			<summary>Callback function for the documentLoaded event.</summary>
		</member>
		<member name="T:TXTextControl.DocumentLoadedEventArgs">
			<summary>The event argument object for the documentLoaded event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentLoadedEventArgs.fileName">
			<summary>The file name of the loaded document.</summary>
		</member>
		<member name="T:TXTextControl.DocumentPermissions">
			<summary>The type of the documentPermissions property.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.allowCopy">
			<summary>Specifies whether document content can be copied to the clipboard.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.allowEditingFormFields">
			<summary>Gets or sets a value specifying whether form fields can be filled in.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.allowFormatting">
			<summary>Gets or sets a value specifying whether the document can be formatted.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.allowFormattingStyles">
			<summary>Gets or sets a value specifying whether formatting styles can be used to format the document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.allowPrinting">
			<summary>Gets or sets a value specifying whether the document can be printed.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.readOnly">
			<summary>Gets or sets a value specifying whether the document is read only.</summary>
		</member>
		<member name="T:TXTextControl.DocumentSettings">
			<summary>The DocumentSettings class provides properties which inform about general document settings, such as author and title, contained in the document the user is currently working on (see TXTextControl.documentSettings).</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.getAuthor">
			<summary>Gets the author of the current document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.getCreationDate">
			<summary>Gets the document's creation date as a unix timestamp.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.getCreatorApplication">
			<summary>Gets the application, which has created the current document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.getDocumentBasePath">
			<summary>Gets a file path that is used to search for resources like images or hypertext links.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.getDocumentKeywords">
			<summary>Gets the current document's keywords. The property value is null, if there are no keywords contained in the document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.getDocumentSubject">
			<summary>Gets the subject string of the current document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.getDocumentTitle">
			<summary>Gets the title string of the current document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.getUserDefinedDocumentProperties">
			<summary>Gets an object with all user-defined document properties contained in the current document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.setAuthor">
			<summary>Sets the author of the current document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.setCreationDate">
			<summary>Sets the document's creation date as a unix timestamp.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.setCreatorApplication">
			<summary>Sets the application, which has created the current document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.setDocumentBasePath">
			<summary>Sets a file path that is used to search for resources like images or hypertext links.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.setDocumentKeywords">
			<summary>Sets the current document's keywords.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.setDocumentSubject">
			<summary>Sets the subject string of the current document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.setDocumentTitle">
			<summary>Sets the title string of the current document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentSettings.setUserDefinedDocumentProperties">
			<summary>Sets an object with all user-defined document properties contained in the current document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentSettings.embeddedFiles">
			<summary>Gets a collection of all files embedded in the document.</summary>
		</member>
		<member name="T:TXTextControl.DocumentTarget">
			<summary>The DocumentTarget object represents a text position in a Text Control document that is a target of a document link.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.getAutoGenerationType">
			<summary>Gets the type of auto-generation. A document target which is the target of an entry in a table of contents is automatically generated when the table of contents is inserted into the document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.getDeleteable">
			<summary>Gets whether a document target can be deleted by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.getID">
			<summary>Gets an identifier for a document target.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.getName">
			<summary>Relates a user-defined name to a document target.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.getNumber">
			<summary>Gets the one-based number of the document target in the document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.getStart">
			<summary>Gets the first character position (one-based) of a document target.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.getTargetName">
			<summary>Gets the name of the document target.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.scrollTo">
			<summary>Sets the current input position to the beginning of the document target and scrolls it into the visible part of the document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.setDeleteable">
			<summary>Sets whether a document target can be deleted by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.setID">
			<summary>Sets an identifier for the document target.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.setName">
			<summary>Sets the name of a document target.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.setTargetName">
			<summary>Sets the name of the document target.</summary>
		</member>
		<member name="T:TXTextControl.DocumentTargetCollection">
			<summary>The DocumentTargetCollection contains a collection of targets.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.add">
			<summary>Adds a new document target to the collection.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.clear">
			<summary>Removes all document targets from the collection.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.getCanAdd">
			<summary>Gets a value indicating whether a new document target can be inserted at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.getItem">
			<summary>Gets the document target at the current text input position or the document target with the specified id.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.remove">
			<summary>Removes the target from the collection.</summary>
		</member>
		<member name="T:TXTextControl.DocumentTargetInfo">
			<summary>Information about a document target.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTargetInfo.targetName">
			<summary>The name of the document target.</summary>
		</member>
		<member name="T:TXTextControl.DrawingCallback">
			<summary>Callback function for events related to a drawing.</summary>
		</member>
		<member name="T:TXTextControl.DrawingEventArgs">
			<summary>The event argument for drawing related events.</summary>
		</member>
		<member name="P:TXTextControl.DrawingEventArgs.drawingFrame">
			<summary>Information about the drawing frame.</summary>
		</member>
		<member name="T:TXTextControl.EditableRegion">
			<summary>An EditableRegion object represents an editable region in a document.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.getHighlightColor">
			<summary>Gets the highlight color for the editable region.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.getHighlightMode">
			<summary>Gets a value indicating whether the editable region is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.getID">
			<summary>Gets an identifier for a editable region.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.getLength">
			<summary>Gets the number of characters which belong to the editable region.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.getStart">
			<summary>Gets the index (one-based) of the first character which belongs to the editable region.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.getText">
			<summary>Gets the editable region's text.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.getUserName">
			<summary>Gets the name of the user who can edit the region. This parameter can be null or an empty string to indicate, that no user name has been specified and the region can be edited by everyone.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.save">
			<summary>Saves this editable region in a certain format and sends the result back asynchronously by calling a given callback function.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.scrollTo">
			<summary>Sets the current input position to the beginning of an editable region and scrolls it into the visible part of the document.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.setHighlightColor">
			<summary>Sets the highlight color for the editable region.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.setHighlightMode">
			<summary>Sets a value indicating whether the editable region is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.setID">
			<summary>Sets an identifier for the editable region.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.setUserName">
			<summary>Sets the name of the user who can edit the region. This parameter can be null or an empty string to indicate, that no user name has been specified and the region can be edited by everyone.</summary>
		</member>
		<member name="T:TXTextControl.EditableRegionCallback">
			<summary>Callback function for events related to an editable region.</summary>
		</member>
		<member name="T:TXTextControl.EditableRegionCallbackData">
			<summary>The type of the response parameter of the AddEditableRegionCallback callback function.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegionCallbackData.editableRegion">
			<summary>Added editable region.</summary>
		</member>
		<member name="T:TXTextControl.EditableRegionCollection">
			<summary>Contains all editable regions in the main text or another part of a document.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegionCollection.add">
			<summary>Adds a new editable region to the document. Its position is defined through the start and length parameters. If the editable region's length is zero, the current text selection is used to define the position.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegionCollection.getItems">
			<summary>Gets all editable regions at the current text input position. The callback returns null, if there is no region at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegionCollection.remove">
			<summary>Removes an editable region from the collection. The region's text is not removed.</summary>
		</member>
		<member name="T:TXTextControl.EditableRegionEventArgs">
			<summary>The event argument for editable region related events.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegionEventArgs.id">
			<summary>The editable region's identifier.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegionEventArgs.length">
			<summary>The number of characters which belong to the editable region.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegionEventArgs.start">
			<summary>The index (one-based) of the first character which belongs to the editable region.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegionEventArgs.userName">
			<summary>the name of the user who can edit the region.</summary>
		</member>
		<member name="T:TXTextControl.EmbeddedFile">
			<summary>The EmbeddedFile class represents a file embedded in another document.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.getCreationDate">
			<summary>Gets the file's creation date as a unix timestamp.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.getData">
			<summary>Gets the file's data as a base64 string.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.getDescription">
			<summary>Gets an optional file description.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.getFileName">
			<summary>Gets the file's name.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.getLastModificationDate">
			<summary>Gets the date the file was last modified as a unix timestamp.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.getMIMEType">
			<summary>Gets an optional string specifying the file's type using types specified through the Multipurpose Internet Mail Extensions (MIME) specification. When a file is embedded and a type is not specified the default type application/octet-stream is used.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.getRelationship">
			<summary>PDF/A only. Gets an optional string describing the relationship of the embedded file and the containing document. This string can be a predefined value or should follow the rules for second-class names (ISO 32000-1, Annex E). Predefined values are "Source", "Data", "Alternative", "Supplement" or "Unspecified".</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.setCreationDate">
			<summary>Sets the file's creation date as a unix timestamp.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.setDescription">
			<summary>Sets an optional file description.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.setLastModificationDate">
			<summary>Sets the date the file was last modified as a unix timestamp.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.setMIMEType">
			<summary>Sets an optional string specifying the file's type using types specified through the Multipurpose Internet Mail Extensions (MIME) specification. When a file is embedded and a type is not specified the default type application/octet-stream is used.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.setRelationship">
			<summary>PDF/A only. Sets an optional string describing the relationship of the embedded file and the containing document. This string can be a predefined value or should follow the rules for second-class names (ISO 32000-1, Annex E). Predefined values are "Source", "Data", "Alternative", "Supplement" or "Unspecified".</summary>
		</member>
		<member name="T:TXTextControl.EmbeddedFileCollection">
			<summary>Represents a collection of embedded files.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFileCollection.addBinaryFile">
			<summary>Adds an embedded binary file to the collection.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFileCollection.addTextFile">
			<summary>Adds an embedded text file to the collection.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFileCollection.removeElementAt">
			<summary>Removes the embedded file at the given index.</summary>
		</member>
		<member name="T:TXTextControl.EmptyRequestCallback">
			<summary>Callback function for empty requests.</summary>
		</member>
		<member name="T:TXTextControl.ErrorArgument">
			<summary>Encapsulates information about an error.</summary>
		</member>
		<member name="P:TXTextControl.ErrorArgument.handled">
			<summary>Specifies whether the error has been handled.</summary>
		</member>
		<member name="P:TXTextControl.ErrorArgument.msg">
			<summary>The error message.</summary>
		</member>
		<member name="T:TXTextControl.ErrorCallback">
			<summary>Callback function for handling errors.</summary>
		</member>
		<member name="T:TXTextControl.EventCallback">
			<summary>Callback function for events which do not have event arguments.</summary>
		</member>
		<member name="T:TXTextControl.FileDroppedCallback">
			<summary>Callback function for the fileDropped event.</summary>
		</member>
		<member name="T:TXTextControl.FileDroppedEventArgs">
			<summary>The event argument object for the fileDropped event.</summary>
		</member>
		<member name="P:TXTextControl.FileDroppedEventArgs.cancel">
			<summary>Set this property to true to cancel the event.</summary>
		</member>
		<member name="P:TXTextControl.FileDroppedEventArgs.fileName">
			<summary>The file name of the dropped file.</summary>
		</member>
		<member name="P:TXTextControl.FileDroppedEventArgs.fileSize">
			<summary>The size of the file in bytes.</summary>
		</member>
		<member name="P:TXTextControl.FileDroppedEventArgs.fileType">
			<summary>The MIME type of the file.</summary>
		</member>
		<member name="T:TXTextControl.Footnote">
			<summary>A Footnote object represents a footnote in a TextControl document.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.edit">
			<summary>Sets the current text input position in the footnote section at the end of the current footnote text, so that the text can be edited or formatted.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.getHighlightColor">
			<summary>Gets the highlight color for the reference mark and the footnote mark.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.getHighlightMode">
			<summary>Gets a value indicating whether the reference mark and the footnote mark is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.getID">
			<summary>Gets a user-defined identifier. It must be a one-based value. A value of zero indicates that the footnote has no identifier.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.getName">
			<summary>Gets the footnote's name. An empty string indicates that the footnote has no name.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.getNumber">
			<summary>Gets the footnote's number in the text. The first footnote in the document has the number 1. The number is defined through the textflow.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.getReferenceMarkLength">
			<summary>Gets the number of characters the reference mark consists of.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.getReferenceMarkStart">
			<summary>Gets the index (one-based) of the first character of the footnote's reference mark.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.scrollTo">
			<summary>Scrolls the beginning of the footnote mark into the visible part of the document using a default position depending on the previous position.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.scrollToPosition">
			<summary>Scrolls the beginning of the footnote mark into the visible part of the document using the specified position.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.setHighlightColor">
			<summary>Sets the highlight color for the reference mark and the footnote mark.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.setHighlightMode">
			<summary>Sets a value indicating whether the reference mark and the footnote mark is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.setID">
			<summary>Sets a user-defined identifier. It must be a one-based value. A value of zero indicates that the footnote has no identifier.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.setName">
			<summary>Sets a name for the footnote. An empty string indicates that the footnote has no name.</summary>
		</member>
		<member name="T:TXTextControl.FootnoteCallback">
			<summary>Callback function for events related to a footnote.</summary>
		</member>
		<member name="T:TXTextControl.FootnoteCallbackData">
			<summary>The type of the response parameter of the AddFootnoteCallback callback function.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteCallbackData.added">
			<summary>Indicates whether the footnote was added successfully.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteCallbackData.footnote">
			<summary>The added footnote.</summary>
		</member>
		<member name="T:TXTextControl.FootnoteCollection">
			<summary>Contains all footnotes in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.add">
			<summary>Adds a new footnote with the given text to the document at the current input position. A footnote consists of a reference mark in the document and the footnote itself appearing at the bottom of the page.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.getDefaultFootnoteHighlightColor">
			<summary>Gets the default highlight color for the reference mark and the footnote mark.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.getHighlightMode">
			<summary>Gets a value indicating whether all the footnote numbers, reference marks as well as footnote marks, in the document are highlighted.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.getNumberFormat">
			<summary>Gets the footnotes' number format.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.getStartNumber">
			<summary>Gets the number for the first footnote.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.remove">
			<summary>Removes a footnote from a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.setHighlightMode">
			<summary>Sets a value indicating whether all the footnote numbers, reference marks as well as footnote marks, in the document are highlighted.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.setNumberFormat">
			<summary>Sets the footnotes' number format.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.setStartNumber">
			<summary>Sets the number for the first footnote.</summary>
		</member>
		<member name="T:TXTextControl.FootnoteEventArgs">
			<summary>The event argument for footnote related events.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteEventArgs.highlightColor">
			<summary>The footnote's highlight color.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteEventArgs.highlightMode">
			<summary>The footnote's highlight mode (see TXTextControl.HighlightMode).</summary>
		</member>
		<member name="P:TXTextControl.FootnoteEventArgs.id">
			<summary>The footnote's identifier.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteEventArgs.name">
			<summary>The footnote's name.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteEventArgs.number">
			<summary>The footnote's 1-based number in the text flow.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteEventArgs.referenceMarkLength">
			<summary>The footnote's reference mark length in characters.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteEventArgs.referenceMarkStart">
			<summary>The footnote's 1-based reference mark start position.</summary>
		</member>
		<member name="T:TXTextControl.ForEachCallback">
			<summary>Callback function for the forEach function of a collection.</summary>
		</member>
		<member name="T:TXTextControl.FormField">
			<summary>Represents a form field.</summary>
		</member>
		<member name="M:TXTextControl.FormField.getEnabled">
			<summary>Gets a value indicating whether the form field is enabled.</summary>
		</member>
		<member name="M:TXTextControl.FormField.setEnabled">
			<summary>Sets a value indicating whether the form field is enabled. This property has only an effect, when the when the edit mode is set to TXTextControl.EditMode.ReadAndSelect and the allowEditingFormFields property of the document permissions has been set to true. In this case a Formfield can only be edited, when its Enabled property is true. When a FormField is disabled, the TextFieldClicked and TextFieldDoubleClicked of the Formfield are suppressed. The default value of this property is true.</summary>
		</member>
		<member name="T:TXTextControl.FormFieldCollection">
			<summary>The FormFieldCollection contains all form fields in a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.addCheckFormField">
			<summary>Adds a new CheckFormField.</summary>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.addDateFormField">
			<summary>Adds a new DateFormField.</summary>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.addSelectionFormField">
			<summary>Adds a new SelectionFormField.</summary>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.addTextFormField">
			<summary>Adds a new TextFormField.</summary>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.getItem">
			<summary>Gets the form field at the current text input position or the form field with the specified id.</summary>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.remove">
			<summary>Removes the form field from the Text Control document.</summary>
		</member>
		<member name="T:TXTextControl.FormattedText">
			<summary>Represents a part of the document.</summary>
		</member>
		<member name="M:TXTextControl.FormattedText.find">
			<summary>Finds a text string. The search starts at the specified position.</summary>
		</member>
		<member name="M:TXTextControl.FormattedText.getTextFieldsByType">
			<summary>Returns an array of static text field information objects.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.applicationFields">
			<summary>Gets a collection of all Microsoft Word fields that have been created or imported from a Microsoft Word or RTF document.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.comments">
			<summary>Gets a collection of all comments in this text part.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.documentLinks">
			<summary>Gets a collection of all links which point to targets in the same document.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.documentTargets">
			<summary>Gets a collection of all document targets.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.editableRegions">
			<summary>Gets a collection of all editable regions.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.formFields">
			<summary>Gets a collection of all form fields in the text part.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.frames">
			<summary>Gets a collection of all frames in the document.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.hypertextLinks">
			<summary>Gets a collection of all hypertext links.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.lines">
			<summary>Gets a collection of all text lines.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.misspelledWords">
			<summary>Gets a collection of all misspelled words.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.paragraphs">
			<summary>Gets a collection of all paragraphs.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.selection">
			<summary>Gets the current selection.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.subTextParts">
			<summary>Gets the current subtextparts.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.tables">
			<summary>Gets a collection of all tables.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.tablesOfContents">
			<summary>Gets the current tables of contents.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.textChars">
			<summary>Gets a collection of all text characters.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.textFields">
			<summary>Gets a collection of all standard text fields.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.textPartType">
			<summary>Gets the Text part type.</summary>
		</member>
		<member name="P:TXTextControl.FormattedText.trackedChanges">
			<summary>Gets a collection of all tracked changes.</summary>
		</member>
		<member name="T:TXTextControl.FormattingStyle">
			<summary>The FormattingStyle object represents a styling for a text range.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.apply">
			<summary>Applies all set attributes of the style to the current document.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getAutoBaseline">
			<summary>Gets values specifying automatic sub- or superscripted text. When using automatic sub- and superscript the font is scaled and moved above or below the baseline with values defined through the font itself. Automatic sub- and superscript can be combined with a user-defined baseline which can be set with the Baseline property.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getBaseline">
			<summary>Gets the baseline alignment, in twips, of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getBaseStyle">
			<summary>Gets the FormattingStyle which is the base style of this style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getBold">
			<summary>Gets the bold attribute of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getCapitals">
			<summary>Gets values specifying wheather lowercase letters are displayed with capital letters. Lowercase letters are displayed either with capital letters of the same size or with capital letters which have a smaller size. The smaller size is either the size of the lowercase 'x' (petite caps) or the size of the lowercase 'x' + 10% (small caps).</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getCharacterScaling">
			<summary>Gets or sets the style's character scaling, in percent of the average character width.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getCharacterSpacing">
			<summary>Gets the style's character spacing value, in twips. This value is added to each character. When it is negative, character spacing is reduced, otherwise it is extended.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getCulture">
			<summary>Gets the culture as a languagecode2-country / regioncode2 string value. Takes a callback function as a parameter which is called with a languagecode2-country / regioncode2 string ("de-DE", "en-US" or "en", for example) as a parameter upon receiving the culture value.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getFontName">
			<summary>Gets the font of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getFontSize">
			<summary>Gets the font's size of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getForeColor">
			<summary>Gets the style's color used to display the text.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getItalic">
			<summary>Gets the italic attribute of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getName">
			<summary>Gets the name of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getStrikeout">
			<summary>Gets the strikeout attribute of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getTextBackColor">
			<summary>Gets the style's text background color.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.getUnderline">
			<summary>Gets the underlining styles for the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setAutoBaseline">
			<summary>Sets values specifying automatic sub- or superscripted text. When using automatic sub- and superscript the font is scaled and moved above or below the baseline with values defined through the font itself. Automatic sub- and superscript can be combined with a user-defined baseline which can be set with the Baseline property.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setBaseline">
			<summary>Sets the baseline alignment, in twips, of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setBold">
			<summary>Sets the bold attribute of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setCapitals">
			<summary>Sets values specifying wheather lowercase letters are displayed with capital letters. Lowercase letters are displayed either with capital letters of the same size or with capital letters which have a smaller size. The smaller size is either the size of the lowercase 'x' (petite caps) or the size of the lowercase 'x' + 10% (small caps).</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setCharacterScaling">
			<summary>Sets or sets the style's character scaling, in percent of the average character width.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setCharacterSpacing">
			<summary>Sets the style's character spacing value, in twips. This value is added to each character. When it is negative, character spacing is reduced, otherwise it is extended.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setCulture">
			<summary>Sets the culture as a languagecode2-country / regioncode2 string value.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setFontName">
			<summary>Sets the font of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setFontSize">
			<summary>Sets the font's size of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setForeColor">
			<summary>Sets the style's color used to display the text.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setItalic">
			<summary>Sets the italic attribute of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setName">
			<summary>Sets the name of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setStrikeout">
			<summary>Sets the strikeout attribute of the style.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setTextBackColor">
			<summary>Sets the style's text background color.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.setUnderline">
			<summary>Sets the underlining styles for the style.</summary>
		</member>
		<member name="T:TXTextControl.FormattingStyleCollection">
			<summary>The FormattingStyleCollection contains a collection of formatting styles.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyleCollection.remove">
			<summary>Removes a formatting style from the collection.</summary>
		</member>
		<member name="T:TXTextControl.FrameBase">
			<summary>The FrameBase object is the base of the Image, TextFrame and BarcodeFrame object.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.changeZOrder">
			<summary>Changes the frame's z-order.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.getAlignment">
			<summary>Gets the frame's horizontal alignment when it is anchored to a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.getBounds">
			<summary>Gets the frame's bounding rectangle relative to the upper left corner of the document.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.getID">
			<summary>Gets an identifier for the frame. A value of zero indicates that the image, text frame, chart, barcode or drawing has no identifier.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.getInsertionMode">
			<summary>Gets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame. If the document's text flows around or overwrites the frame, this property also determines whether the image, text frame, chart, barcode or drawing is moved with the text or fixed positioned on a page.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.getLocation">
			<summary>Gets, in twips, the frame's current location. If the image, text frame, chart, barcode or drawing is anchored to a paragraph, the location is relative to the paragraph. Otherwise, it is relative to the document. If the frame has a horizontal alignment or if it is inserted inline, this property returns zero. This property cannot be set for images, text frames, charts, barcodes or drawings which are inserted inline.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.getMoveable">
			<summary>Gets whether a frame can be moved in the document at run time with the built-in mouse interface.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.getName">
			<summary>Gets the name for the frame. An empty string indicates that the frame has no name.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.getSize">
			<summary>Gets the frame's size in twips.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.getSizeable">
			<summary>Gets whether the frame can be resized at run time with the built-in mouse interface.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.getTextDistances">
			<summary>Gets the distances, in twips, between the frame and the document's text.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.getTextPosition">
			<summary>Gets the frame's character position in the document's text (one-based).</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.setAlignment">
			<summary>Sets the frame's horizontal alignment when it is anchored to a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.setID">
			<summary>Sets an identifier for the frame. It must be a one-based value. A value of zero indicates that the image, text frame, chart, barcode or drawing has no identifier. Zero can also be used to delete a previously set identifier.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.setInsertionMode">
			<summary>Sets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame. If the document's text flows around or overwrites the frame, this property also determines whether the image, text frame, chart, barcode or drawing is moved with the text or fixed positioned on a page.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.setLocation">
			<summary>Sets, in twips, the frame's current location. If the image, text frame, chart, barcode or drawing is anchored to a paragraph, the location is relative to the paragraph. Otherwise, it is relative to the document. If the frame has a horizontal alignment or if it is inserted inline, this property returns zero. This property cannot be set for images, text frames, charts, barcodes or drawings which are inserted inline.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.setMoveable">
			<summary>Sets whether a frame can be moved in the document at run time with the built-in mouse interface.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.setName">
			<summary>Sets a name for the frame. An empty string indicates that the frame has no name. An empty string can also be used to delete a previously set name.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.setSize">
			<summary>Sets the frame's size in twips. For images this property is read only. To change the size of an image in a document, use the setHorizontalScaling and setVerticalScaling methods.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.setSizeable">
			<summary>Sets whether the frame can be resized at run time with the built-in mouse interface.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.setTextDistances">
			<summary>Sets the distances, in twips, between the frame and the document's text. If a value is set to -1, it is not changed.</summary>
		</member>
		<member name="T:TXTextControl.FrameBaseCollection">
			<summary>Base of all collections containing frame objects.</summary>
		</member>
		<member name="M:TXTextControl.FrameBaseCollection.clear">
			<summary>Removes all objects from the collection and from the document.</summary>
		</member>
		<member name="T:TXTextControl.FrameCallback">
			<summary>Callback function for a frame related event.</summary>
		</member>
		<member name="T:TXTextControl.FrameCollection">
			<summary>Contains all frames of a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.FrameCollection.getItem">
			<summary>Gets the frame selected by the user or the frame with the specified identifier.</summary>
		</member>
		<member name="M:TXTextControl.FrameCollection.getItemByName">
			<summary>Gets the frame with the specified name.</summary>
		</member>
		<member name="M:TXTextControl.FrameCollection.remove">
			<summary>Removes a frame from a Text Control document.</summary>
		</member>
		<member name="T:TXTextControl.FrameEventArgs">
			<summary>The event argument for frame related events.</summary>
		</member>
		<member name="P:TXTextControl.FrameEventArgs.frame">
			<summary>Information about the frame.</summary>
		</member>
		<member name="T:TXTextControl.FrameInfo">
			<summary>Information about a frame.</summary>
		</member>
		<member name="P:TXTextControl.FrameInfo.id">
			<summary>The frame's identifier.</summary>
		</member>
		<member name="P:TXTextControl.FrameInfo.location">
			<summary>The frame's location in twips.</summary>
		</member>
		<member name="P:TXTextControl.FrameInfo.name">
			<summary>The frame's name.</summary>
		</member>
		<member name="P:TXTextControl.FrameInfo.textPosition">
			<summary>The frame's character position in the document's text (one-based).</summary>
		</member>
		<member name="T:TXTextControl.GetDictionaryListCallback">
			<summary>Callback function for retrieving a list of dictionary file names via TXTextControl.Proofing.getDictionaryList.</summary>
		</member>
		<member name="T:TXTextControl.GetUserDictionaryInfoCallback">
			<summary>Callback function for retrieving user dictionary information via TXTextControl.Proofing.getUserDictionaryInfo.</summary>
		</member>
		<member name="T:TXTextControl.HeaderFooter">
			<summary>Represents a header or footer in the document.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooter.activate">
			<summary>Activates the this header or footer.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooter.deactivate">
			<summary>Deactivates the this header or footer.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooter.getConnectedToPrevious">
			<summary>Gets a value specifying whether the header or footer is connected with the header or footer of the previous section. If headers or footers are connected, they have always the same contents.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooter.getDistance">
			<summary>Gets the distance, in twips, of a header or footer to the top or bottom of the page.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooter.getType">
			<summary>Gets the type of the header or footer.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooter.setConnectedToPrevious">
			<summary>Sets a value specifying whether the header or footer is connected with the header or footer of the previous section. If headers or footers are connected, they have always the same contents.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooter.setDistance">
			<summary>Sets the distance, in twips, of a header or footer to the top or bottom of the page.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.pageNumberFields">
			<summary>A collection of page number fields in the header or footer.</summary>
		</member>
		<member name="T:TXTextControl.HeaderFooterCallback">
			<summary>Callback function for events related to a header or a footer.</summary>
		</member>
		<member name="T:TXTextControl.HeaderFooterCollection">
			<summary>Contains all headers and footers in a document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooterCollection.add">
			<summary>Adds a new header or footer to a document or to a certain section of the document. If a header or footer is added to the complete document the first section receives the header or footer and all other sections receive headers or footers which are connected to their previous section. To add more than one header or footer a combination of the HeaderFooterType enumeration values can be used.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooterCollection.getItem">
			<summary>Gets a particular header or footer from the collection.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooterCollection.remove">
			<summary>Removes a header or footer from the document or from a certain section.</summary>
		</member>
		<member name="T:TXTextControl.HeaderFooterEventArgs">
			<summary>The event argument header and footer related events.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooterEventArgs.connectedToPrevious">
			<summary>Specifies whether the header or footer is connected to previous section.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooterEventArgs.distance">
			<summary>The distance, in twips, of a header or footer to the top or bottom of the page.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooterEventArgs.type">
			<summary>The type of the header or footer.</summary>
		</member>
		<member name="T:TXTextControl.HyperLinkInfo">
			<summary>Information about a hyperlink.</summary>
		</member>
		<member name="P:TXTextControl.HyperLinkInfo.target">
			<summary>The link target.</summary>
		</member>
		<member name="T:TXTextControl.HyperlinkClickedCallback">
			<summary>Callback function for the hyperlinkClicked event.</summary>
		</member>
		<member name="T:TXTextControl.HyperlinkClickedEventArgs">
			<summary>The event argument object for the hyperlinkClicked event.</summary>
		</member>
		<member name="P:TXTextControl.HyperlinkClickedEventArgs.target">
			<summary>The link target.</summary>
		</member>
		<member name="T:TXTextControl.HypertextLink">
			<summary>The HypertextLink object represents a hypertext link in a document that points to a target outside of the document.</summary>
		</member>
		<member name="M:TXTextControl.HypertextLink.getTarget">
			<summary>Gets a string that specifies the target to where the hypertext link points.</summary>
		</member>
		<member name="M:TXTextControl.HypertextLink.setTarget">
			<summary>Sets a string that specifies the target to where the hypertext link points.</summary>
		</member>
		<member name="T:TXTextControl.HypertextLinkClickedCallback">
			<summary>Callback function for events related to a hypertext link.</summary>
		</member>
		<member name="T:TXTextControl.HypertextLinkCollection">
			<summary>The HypertextLinkCollection object contains all hypertext links in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.HypertextLinkCollection.add">
			<summary>Inserts a new hypertext link at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.HypertextLinkCollection.getItem">
			<summary>Gets the hypertext link with the specified id.</summary>
		</member>
		<member name="M:TXTextControl.HypertextLinkCollection.remove">
			<summary>Removes a hypertext link from a Text Control document.</summary>
		</member>
		<member name="T:TXTextControl.HypertextLinkEventArgs">
			<summary>The event argument object for hypertext link related events.</summary>
		</member>
		<member name="P:TXTextControl.HypertextLinkEventArgs.hypertextLink">
			<summary>Information about the hypertext link.</summary>
		</member>
		<member name="T:TXTextControl.HyphenateWordCallback">
			<summary>Callback function for a word-hyphenation related event.</summary>
		</member>
		<member name="T:TXTextControl.HyphenateWordEventArgs">
			<summary>The event argument for a word-hyphenation related event.</summary>
		</member>
		<member name="P:TXTextControl.HyphenateWordEventArgs.dividePos">
			<summary>The position at which the word should be divided.</summary>
		</member>
		<member name="P:TXTextControl.HyphenateWordEventArgs.maxDividePos">
			<summary>The maximum dividing position.</summary>
		</member>
		<member name="P:TXTextControl.HyphenateWordEventArgs.word">
			<summary>The word to hyphenate.</summary>
		</member>
		<member name="T:TXTextControl.Image">
			<summary>The Image object represents an image in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.Image.getHorizontalScaling">
			<summary>Gets an images's horizontal scaling factor in percent.</summary>
		</member>
		<member name="M:TXTextControl.Image.getVerticalScaling">
			<summary>Gets an images's vertical scaling factor in percent.</summary>
		</member>
		<member name="M:TXTextControl.Image.setHorizontalScaling">
			<summary>Sets an images's horizontal scaling factor in percent.</summary>
		</member>
		<member name="M:TXTextControl.Image.setVerticalScaling">
			<summary>Sets an images's vertical scaling factor in percent.</summary>
		</member>
		<member name="T:TXTextControl.ImageCallback">
			<summary>Callback function for an image related event.</summary>
		</member>
		<member name="T:TXTextControl.ImageCollection">
			<summary>Contains all images of a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.addAnchored">
			<summary>Creates and inserts a new image which is anchored to the specified text position. It has the specified horizontal alignment and a textflow which is given through the insertionMode parameter. Anchored image are moved with the text.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.addAnchoredAtLocation">
			<summary>Inserts a new image which is anchored to the specified text position. It has the specified location relative to the paragraph it is anchored to and a textflow which is given through the insertionMode parameter. Anchored images are moved with the text.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.addAtFixedPosition">
			<summary>Obsolete. This method will be removed in one of the next versions. Inserts a new image which has a fixed geometrical position in the document. This position is specified through a page number and a location on this page.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.addAtFixedPositionInDocument">
			<summary>Creates and inserts a new image which has a fixed geometrical position in the document. This position is specified through a location relative to the top left corner of the complete document. All gaps between the pages must be included.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.addAtFixedPositionOnPage">
			<summary>Inserts a new image which has a fixed geometrical position in the document. This position is specified through a page number and a location on this page.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.addInline">
			<summary>Creates and inserts a new image inline, which means that it is treated in the text like a single character. The image is inserted at the specified text input position.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.getItem">
			<summary>Gets the image selected by the user or the image with the specified identifier.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.getItemByName">
			<summary>Gets the image with the specified name.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.remove">
			<summary>Removes an image from a Text Control document.</summary>
		</member>
		<member name="T:TXTextControl.ImageEventArgs">
			<summary>The event argument for image related events.</summary>
		</member>
		<member name="P:TXTextControl.ImageEventArgs.image">
			<summary>The image's information.</summary>
		</member>
		<member name="T:TXTextControl.InlineStyle">
			<summary>The InlineStyle object defines a formatting style that can be used to format single words in a line of text.</summary>
		</member>
		<member name="T:TXTextControl.InlineStyle.Attributes">
			<summary>Determines the style's attributes.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.FontName">
			<summary>Specifies the attribute set through the style's FontName property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.FontSize">
			<summary>Specifies the attribute set through the style's FontSize property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.Bold">
			<summary>Specifies the attribute set through the style's Bold property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.Italic">
			<summary>Specifies the attribute set through the style's Italic property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.Underline">
			<summary>Specifies the attribute set through the style's Underline property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.Strikeout">
			<summary>Specifies the attribute set through the style's Strikeout property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.Baseline">
			<summary>Specifies the attribute set through the style's Baseline property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.ForeColor">
			<summary>Specifies the attribute set through the style's ForeColor property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.TextBackColor">
			<summary>Specifies the attribute set through the style's TextBackColor property.</summary>
		</member>
		<member name="M:TXTextControl.InlineStyle.isInheritedFromParagraph">
			<summary>Informs about whether one or more of the style's attributes are inherited from the surrounding paragraph.</summary>
		</member>
		<member name="M:TXTextControl.InlineStyle.resetToParagraph">
			<summary>Resets one or more of the style's attributes to its default value which is the same value as defined for the surrounding paragraph.</summary>
		</member>
		<member name="T:TXTextControl.InlineStyleCollection">
			<summary>Contains all formatting styles in a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.InlineStyleCollection.add">
			<summary>Adds a new style to the current document.</summary>
		</member>
		<member name="M:TXTextControl.InlineStyleCollection.getItem">
			<summary>Gets a style from the collection by the style's name.</summary>
		</member>
		<member name="T:TXTextControl.InputFormat">
			<summary>The InputFormat object represents all formatting attributes at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.addEventListener">
			<summary>The addEventListener function registers event listener functions on the InputFormat object.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getAllFrameLines">
			<summary>Gets a value specifying whether all frame lines, including all inner frame lines, are set for the selected text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getBold">
			<summary>Gets a value specifying whether text is bold at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getBottomAligned">
			<summary>Gets a value specifying whether text is bottom aligned at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getBottomDistance">
			<summary>Gets bottom's paragraph distance, in twips, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getBoxFrame">
			<summary>Gets a value specifying whether there is a complete frame around the text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getBulletCharacter">
			<summary>Gets the bullet character at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getBulletedList">
			<summary>Gets a value specifying whether there is a bulleted list at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getCentered">
			<summary>Gets a value specifying whether text is centered at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getFontFamily">
			<summary>Gets the font family at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getFontSize">
			<summary>Gets the font's size, in points, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getFrameFillColor">
			<summary>Gets the color used to display the frame fill color at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getFrameLineColor">
			<summary>Gets the color used to display the color of frame lines at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getFrameLineWidth">
			<summary>Gets the line width, in twips, of the paragraph's or table's frame at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getHangingIndent">
			<summary>Gets the hanging indent, in twips, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getInnerHorizontalFrameLines">
			<summary>Gets a value specifying whether all inner horizontal frame lines are set for the selected text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getInnerVerticalFrameLines">
			<summary>Gets a value specifying whether all inner vertical frame lines are set for the selected text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getItalic">
			<summary>Gets a value specifying whether the text is italic at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getJustified">
			<summary>Gets a value specifying whether text is justified at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getLeftAligned">
			<summary>Gets a value specifying whether text is left aligned at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getLeftFrameLine">
			<summary>Gets a value specifying whether there is a frame line at the left side of the text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getLeftIndent">
			<summary>Gets the left indent, in twips, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getLeftToRight">
			<summary>Gets a value specifying whether the writung direction is left-to-right at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getLinespacing">
			<summary>Gets the line spacing, in percent, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getNumberedList">
			<summary>Gets a value specifying whether there is a numbered list at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getNumberedListFormat">
			<summary>Gets the number format for a numbered list at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getNumberFormats">
			<summary>Gets an array of all supported number formats for numbered and structured lists.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getRightAligned">
			<summary>Gets a value specifying whether text is right aligned at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getRightFrameLine">
			<summary>Gets a value specifying whether there is a frame line at the right side of the text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getRightIndent">
			<summary>Gets the right indent, in twips, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getRightToLeft">
			<summary>Gets a value specifying whether the writing direction is right-to-left at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getStrikeout">
			<summary>Gets a value specifying whether the text is strikeout at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getStructuredList">
			<summary>Gets a value specifying whether there is a structured list at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getStructuredListFormat">
			<summary>Gets the number format for a structured list at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getStructureLevel">
			<summary>Gets the structure level of all selected paragraphs. The level can be between 0 and 10. A level of 0 indicates that the paragraph belongs to the body of the document.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getStyleName">
			<summary>Gets the formatting style name at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getStyleNames">
			<summary>Returns an array of the names of all formatting styles, the document contains.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getSubscript">
			<summary>Gets a value specifying whether text is subscript at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getSuperscript">
			<summary>Gets a value specifying whether text is superscript at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getSupportedFontFamilies">
			<summary>Returns an array of strings specifying all supported fonts.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getSupportedFontSizes">
			<summary>Gets an array of strings specifying all possible font sizes for the font at the text input position. If the font is free scalable, standard sizes are returned. The return value is the list of possible font sizes. Null is returned, if the specified font is not supported or if text is selected and the selection contains several different fonts.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getSupportedUnderlineStyles">
			<summary>Gets an array of all supported underline styles.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getTextBackColor">
			<summary>Gets the color used to display the text's background color at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getTextColor">
			<summary>Gets the color used to display the text at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getTopAligned">
			<summary>Gets a value specifying whether text is top aligned at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getTopDistance">
			<summary>Gets a top paragraph distance, in twips, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getTopFrameLine">
			<summary>Gets a value specifying whether there is a frame line at the top of the text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getUnderline">
			<summary>Gets a value specifying whether text is underlined at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getUnderlineStyle">
			<summary>Gets a value specifying the style at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.getVerticallyCentered">
			<summary>Gets a value specifying whether text is vertically centered at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.removeEventListener">
			<summary>The removeListener function removes the specified event listener from the InputFormat object.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setAllFrameLines">
			<summary>Sets a value specifying whether all frame lines, including all inner frame lines, are set for the selected text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setBold">
			<summary>Sets a value specifying whether text is bold at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setBottomAligned">
			<summary>Sets a value specifying whether text is bottom aligned at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setBottomDistance">
			<summary>Sets a bottom paragraph distance, in twips, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setBoxFrame">
			<summary>Sets a value specifying whether there is a complete frame around the text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setBulletCharacter">
			<summary>Sets the bullet character at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setBulletedList">
			<summary>Sets a value specifying whether there is a bulleted list at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setCentered">
			<summary>Sets a value specifying whether text is centered at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setFontFamily">
			<summary>Sets the font family at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setFontSize">
			<summary>Sets the font's size, in points, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setFrameFillColor">
			<summary>Sets the color used to display the frame fill color at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setFrameLineColor">
			<summary>Sets the color used to display the color of frame lines at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setFrameLineWidth">
			<summary>Sets the line width, in twips, of the paragraph's or table's frame at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setHangingIndent">
			<summary>Sets the hanging indent, in twips, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setInnerHorizontalFrameLines">
			<summary>Sets a value specifying whether all inner horizontal frame lines are set for the selected text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setInnerVerticalFrameLines">
			<summary>Sets a value specifying whether all inner vertical frame lines are set for the selected text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setItalic">
			<summary>Sets a value specifying whether the text is italic at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setJustified">
			<summary>Sets a value specifying whether text is justified at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setLeftAligned">
			<summary>Sets a value specifying whether text is left aligned at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setLeftFrameLine">
			<summary>Sets a value specifying whether there is a frame line at the left side of the text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setLeftIndent">
			<summary>Sets the left indent, in twips, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setLeftToRight">
			<summary>Sets a value specifying whether the writung direction is left-to-right at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setLinespacing">
			<summary>Sets the line spacing, in percent, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setNumberedList">
			<summary>Sets a value specifying whether there is a numbered list at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setNumberedListFormat">
			<summary>Sets the number format for a numbered list at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setRightAligned">
			<summary>Sets a value specifying whether text is right aligned at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setRightFrameLine">
			<summary>Sets a value specifying whether there is a frame line at the right side of the text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setRightIndent">
			<summary>Sets the right indent, in twips, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setRightToLeft">
			<summary>Sets a value specifying whether the writing direction is right-to-left at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setStrikeout">
			<summary>Sets a value specifying whether the text is strikeout at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setStructuredList">
			<summary>Sets a value specifying whether there is a structured list at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setStructuredListFormat">
			<summary>Sets the number format for a structured list at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setStructureLevel">
			<summary>Sets the structure level of all selected paragraphs. The level can be between 0 and 10. A level of 0 indicates that the paragraph belongs to the body of the document.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setStyleName">
			<summary>Sets the formatting style name at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setSubscript">
			<summary>Sets a value specifying whether text is subscript at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setSuperscript">
			<summary>Sets a value specifying whether text is superscript at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setTextBackColor">
			<summary>Sets the color used to display the text background color at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setTextColor">
			<summary>Sets the color used to display the text at the current input position as a CSS color string.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setTopAligned">
			<summary>Sets a value specifying whether text is top aligned at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setTopDistance">
			<summary>Sets a top paragraph distance, in twips, at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setTopFrameLine">
			<summary>Sets a value specifying whether there is a frame line at the top of the text.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setUnderline">
			<summary>Sets a value specifying whether text is underlined at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setUnderlineStyle">
			<summary>Sets a value specifying the style at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.setVerticallyCentered">
			<summary>Sets a value specifying whether text is vertically centered at the current text input position.</summary>
		</member>
		<member name="T:TXTextControl.InputPosition">
			<summary>Represents the current text input position of a document.</summary>
		</member>
		<member name="T:TXTextControl.InputPosition.ScrollPosition">
			<summary>Determines a position to where the input position is scrolled.</summary>
		</member>
		<member name="F:TXTextControl.InputPosition.ScrollPosition.Auto">
			<summary>Scrolls the current input position into the visible part of the document using a default position depending on the previous position.</summary>
		</member>
		<member name="F:TXTextControl.InputPosition.ScrollPosition.Left">
			<summary>Scrolls the input position to the left side of the visible portion of the document</summary>
		</member>
		<member name="F:TXTextControl.InputPosition.ScrollPosition.Right">
			<summary>Scrolls the input position to the right side of the visible portion of the document.</summary>
		</member>
		<member name="F:TXTextControl.InputPosition.ScrollPosition.Top">
			<summary>Scrolls the input position to the top of the visible portion of the document.</summary>
		</member>
		<member name="F:TXTextControl.InputPosition.ScrollPosition.Bottom">
			<summary>Scrolls the input position to the bottom of the visible portion of the document.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.getCaretSize">
			<summary>Gets the size of the caret, in pixels, at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.getColumn">
			<summary>Gets the column number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.getInactiveMarker">
			<summary>Gets whether the current text input position when the TextControl is inactive and the blinking caret is not visible.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.getLine">
			<summary>Gets the line number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.getLocation">
			<summary>Gets the geometric location of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.getPage">
			<summary>Gets the page number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.getPageInSection">
			<summary>Gets the page number in the section containing the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.getSection">
			<summary>Gets the section number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.getTextPosition">
			<summary>Gets the text position of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.scrollTo">
			<summary>Scrolls the contents of a Text Control so that the current input position becomes visible.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.setInactiveMarker">
			<summary>Sets whether the current text input position when the TextControl is inactive and the blinking caret is not visible.</summary>
		</member>
		<member name="T:TXTextControl.InputPositionChangedCallback">
			<summary>Callback function for the inputPositionChanged event.</summary>
		</member>
		<member name="T:TXTextControl.InputPositionChangedEventArgs">
			<summary>The event argument object for the inputPositionChanged event.</summary>
		</member>
		<member name="P:TXTextControl.InputPositionChangedEventArgs.column">
			<summary>The column number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputPositionChangedEventArgs.line">
			<summary>The line number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputPositionChangedEventArgs.page">
			<summary>The page number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputPositionChangedEventArgs.section">
			<summary>The section number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputPositionChangedEventArgs.textPosition">
			<summary>The 0-based text position of the current text input position.</summary>
		</member>
		<member name="T:TXTextControl.Line">
			<summary>The Line object represents a single line in a document.</summary>
		</member>
		<member name="M:TXTextControl.Line.getBaseline">
			<summary>Gets the line's baseline position.</summary>
		</member>
		<member name="M:TXTextControl.Line.getLength">
			<summary>Gets the number of characters in the line including the break character.</summary>
		</member>
		<member name="M:TXTextControl.Line.getNumber">
			<summary>Gets the line's number.</summary>
		</member>
		<member name="M:TXTextControl.Line.getPage">
			<summary>Gets the number of the page to which the line belongs.</summary>
		</member>
		<member name="M:TXTextControl.Line.getStart">
			<summary>Gets the number (one-based) of the first character in the line.</summary>
		</member>
		<member name="M:TXTextControl.Line.getText">
			<summary>Gets the line's text.</summary>
		</member>
		<member name="M:TXTextControl.Line.getTextBounds">
			<summary>Gets the bounding rectangle of the text belonging to the line.</summary>
		</member>
		<member name="M:TXTextControl.Line.save">
			<summary>Saves the line in a certain format and sends the result back asynchronously by calling a given callback function.</summary>
		</member>
		<member name="T:TXTextControl.LineCollection">
			<summary>The LineCollection object contains all text lines in a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.LineCollection.getItem">
			<summary>Gets a particular line from the collection.</summary>
		</member>
		<member name="M:TXTextControl.LineCollection.getItemAtLocation">
			<summary>Gets the line at a certain geometrical position.</summary>
		</member>
		<member name="T:TXTextControl.ListFormat">
			<summary>The ListFormat object defines the formatting attributes of a bulleted or numbered list.</summary>
		</member>
		<member name="T:TXTextControl.ListFormat.Attribute">
			<summary>Determines a certain list format attribute.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.Level">
			<summary>Specifies the attribute set through the Level property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.LeftIndent">
			<summary>Specifies the attribute set through the LeftIndent property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.FormatCharacter">
			<summary>Specifies the attribute set through the FormatCharacter property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.NumberFormat">
			<summary>Specifies the attribute set through the NumberFormat property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.FirstNumber">
			<summary>Specifies the attribute set through the FirstNumber property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.CharBeforeNumber">
			<summary>Specifies the attribute set through the CharBeforeNumber property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.CharAfterNumber">
			<summary>Specifies the attribute set through the CharAfterNumber property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.RestartNumbering">
			<summary>Specifies the attribute set through the RestartNumbering property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.BulletCharacter">
			<summary>Specifies the attribute set through the BulletCharacter property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.BulletSize">
			<summary>Specifies the attribute set through the BulletSize property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.HangingIndent">
			<summary>Specifies the attribute set through the HangingIndent property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.Type">
			<summary>Specifies the attribute set through the Type property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.TextBeforeNumber">
			<summary>Specifies the attribute set through the TextBeforeNumber property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.TextAfterNumber">
			<summary>Specifies the attribute set through the TextAfterNumber property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.FontName">
			<summary>Specifies the attribute set through the FontName property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.All">
			<summary>Specifies all attributes of the ListFormat.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getBulletCharacter">
			<summary>Gets the symbol character for a bulleted list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getBulletSize">
			<summary>Gets the size of the symbol character for a bulleted list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getFirstNumber">
			<summary>Gets the starting number for a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getFontName">
			<summary>Gets the font used for the bullet character.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getFormatCharacter">
			<summary>Gets the formatting character for a bulleted or numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getHangingIndent">
			<summary>Gets the hanging indent of a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getLeftIndent">
			<summary>Gets the left indent for a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getLevel">
			<summary>Gets the level for a bulleted or numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getNumberFormat">
			<summary>Gets the number format for a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getRestartNumbering">
			<summary>Gets a value determining whether a new numbered list begins.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getTextAfterNumber">
			<summary>Gets the text that is displayed behind the number in a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getTextBeforeNumber">
			<summary>Gets the text that is displayed in front of the number in a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.getType">
			<summary>Gets the type of the list, bulleted, numbered or none.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setBulletCharacter">
			<summary>Sets the symbol character for a bulleted list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setBulletSize">
			<summary>Sets the size of the symbol character for a bulleted list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setFirstNumber">
			<summary>Sets the starting number for a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setFontName">
			<summary>Sets the font used for the bullet character.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setFormatCharacter">
			<summary>Sets the formatting character for a bulleted or numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setHangingIndent">
			<summary>Sets the hanging indent of a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setLeftIndent">
			<summary>Sets the left indent for a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setLevel">
			<summary>Sets the level for a bulleted or numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setNumberFormat">
			<summary>Sets the number format for a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setRestartNumbering">
			<summary>Sets the value determining whether a new numbered list begins.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setTextAfterNumber">
			<summary>Sets the text that is displayed behind the number in a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setTextBeforeNumber">
			<summary>Sets the text that is displayed in front of the number in a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.setType">
			<summary>Sets the type of the list, bulleted, numbered or none.</summary>
		</member>
		<member name="T:TXTextControl.LoadDocumentCallback">
			<summary>Callback function which receives information about a loaded document.</summary>
		</member>
		<member name="T:TXTextControl.LoadDocumentCallbackData">
			<summary>The type of the result parameter of the LoadDocumentCallback callback function.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.author">
			<summary>The document's author</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.bytesRead">
			<summary>The number of bytes read during the load operation.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.creationDate">
			<summary>The document's creation date.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.creatorApplication">
			<summary>The application, which has created the document.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.cssFileName">
			<summary>The path and filename of the CSS file belonging to an HTML or XML document.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.documentKeywords">
			<summary>The document's keywords.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.documentPartName">
			<summary>SpreadsheetML only. The name of the part of the loaded document.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.documentSubject">
			<summary>The document's subject string.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.lastModificationDate">
			<summary>The date the document is last modified.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.loadedFile">
			<summary>The name and path of the file that has been loaded.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.loadedStreamType">
			<summary>The StreamType of the file that has been loaded.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.pageMargins">
			<summary>The margins of the loaded document's pages.</summary>
		</member>
		<member name="P:TXTextControl.LoadDocumentCallbackData.pageSize">
			<summary>The width and height of the loaded document's pages.</summary>
		</member>
		<member name="T:TXTextControl.MisspelledWord">
			<summary>The MisspelledWord object represents a misspelled word in a document's text.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWord.getIsDuplicate">
			<summary>Gets a value which marks the misspelled word as duplicate.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWord.getIsIgnored">
			<summary>Gets a value which marks the misspelled word as ignored. An ignored misspelled word remains in the collection of misspelled words, but it is not underlined in the text with a red zigzag line</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWord.getLength">
			<summary>Gets the length of a misspelled word.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWord.getNumber">
			<summary>Gets the number of this misspelled word. All misspelled words are counted from the beginning to the end of a document. The first word has the number 1.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWord.getStart">
			<summary>Gets the starting position of a misspelled word. It is a one-based index of the word's first character.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWord.getText">
			<summary>Gets the text of the misspelled word.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWord.select">
			<summary>Selects the misspelled word in the text.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWord.setIsDuplicate">
			<summary>Sets a value which marks the misspelled word as duplicate. A duplicate word is not misspelled, but it has the same text as the word in front of it.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWord.setIsIgnored">
			<summary>Sets a value which marks the misspelled word as ignored. An ignored misspelled word remains in the collection of misspelled words, but it is not underlined in the text with a red zigzag line.</summary>
		</member>
		<member name="T:TXTextControl.MisspelledWordCollection">
			<summary>The MisspelledWordCollection contains all misspelled words in the main part of a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.getCountOf">
			<summary>Gets the number of misspelled words with a special meaning from the collection.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.getItemAtInputPosition">
			<summary>Gets the misspelled word of the specified kind at the current text input position. If there is no misspelled word, the next possible word of is returned. If there is no misspelled word of the specified kind between the current input position and the end of the text, the first word of the specified kind is returned.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.getItemAtLocation">
			<summary>Gets the misspelled word at a certain geometrical location. If there is no misspelled word, null is returned.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.getItemAtTextPosition">
			<summary>Gets the misspelled word of the specified kind at the specified text input position. If there is no misspelled word, the next possible word is returned. If there is no misspelled word of the specified kind between the specified input position and the end of the text, the first word of the specified kind is returned.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.ignore">
			<summary>Changes the text of the specified misspelled word and marks it as ignored. Ignored misspelled words are not underlined with a red zigzag line.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.remove">
			<summary>Removes the specified misspelled word from a Text Control document. The method removes the word's reference in the list of misspelled words and replaces the word's text with the specified text.</summary>
		</member>
		<member name="T:TXTextControl.MisspelledWordInfo">
			<summary>Information about a misspelled word.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWordInfo.isDuplicate">
			<summary>A value which marks the misspelled word as duplicate.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWordInfo.isIgnored">
			<summary>A value which marks the misspelled word as ignored.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWordInfo.length">
			<summary>The length of the misspelled word.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWordInfo.number">
			<summary>The number of the misspelled word.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWordInfo.start">
			<summary>The starting position of the misspelled word.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWordInfo.text">
			<summary>The text of the misspelled word.</summary>
		</member>
		<member name="T:TXTextControl.Page">
			<summary>A Page object represents a formatted page of a document.</summary>
		</member>
		<member name="M:TXTextControl.Page.getBounds">
			<summary>Gets the bounding rectangle of the page, in twips, relative to the top of the document.</summary>
		</member>
		<member name="M:TXTextControl.Page.getFooter">
			<summary>Gets the footer of the page.</summary>
		</member>
		<member name="M:TXTextControl.Page.getHeader">
			<summary>Gets the header of the page.</summary>
		</member>
		<member name="M:TXTextControl.Page.getImage">
			<summary>Gets an image of the page's contents as in the specified format in screen resolution.</summary>
		</member>
		<member name="M:TXTextControl.Page.getLength">
			<summary>Gets the number of characters of the page, including the page break character at the end of the page.</summary>
		</member>
		<member name="M:TXTextControl.Page.getNumber">
			<summary>Gets the page's number.</summary>
		</member>
		<member name="M:TXTextControl.Page.getNumberInSection">
			<summary>Gets the page number relative to the beginning of the section the page belongs to.</summary>
		</member>
		<member name="M:TXTextControl.Page.getSection">
			<summary>Gets the number, one-based, of the section the page belongs to.</summary>
		</member>
		<member name="M:TXTextControl.Page.getStart">
			<summary>Gets the number (one-based) of the page's first character.</summary>
		</member>
		<member name="M:TXTextControl.Page.getTextBounds">
			<summary>Gets the bounding rectangle of the page's text, in twips, relative to the top of the document.</summary>
		</member>
		<member name="M:TXTextControl.Page.select">
			<summary>Selects the text of the page.</summary>
		</member>
		<member name="T:TXTextControl.PageBorder">
			<summary>The PageBorder represents the attributes of a border, which is drawn in the margin area of a page.</summary>
		</member>
		<member name="T:TXTextControl.PageBorder.Attribute">
			<summary>Determines a certain page border attribute.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.LeftLineWidth">
			<summary>Specifies the attribute set through the LeftLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.TopLineWidth">
			<summary>Specifies the attribute set through the TopLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.RightLineWidth">
			<summary>Specifies the attribute set through the RightLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.BottomLineWidth">
			<summary>Specifies the attribute set through the BottomLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.LeftLineColor">
			<summary>Specifies the attribute set through the LeftLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.TopLineColor">
			<summary>Specifies the attribute set through the TopLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.RightLineColor">
			<summary>Specifies the attribute set through the RightLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.BottomLineColor">
			<summary>Specifies the attribute set through the BottomLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.LeftDistance">
			<summary>Specifies the attribute set through the LeftDistance property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.TopDistance">
			<summary>Specifies the attribute set through the TopDistance property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.RightDistance">
			<summary>Specifies the attribute set through the RightDistance property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.BottomDistance">
			<summary>Specifies the attribute set through the BottomDistance property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.MeasureFromText">
			<summary>Specifies the attribute set through the MeasureFromText property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.FirstPageOnly">
			<summary>Specifies the attribute set through the FirstPageOnly property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.OmitFirstPage">
			<summary>Specifies the attribute set through the OmitFirstPage property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.SurroundHeader">
			<summary>Specifies the attribute set through the SurroundHeader property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.SurroundFooter">
			<summary>Specifies the attribute set through the SurroundFooter property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.All">
			<summary>Specifies all attributes of the PageSize.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getBottomDistance">
			<summary>Gets the distance, in twips, of the bottom border line either from the edge of the page or from the text, depending on the MeasureFromText.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getBottomLineColor">
			<summary>Gets the color of the bottom border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getBottomLineWidth">
			<summary>Gets the width of the bottom border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getFirstPageOnly">
			<summary>Gets whether the page border is drawn only on the first page of the section.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getLeftDistance">
			<summary>Gets the distance, in twips, of the left border line either from the edge of the page or from the text, depending on the MeasureFromText.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getLeftLineColor">
			<summary>Gets the color of the left border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getLeftLineWidth">
			<summary>Gets the width of the left border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getMeasureFromText">
			<summary>Gets whether the page border's distances are measured from the text.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getOmitFirstPage">
			<summary>Gets whether the page border is not drawn on the first page of the section.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getRightDistance">
			<summary>Gets the distance, in twips, of the right border line either from the edge of the page or from the text, depending on the MeasureFromText.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getRightLineColor">
			<summary>Gets the color of the right border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getRightLineWidth">
			<summary>Gets the width of the right border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getSurroundFooter">
			<summary>Gets whether the page border surrounds the section's footer.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getSurroundHeader">
			<summary>Gets whether the page border surrounds the section's header.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getTopDistance">
			<summary>Gets the distance, in twips, of the top border line either from the edge of the page or from the text, depending on the {@link MeasureFromText}.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getTopLineColor">
			<summary>Gets the color of the top border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.getTopLineWidth">
			<summary>Gets the width of the top border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setBottomDistance">
			<summary>Sets the distance, in twips, of the bottom border line either from the edge of the page or from the text, depending on the MeasureFromText.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setBottomLineColor">
			<summary>Sets the color of the bottom border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setBottomLineWidth">
			<summary>Sets the width of the bottom border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setFirstPageOnly">
			<summary>Sets whether the page border is drawn only on the first page of the section.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setLeftDistance">
			<summary>Sets the distance, in twips, of the left border line either from the edge of the page or from the text, depending on the MeasureFromText.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setLeftLineColor">
			<summary>Sets the color of the left border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setLeftLineWidth">
			<summary>Sets the width of the left border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setMeasureFromText">
			<summary>Sets whether the page border's distances are measured from the text.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setOmitFirstPage">
			<summary>Sets whether the page border is not drawn on the first page of the section.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setRightDistance">
			<summary>Sets the distance, in twips, of the right border line either from the edge of the page or from the text, depending on the MeasureFromText.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setRightLineColor">
			<summary>Sets the color of the right border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setRightLineWidth">
			<summary>Sets the width of the right border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setSurroundFooter">
			<summary>Sets the whether the page border surrounds the section's footer.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setSurroundHeader">
			<summary>Sets the whether the page border surrounds the section's header.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setTopDistance">
			<summary>Sets the distance, in twips, of the top border line either from the edge of the page or from the text, depending on the MeasureFromText.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setTopLineColor">
			<summary>Sets the color of the top border line.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.setTopLineWidth">
			<summary>Sets the width of the top border line.</summary>
		</member>
		<member name="T:TXTextControl.PageCollection">
			<summary>Contains all pages in a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.PageCollection.getItem">
			<summary>Gets the Page containing the current text input position from the collection.</summary>
		</member>
		<member name="M:TXTextControl.PageCollection.getItemAtTextPosition">
			<summary>Gets the page at a certain text input position.</summary>
		</member>
		<member name="T:TXTextControl.PageMargins">
			<summary>Represents the page margins of a document or document section.</summary>
		</member>
		<member name="T:TXTextControl.PageMargins.Attribute">
			<summary>Determines a certain page margins attribute.</summary>
		</member>
		<member name="F:TXTextControl.PageMargins.Attribute.Left">
			<summary>Specifies the attribute set through the Left property.</summary>
		</member>
		<member name="F:TXTextControl.PageMargins.Attribute.Top">
			<summary>Specifies the attribute set through the Top property.</summary>
		</member>
		<member name="F:TXTextControl.PageMargins.Attribute.Right">
			<summary>Specifies the attribute set through the Right property.</summary>
		</member>
		<member name="F:TXTextControl.PageMargins.Attribute.Bottom">
			<summary>Specifies the attribute set through the Bottom property.</summary>
		</member>
		<member name="F:TXTextControl.PageMargins.Attribute.All">
			<summary>Specifies all attributes of the PageMargins.</summary>
		</member>
		<member name="M:TXTextControl.PageMargins.getBottom">
			<summary>Gets the bottom margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageMargins.getLeft">
			<summary>Gets the left margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageMargins.getRight">
			<summary>Gets the right margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageMargins.getTop">
			<summary>Gets the top margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageMargins.setBottom">
			<summary>Sets the bottom margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageMargins.setLeft">
			<summary>Sets the left margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageMargins.setRight">
			<summary>Sets the right margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageMargins.setTop">
			<summary>Sets the top margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="T:TXTextControl.PageNumberField">
			<summary>The PageNumberField object supports text field formats of applications such as Microsoft Word.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberField.getNumberFormat">
			<summary>Gets the number format.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberField.getShowNumberOfPages">
			<summary>Gets a value indicating whether the field shows the page number or the total number of pages.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberField.getStartNumber">
			<summary>Gets the page number for the first page.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberField.setNumberFormat">
			<summary>Sets the number format.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberField.setShowNumberOfPages">
			<summary>Sets a value indicating whether the field shows the page number or the total number of pages.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberField.setStartNumber">
			<summary>Sets the page number for the first page.</summary>
		</member>
		<member name="T:TXTextControl.PageNumberFieldCollection">
			<summary>Contains the page number fields in a header or footer of a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberFieldCollection.add">
			<summary>Inserts a new page number field at the current input position which displays Arabic numbers starting with 1.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberFieldCollection.getItem">
			<summary>Gets the field at the current input position or null, if there is no such field at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberFieldCollection.remove">
			<summary>Removes a page number from a header or footer of a Text control document.</summary>
		</member>
		<member name="T:TXTextControl.PageSize">
			<summary>Represents the page's size of a TX Text Control document or document section.</summary>
		</member>
		<member name="T:TXTextControl.PageSize.Attribute">
			<summary>Determines a certain page size attribute.</summary>
		</member>
		<member name="F:TXTextControl.PageSize.Attribute.Width">
			<summary>Specifies the attribute set through the Width property.</summary>
		</member>
		<member name="F:TXTextControl.PageSize.Attribute.Height">
			<summary>Specifies the attribute set through the Height property.</summary>
		</member>
		<member name="F:TXTextControl.PageSize.Attribute.All">
			<summary>Specifies all attributes of the PageSize.</summary>
		</member>
		<member name="M:TXTextControl.PageSize.getHeight">
			<summary>Gets the page height of a document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageSize.getWidth">
			<summary>Gets the page width of a document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageSize.setHeight">
			<summary>Sets the page height of a document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageSize.setWidth">
			<summary>Sets the page width of a document or document section.</summary>
		</member>
		<member name="T:TXTextControl.Paragraph">
			<summary>A Paragraph object represents a single paragraph in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.getFormattingStyle">
			<summary>Gets the paragraph's formatting style.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.getLength">
			<summary>Gets the number of characters in the paragraph including the paragraph end character.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.getLines">
			<summary>Gets the number of lines the paragraph consists of.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.getListNumber">
			<summary>Gets the paragraph's list number.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.getListNumberText">
			<summary>Gets the paragraph's list number text. The text consists of the text in front of the number, the number itself and the text behind the list number. It is an empty string, if the paragraph does not belong to a numbered list.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.getStart">
			<summary>Gets the number (one-based) of the paragraph's first character.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.getStartLine">
			<summary>Gets the number (one-based) of the paragraph's first line.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.getText">
			<summary>Gets the paragraph's text.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.save">
			<summary>Saves the paragraph in a certain format and sends the result back asynchronously by calling a given callback function.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.select">
			<summary>Selects the paragraph.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.setFormattingStyle">
			<summary>Sets the paragraph's formatting style. The specified style must be the name of a style contained in the ParagraphStyles collection of a Text Control document.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.format">
			<summary>The paragraph's formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.listFormat">
			<summary>The paragraph's bulleted or numbered list and/or its formatting attributes.</summary>
		</member>
		<member name="T:TXTextControl.ParagraphCollection">
			<summary>A ParagraphCollection contains all paragraphs in a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphCollection.getItem">
			<summary>Gets a particular Paragraph from the collection.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphCollection.getItemAtLocation">
			<summary>Gets the Paragraph at a certain geometrical position.</summary>
		</member>
		<member name="T:TXTextControl.ParagraphFormat">
			<summary>Represents the formatting attributes of a paragraph.</summary>
		</member>
		<member name="T:TXTextControl.ParagraphFormat.Attribute">
			<summary>Determines a certain paragraph format attribute.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.Alignment">
			<summary>Specifies the attribute set through the Alignment property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.LeftIndent">
			<summary>Specifies the attribute set through the LeftIndent property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.RightIndent">
			<summary>Specifies the attribute set through the RightIndent property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.TopDistance">
			<summary>Specifies the attribute set through the TopDistance property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.BottomDistance">
			<summary>Specifies the attribute set through the BottomDistance property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.LineSpacing">
			<summary>Specifies the attribute set through the LineSpacing property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.AbsoluteLineSpacing">
			<summary>Specifies the attribute set through the AbsoluteLineSpacing property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.TabPositions">
			<summary>Specifies the attribute set through the TabPositions property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.TabTypes">
			<summary>Specifies the attribute set through the TabTypes property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.Frame">
			<summary>Specifies the attribute set through the Frame property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.FrameStyle">
			<summary>Specifies the attribute set through the FrameStyle property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.FrameLineWidth">
			<summary>Specifies the attribute set through the FrameLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.FrameDistance">
			<summary>Specifies the attribute set through the FrameDistance property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.HangingIndent">
			<summary>Specifies the attribute set through the HangingIndent property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.KeepLinesTogether">
			<summary>Specifies the attribute set through the KeepLinesTogether property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.KeepWithNext">
			<summary>Specifies the attribute set through the KeepWithNext property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.PageBreakBefore">
			<summary>Specifies the attribute set through the PageBreakBefore property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.WidowOrphanLines">
			<summary>Specifies the attribute set through the WidowOrphanLines property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.Direction">
			<summary>Specifies the attribute set through the Direction property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.Justification">
			<summary>Specifies the attribute set through the Justification property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.BackColor">
			<summary>Specifies the attribute set through the BackColor property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.FrameLineColor">
			<summary>Specifies the attribute set through the FrameLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.All">
			<summary>Specifies all attributes of the ParagraphFormat.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getAbsoluteLineSpacing">
			<summary>Gets the line spacing of a paragraph in twips.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getAlignment">
			<summary>Gets the horizontal text alignment.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getBackColor">
			<summary>Gets the background color of a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getBottomDistance">
			<summary>Gets the bottom distance, in twips, between this and the next paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getDirection">
			<summary>Gets the writing direction.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getFrame">
			<summary>Gets the framesetting of the paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getFrameDistance">
			<summary>Gets the distance, in twips, between the text and the paragraph's frame.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getFrameLineColor">
			<summary>Gets the color used for the frame lines of a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getFrameLineWidth">
			<summary>Gets the line width, in twips, of the paragraph's frame.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getFrameStyle">
			<summary>Gets the style of the paragraph's frame.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getHangingIndent">
			<summary>Gets the distance, in twips, for the hanging indent.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getJustification">
			<summary>Gets the kind of justification in documents containing Arabic or Hebrew characters.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getKeepLinesTogether">
			<summary>Gets a value indicating whether a page break is allowed within the paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getKeepWithNext">
			<summary>Gets whether the paragraph is displayed on the same page as its following paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getLeftIndent">
			<summary>Gets the distance, in twips, between the left edge of the Text Control and the left edge of the text.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getLineSpacing">
			<summary>Gets the line spacing of a paragraph as a percentage of the font size.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getPageBreakBefore">
			<summary>Gets whether the paragraph is always displayed on top of a page.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getRightIndent">
			<summary>Gets the distance, in twips, between the right edge of a Text Control document and the right edge of the text.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getStructureLevel">
			<summary>Gets the structure level of a paragraph in the document. The level can be between 0 and 10. A level of 0 indicates that the paragraph belongs to the body of the document.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getTabLeaders">
			<summary>Gets an array containing the tab leaders in a paragraph. A tab leader defines how a tab gap is filled.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getTabPositions">
			<summary>Gets the absolute tab stop positions, in twips, in a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getTabTypes">
			<summary>Gets the tab types in a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getTopDistance">
			<summary>Gets the distance, in twips, between this and the previous paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.getWidowOrphanLines">
			<summary>Gets the number of lines for widow/orphan control.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setAbsoluteLineSpacing">
			<summary>Sets the line spacing of a paragraph in twips.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setAlignment">
			<summary>Sets the horizontal text alignment.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setBackColor">
			<summary>Sets the background color of a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setBottomDistance">
			<summary>Sets the bottom distance, in twips, between this and the next paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setDirection">
			<summary>Sets the writing direction.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setFrame">
			<summary>Sets the framesetting of the paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setFrameDistance">
			<summary>Sets the distance, in twips, between the text and the paragraph's frame.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setFrameLineColor">
			<summary>Sets the color used for the frame lines of a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setFrameLineWidth">
			<summary>Sets the line width, in twips, of the paragraph's frame.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setFrameStyle">
			<summary>Sets the style of the paragraph's frame.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setHangingIndent">
			<summary>Sets the distance, in twips, for the hanging indent.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setJustification">
			<summary>Sets the kind of justification in documents containing Arabic or Hebrew characters.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setKeepLinesTosether">
			<summary>Sets a value indicating whether a page break is allowed within the paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setKeepWithNext">
			<summary>Sets whether paragraph is displayed on the same page as its following paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setLeftIndent">
			<summary>Sets the distance, in twips, between the left edge of the Text Control and the left edge of the text.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setLineSpacing">
			<summary>Sets the line spacing of a paragraph as a percentage of the font size.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setPageBreakBefore">
			<summary>Sets whether the paragraph is always displayed on top of a page.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setRightIndent">
			<summary>Sets the distance, in twips, between the right edge of a Text Control document and the right edge of the text.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setStructureLevel">
			<summary>Sets the structure level of a paragraph in the document. The level can be between 0 and 10. A level of 0 indicates that the paragraph belongs to the body of the document.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setTabLeaders">
			<summary>Sets an array containing the tab leaders in a paragraph. A tab leader defines how a tab gap is filled.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setTabPositions">
			<summary>Sets an array containing the absolute tab stop positions, in twips, in a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setTabTypes">
			<summary>Sets an array containing the tab types in a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setTopDistance">
			<summary>Sets distance, in twips, between this and the previous paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.setWidowOrphanLines">
			<summary>Sets the number of lines for widow/orphan control.</summary>
		</member>
		<member name="T:TXTextControl.ParagraphStyle">
			<summary>The ParagraphStyle class defines a formatting style for paragraphs.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphStyle.getFollowingStyle">
			<summary>Gets the name of the style that the document automatically uses for the following paragraph after the user has pressed the ENTER key.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphStyle.getParagraphFormat">
			<summary>Gets the style's paragraph attributes.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphStyle.setFollowingStyle">
			<summary>Sets the name of the style that the document automatically uses for the following paragraph after the user has pressed the ENTER key.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphStyle.listFormat">
			<summary>The paragraph style's bulleted or numbered list and/or its formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphStyle.paragraphFormat">
			<summary>The paragraph style's paragraph attributes.</summary>
		</member>
		<member name="T:TXTextControl.ParagraphStyleCollection">
			<summary>Contains all paragraph formatting styles in the current document.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphStyleCollection.add">
			<summary>Adds a new style to the current document.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphStyleCollection.getItem">
			<summary>Gets a style from the collection by the style's name.</summary>
		</member>
		<member name="T:TXTextControl.Point">
			<summary>Represents a pair of x- and y-coordinates that defines a point in a two-dimensional plane.</summary>
		</member>
		<member name="P:TXTextControl.Point.x">
			<summary>The x-coordinate of the point.</summary>
		</member>
		<member name="P:TXTextControl.Point.y">
			<summary>The y-coordinate of the point.</summary>
		</member>
		<member name="T:TXTextControl.PropertyChangedCallback">
			<summary>Callback function for events related to a property change.</summary>
		</member>
		<member name="T:TXTextControl.PropertyChangedEventArgs">
			<summary>The event argument for events related to a property change.</summary>
		</member>
		<member name="P:TXTextControl.PropertyChangedEventArgs.newValue">
			<summary>The new value of the changed property.</summary>
		</member>
		<member name="T:TXTextControl.Rectangle">
			<summary>Stores a Point and a Size object that represent the location and size of a rectangle.</summary>
		</member>
		<member name="P:TXTextControl.Rectangle.location">
			<summary>The location of the rectangle.</summary>
		</member>
		<member name="P:TXTextControl.Rectangle.size">
			<summary>The size of the rectangle.</summary>
		</member>
		<member name="T:TXTextControl.RequestActivationStateCallback">
			<summary>Callback function for requests expecting an ActivationState value.</summary>
		</member>
		<member name="T:TXTextControl.RequestApplicationFieldCallback">
			<summary>Callback function for requests expecting an ApplicationField value.</summary>
		</member>
		<member name="T:TXTextControl.RequestAutoBaselineCallback">
			<summary>Callback function for requesting a AutoBaseline value.</summary>
		</member>
		<member name="T:TXTextControl.RequestBarcodeAlignmentCallback">
			<summary>Callback function for requesting a barcode alignment value.</summary>
		</member>
		<member name="T:TXTextControl.RequestBarcodeFrameCallback">
			<summary>Callback function for requests expecting a BarcodeFrame object.</summary>
		</member>
		<member name="T:TXTextControl.RequestBarcodeTextAlignmentCallback">
			<summary>Callback function for requesting a barcode text alignment value.</summary>
		</member>
		<member name="T:TXTextControl.RequestBarcodeTypeCallback">
			<summary>Callback function for requesting a barcode type value.</summary>
		</member>
		<member name="T:TXTextControl.RequestBooleanCallback">
			<summary>Callback function for requesting a boolean value.</summary>
		</member>
		<member name="T:TXTextControl.RequestCapitalsCallback">
			<summary>Callback function for requesting a value.</summary>
		</member>
		<member name="T:TXTextControl.RequestCellFormatCallback">
			<summary>Callback function for requests expecting a TableCellFormat value.</summary>
		</member>
		<member name="T:TXTextControl.RequestChangeKindCallback">
			<summary>Callback function for requests expecting a ChangeKind value.</summary>
		</member>
		<member name="T:TXTextControl.RequestCheckFormFieldCallback">
			<summary>Callback function for requesting a CheckFormField.</summary>
		</member>
		<member name="T:TXTextControl.RequestCollectionElementCallback">
			<summary>Callback function for getNext() requests executed on collections.</summary>
		</member>
		<member name="T:TXTextControl.RequestColorStringCallback">
			<summary>Callback function for requests expecting a CSS color string.</summary>
		</member>
		<member name="T:TXTextControl.RequestCommentCallback">
			<summary>Callback function for requests retrieving a CommentedText object from a comment collection.</summary>
		</member>
		<member name="T:TXTextControl.RequestCommentsCallback">
			<summary>Callback function for requests retrieving an array of CommentedText objects.</summary>
		</member>
		<member name="T:TXTextControl.RequestDateFormFieldCallback">
			<summary>Callback function for requesting a DateFormField.</summary>
		</member>
		<member name="T:TXTextControl.RequestDirectionCallback">
			<summary>Callback function for requests expecting a writing direction value.</summary>
		</member>
		<member name="T:TXTextControl.RequestDistancesCallback">
			<summary>Callback function for requests expecting a Distances object.</summary>
		</member>
		<member name="T:TXTextControl.RequestDocumentLinkCallback">
			<summary>Callback function for requesting a document link.</summary>
		</member>
		<member name="T:TXTextControl.RequestDocumentTargetCallback">
			<summary>Callback function for requesting a document target.</summary>
		</member>
		<member name="T:TXTextControl.RequestEditModeCallback">
			<summary>Callback function for requests expecting an EditMode value.</summary>
		</member>
		<member name="T:TXTextControl.RequestEditableRegionsCallback">
			<summary>Callback function for functions requesting editable regions.</summary>
		</member>
		<member name="T:TXTextControl.RequestFontUnderlineStyleCallback">
			<summary>Callback function for requesting a font underline style.</summary>
		</member>
		<member name="T:TXTextControl.RequestFormFieldCallback">
			<summary>Callback function for requesting a FormField.</summary>
		</member>
		<member name="T:TXTextControl.RequestFormattingStyleCallback">
			<summary>Callback function for requesting a style.</summary>
		</member>
		<member name="T:TXTextControl.RequestFormulaReferenceStyleCallback">
			<summary>Callback function for requests expecting a formula reference style value.</summary>
		</member>
		<member name="T:TXTextControl.RequestFrameBaseCallback">
			<summary>Callback function for requests retrieving a FrameBase object from a frame collection.</summary>
		</member>
		<member name="T:TXTextControl.RequestFrameCallback">
			<summary>Callback function for requests expecting a Frame value.</summary>
		</member>
		<member name="T:TXTextControl.RequestFrameInsertionModeCallback">
			<summary>Callback function for requests expecting a FrameInsertionMode value.</summary>
		</member>
		<member name="T:TXTextControl.RequestFrameStyleCallback">
			<summary>Callback function for requests expecting a FrameStyle value.</summary>
		</member>
		<member name="T:TXTextControl.RequestHeaderFooterCallback">
			<summary>Callback function for requesting a header or footer.</summary>
		</member>
		<member name="T:TXTextControl.RequestHeaderFooterTypeCallback">
			<summary>Callback function for requesting a type of header or footer.</summary>
		</member>
		<member name="T:TXTextControl.RequestHighlightModeCallback">
			<summary>Callback function for requesting a highlighting mode.</summary>
		</member>
		<member name="T:TXTextControl.RequestHorizontalAlignmentCallback">
			<summary>Callback function for requests expecting a horizontal alignment value.</summary>
		</member>
		<member name="T:TXTextControl.RequestHypertextLinkCallback">
			<summary>Callback function for requesting a hypertext link.</summary>
		</member>
		<member name="T:TXTextControl.RequestImageCallback">
			<summary>Callback function for requests creating and adding a new Image object to a image collection.</summary>
		</member>
		<member name="T:TXTextControl.RequestInlineStyleCallback">
			<summary>Callback function for requesting a style.</summary>
		</member>
		<member name="T:TXTextControl.RequestJustificationCallback">
			<summary>Callback function for requests expecting a Justification value.</summary>
		</member>
		<member name="T:TXTextControl.RequestLineCallback">
			<summary>Callback function for requesting a line.</summary>
		</member>
		<member name="T:TXTextControl.RequestListFormatCharacterCallback">
			<summary>Callback function for requesting a ListFormatCharacter value.</summary>
		</member>
		<member name="T:TXTextControl.RequestMeasuringUnitCallback">
			<summary>Callback function for requests expecting an MeasuringUnit value.</summary>
		</member>
		<member name="T:TXTextControl.RequestMisspelledWordCallback">
			<summary>Callback function for requesting a misspelled word.</summary>
		</member>
		<member name="T:TXTextControl.RequestNumberCallback">
			<summary>Callback function for requesting a number.</summary>
		</member>
		<member name="T:TXTextControl.RequestNumberFormatCallback">
			<summary>Callback function for requesting a NumberFormat value.</summary>
		</member>
		<member name="T:TXTextControl.RequestNumberFormatsCallback">
			<summary>Callback function for requesting an array of NumberFormat values.</summary>
		</member>
		<member name="T:TXTextControl.RequestNumbersCallback">
			<summary>Callback function for requesting an array of numerical values.</summary>
		</member>
		<member name="T:TXTextControl.RequestObjectCallback">
			<summary>Callback function for requests expecting arbitrary objects.</summary>
		</member>
		<member name="T:TXTextControl.RequestPageCallback">
			<summary>Callback function for requesting a page.</summary>
		</member>
		<member name="T:TXTextControl.RequestPageNumberFieldCallback">
			<summary>Callback function for requests expecting a PageNumberField value.</summary>
		</member>
		<member name="T:TXTextControl.RequestPaperSizeCallback">
			<summary>Callback function for requesting an array of paper sizes.</summary>
		</member>
		<member name="T:TXTextControl.RequestParagraphCallback">
			<summary>Callback function for requesting a Paragraph object.</summary>
		</member>
		<member name="T:TXTextControl.RequestParagraphFormatCallback">
			<summary>Callback function for requesting a paragraph's format.</summary>
		</member>
		<member name="T:TXTextControl.RequestParagraphStyleCallback">
			<summary>Callback function for requesting a paragraph's style.</summary>
		</member>
		<member name="T:TXTextControl.RequestPermanentControlCharsCallback">
			<summary>Callback function for requests expecting a PermanentControlChar value.</summary>
		</member>
		<member name="T:TXTextControl.RequestPointCallback">
			<summary>Callback function for requests expecting a Point object.</summary>
		</member>
		<member name="T:TXTextControl.RequestRectangleCallback">
			<summary>Callback function for requests expecting a Rectangle object.</summary>
		</member>
		<member name="T:TXTextControl.RequestRenderModeCallback">
			<summary>Callback function for requests expecting a ComponentRenderMode value.</summary>
		</member>
		<member name="T:TXTextControl.RequestRulerBarBorderStyleCallback">
			<summary>Callback function for requests expectiong a RulerBarBorderStyle value.</summary>
		</member>
		<member name="T:TXTextControl.RequestRulerBarFormulaModeCallback">
			<summary>Callback function for requests expectiong a RulerBarFormulaMode value.</summary>
		</member>
		<member name="T:TXTextControl.RequestRulerBarScaleUnitCallback">
			<summary>Callback function for requests expectiong a RulerBarScaleUnit value.</summary>
		</member>
		<member name="T:TXTextControl.RequestSectionBreakKindCallback">
			<summary>Callback function for requests expecting a SectionBreakKind value.</summary>
		</member>
		<member name="T:TXTextControl.RequestSectionCallback">
			<summary>Callback function for requests expecting a Section object.</summary>
		</member>
		<member name="T:TXTextControl.RequestSelectionBoundsCallback">
			<summary>Callback function for methods requesting the start position and length of the current selection.</summary>
		</member>
		<member name="T:TXTextControl.RequestSelectionFormFieldCallback">
			<summary>Callback function for requesting a SelectionFormField.</summary>
		</member>
		<member name="T:TXTextControl.RequestSignatureFieldCallback">
			<summary>Callback function for requests receiving a SignatureField object.</summary>
		</member>
		<member name="T:TXTextControl.RequestSignatureImageCallback">
			<summary>Callback function for requests receiving a SignatureImage object.</summary>
		</member>
		<member name="T:TXTextControl.RequestSignerDataCallback">
			<summary>Callback function for requests receiving a SignerData object.</summary>
		</member>
		<member name="T:TXTextControl.RequestSizeCallback">
			<summary>Callback function for requests expecting a Size object.</summary>
		</member>
		<member name="T:TXTextControl.RequestStatusBarBorderStyleCallback">
			<summary>Callback function for requests expectiong a StatusBarBorderStyle value.</summary>
		</member>
		<member name="T:TXTextControl.RequestStringCallback">
			<summary>Callback function for requesting a string.</summary>
		</member>
		<member name="T:TXTextControl.RequestStringsCallback">
			<summary>Callback function for requesting a string array.</summary>
		</member>
		<member name="T:TXTextControl.RequestSubTextPartCallback">
			<summary>Callback function for requesting a subtextpart.</summary>
		</member>
		<member name="T:TXTextControl.RequestSubTextPartsCallback">
			<summary>Callback function for requests retrieving an array of SubTextPart objects.</summary>
		</member>
		<member name="T:TXTextControl.RequestTabTypesCallback">
			<summary>Callback function for requests expecting a Section object.</summary>
		</member>
		<member name="T:TXTextControl.RequestTableCallback">
			<summary>Callback function for requests expecting a Table object.</summary>
		</member>
		<member name="T:TXTextControl.RequestTableCellCallback">
			<summary>Callback function for requests expecting a TableCell object.</summary>
		</member>
		<member name="T:TXTextControl.RequestTableColumnCallback">
			<summary>Callback function for requests expecting a TableColumn object.</summary>
		</member>
		<member name="T:TXTextControl.RequestTableOfContentsCallback">
			<summary>Callback function for requests expectiong a TableOfContents object.</summary>
		</member>
		<member name="T:TXTextControl.RequestTableRowCallback">
			<summary>Callback function for requests expecting a TableRow object.</summary>
		</member>
		<member name="T:TXTextControl.RequestTextCharCallback">
			<summary>Callback function for requests expecting a character object.</summary>
		</member>
		<member name="T:TXTextControl.RequestTextFieldCallback">
			<summary>Callback function for requests expecting a TextField value.</summary>
		</member>
		<member name="T:TXTextControl.RequestTextFieldInfoArrayCallback">
			<summary>Callback function for requests retrieving an array of TextFieldInfo objects.</summary>
		</member>
		<member name="T:TXTextControl.RequestTextFieldsCallback">
			<summary>Callback function for requesting an array of text field objects.</summary>
		</member>
		<member name="T:TXTextControl.RequestTextFormFieldCallback">
			<summary>Callback function for requesting a TextFormField.</summary>
		</member>
		<member name="T:TXTextControl.RequestTextFrameCallback">
			<summary>Callback function for requests creating and adding a new TextFrame object to a text frame collection.</summary>
		</member>
		<member name="T:TXTextControl.RequestTextPartCallback">
			<summary>Callback function for requests expecting a FormattedText object.</summary>
		</member>
		<member name="T:TXTextControl.RequestTextPartsCallback">
			<summary>Callback function for requesting an array of text part objects.</summary>
		</member>
		<member name="T:TXTextControl.RequestTextTypeCallback">
			<summary>Callback function for requests expecting a text type.</summary>
		</member>
		<member name="T:TXTextControl.RequestTrackedChangeCallback">
			<summary>Callback function for requests expecting a TrackedChange value.</summary>
		</member>
		<member name="T:TXTextControl.RequestVerticalAlignmentCallback">
			<summary>Callback function for requests expecting a vertical alignment value.</summary>
		</member>
		<member name="T:TXTextControl.RequestViewModeCallback">
			<summary>Callback function for requests expecting a ViewMode object.</summary>
		</member>
		<member name="T:TXTextControl.Ribbon">
			<summary>The type of the ribbon property of the TXTextControl object.</summary>
		</member>
		<member name="M:TXTextControl.Ribbon.expand">
			<summary>Expands the ribbon bar if it is currently minimized.</summary>
		</member>
		<member name="M:TXTextControl.Ribbon.minimize">
			<summary>Minimizes the ribbon bar so that only the tab names stay visible.</summary>
		</member>
		<member name="P:TXTextControl.Ribbon.selectedTab">
			<summary>Gets or sets the currently selected ribbon tab name.</summary>
		</member>
		<member name="T:TXTextControl.RibbonPermissionsTab">
			<summary>The type of the ribbonPermissionsTab property.</summary>
		</member>
		<member name="P:TXTextControl.RibbonPermissionsTab.allowAdditionalUserNames">
			<summary>Gets or sets a value indicating whether the user can add user names by the RibbonPermissionsTab's Add Users dialog that are not represented by the registeredUserNames property.</summary>
		</member>
		<member name="P:TXTextControl.RibbonPermissionsTab.registeredUserNames">
			<summary>Gets or sets an array of strings that represents those registered user names that can be added by the "Permissions" ribbon tab's Add Users dialog.</summary>
		</member>
		<member name="T:TXTextControl.RibbonTabIndexChangedCallback">
			<summary>Callback function for the ribbonTabIndexChanged event.</summary>
		</member>
		<member name="T:TXTextControl.RibbonTabIndexChangedEventArgs">
			<summary>The event argument object for the ribbonTabIndexChanged event.</summary>
		</member>
		<member name="P:TXTextControl.RibbonTabIndexChangedEventArgs.name">
			<summary>The name of the ribbon tab which is now active.</summary>
		</member>
		<member name="T:TXTextControl.RibbonTabLoadedCallback">
			<summary>Callback function for the ribbonTabLoaded event.</summary>
		</member>
		<member name="T:TXTextControl.RibbonTabLoadedEventArgs">
			<summary>The event argument object for the ribbonTabLoaded event.</summary>
		</member>
		<member name="P:TXTextControl.RibbonTabLoadedEventArgs.elemTab">
			<summary>The HTML element of the ribbon tab.</summary>
		</member>
		<member name="P:TXTextControl.RibbonTabLoadedEventArgs.tabName">
			<summary>The name of the ribbon tab.</summary>
		</member>
		<member name="T:TXTextControl.RibbonTabsLoadedCallback">
			<summary>Callback function for the ribbonTabsLoaded event.</summary>
		</member>
		<member name="T:TXTextControl.RulerBarViewGenerator">
			<summary>Provides functions and properties for requesting properties and executing server side methods for a ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGenerator.getBorderStyle">
			<summary>Gets the border style of the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGenerator.getEnablePageMargins">
			<summary>Gets whether page margins can be set via the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGenerator.getFormulaMode">
			<summary>Gets the formula mode of the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGenerator.getReadOnly">
			<summary>Gets a value determining the ruler bar's read only mode. When the ruler bar is set to read only, it still shows all formatting attributes of the connected TextControl, but formatting attributes cannot be changed.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGenerator.getScaleUnit">
			<summary>Gets the scale unit of the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGenerator.resetDisplayColors">
			<summary>Resets all display colors of a ruler bar to their system dependent default values.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGenerator.setBorderStyle">
			<summary>Sets the border style of the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGenerator.setEnablePageMargins">
			<summary>Sets whether page margins can be set via the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGenerator.setFormulaMode">
			<summary>Sets the formula mode of the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGenerator.setReadOnly">
			<summary>Sets a value determining the ruler bar's read only mode. When the ruler bar is set to read only, it still shows all formatting attributes of the connected TextControl, but formatting attributes cannot be changed.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGenerator.setScaleUnit">
			<summary>Sets the scale unit of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.RulerBarViewGenerator.displayColors">
			<summary>The displayed colors of the ruler bar.</summary>
		</member>
		<member name="T:TXTextControl.RulerBarViewGeneratorColors">
			<summary>The RulerBarViewGeneratorColors object provides methods for getting, setting or resetting the display colors of a ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.getBackColor">
			<summary>Gets the background color at the left or top edge of the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.getForeColor">
			<summary>Gets the color used for the numbers of the ruler.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.getGradientBackColor">
			<summary>Gets the background color at the right or bottom edge of the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.getRulerColor">
			<summary>Gets the color of the ruler.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.getSeparatorColorDark">
			<summary>Gets the color of dark separators.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.getSeparatorColorLight">
			<summary>Gets the color of light separators.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.resetBackColor">
			<summary>Resets the ruler bar's backColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.resetForeColor">
			<summary>Resets the ruler bar's foreColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.resetGradientBackColor">
			<summary>Resets the ruler bar's gradientBackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.resetRulerColor">
			<summary>Resets the ruler bar's rulerColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.resetSeparatorColorDark">
			<summary>Resets the ruler bar's separatorColorDark to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.resetSeparatorColorLight">
			<summary>Resets the ruler bar's separatorColorLight to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.setBackColor">
			<summary>Sets the background color at the left or top edge of the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.setForeColor">
			<summary>Sets the color used for the numbers of the ruler.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.setGradientBackColor">
			<summary>Sets the background color at the right or bottom edge of the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.setRulerColor">
			<summary>Sets the color of the ruler.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.setSeparatorColorDark">
			<summary>Sets the color of dark separators.</summary>
		</member>
		<member name="M:TXTextControl.RulerBarViewGeneratorColors.setSeparatorColorLight">
			<summary>Sets the color of light separators.</summary>
		</member>
		<member name="T:TXTextControl.SaveDocumentCallback">
			<summary>Callback function receiving the document data when saving a document or a selection.</summary>
		</member>
		<member name="T:TXTextControl.SaveDocumentResult">
			<summary>The callback function argument for the saveDocument and the saveSelection functions.</summary>
		</member>
		<member name="P:TXTextControl.SaveDocumentResult.bytesWritten">
			<summary>Specifies the number of bytes written during a save operation.</summary>
		</member>
		<member name="P:TXTextControl.SaveDocumentResult.data">
			<summary>The Document data.</summary>
		</member>
		<member name="P:TXTextControl.SaveDocumentResult.streamType">
			<summary>Specifies one of the StreamType values.</summary>
		</member>
		<member name="T:TXTextControl.SaveDocumentResultCallback">
			<summary>Callback function for functions saving document data.</summary>
		</member>
		<member name="T:TXTextControl.SaveUserDictionaryCallback">
			<summary>Callback function for saving a user dictionary via TXTextControl.Proofing.saveUserDictionary.</summary>
		</member>
		<member name="T:TXTextControl.Section">
			<summary>Represents a section of a document.</summary>
		</member>
		<member name="M:TXTextControl.Section.getLength">
			<summary>Gets the number of characters in the section.</summary>
		</member>
		<member name="M:TXTextControl.Section.getNumber">
			<summary>Gets the section's number.</summary>
		</member>
		<member name="M:TXTextControl.Section.getStart">
			<summary>Gets the number (one-based) of the first character in the section.</summary>
		</member>
		<member name="M:TXTextControl.Section.select">
			<summary>Selects the section.</summary>
		</member>
		<member name="P:TXTextControl.Section.format">
			<summary>The section's formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.Section.headersAndFooters">
			<summary>The section's headers and footers.</summary>
		</member>
		<member name="T:TXTextControl.SectionCollection">
			<summary>Contains all sections of a document.</summary>
		</member>
		<member name="M:TXTextControl.SectionCollection.add">
			<summary>Adds a new section at the current text input position. The new section ends at the end position of the section containing the input position. If a new section is inserted in a paragraph or table, the paragraph or table is split into two paragraphs or tables.</summary>
		</member>
		<member name="M:TXTextControl.SectionCollection.addAtTextPosition">
			<summary>Adds a new section at the specified text input position. The new section ends at the end position of the section containing the input position. If a new section is inserted in a paragraph or table, the paragraph or table is split into two paragraphs or tables.</summary>
		</member>
		<member name="M:TXTextControl.SectionCollection.getItem">
			<summary>Gets the section at the current input position or or the section in the collection with the given number.</summary>
		</member>
		<member name="T:TXTextControl.SectionFormat">
			<summary>Represents the formatting attributes of a section.</summary>
		</member>
		<member name="T:TXTextControl.SectionFormat.Attribute">
			<summary>Determines a certain section format attribute.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.BreakKind">
			<summary>Specifies the attribute set through the BreakKind property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.Landscape">
			<summary>Specifies the attribute set through the Landscape property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.Columns">
			<summary>Specifies the attribute set through the Columns property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.ColumnWidths">
			<summary>Specifies the attribute set through the ColumnWidths property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.ColumnDistances">
			<summary>Specifies the attribute set through the ColumnDistances property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.ColumnLineWidth">
			<summary>Specifies the attribute set through the ColumnLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.ColumnLineColor">
			<summary>Specifies the attribute set through the ColumnLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.EqualColumnWidth">
			<summary>Specifies the attribute set through the EqualColumnWidth property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.RestartPageNumbering">
			<summary>Specifies the attribute set through the RestartPageNumbering property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.All">
			<summary>Specifies all attributes of the SectionFormat.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.getBreakKind">
			<summary>Gets the kind of the section break the section starts with.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.getColumnDistances">
			<summary>Gets the distances, in twips, between the columns on a page.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.getColumnLineColor">
			<summary>Gets the color of a dividing line between two columns.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.getColumnLineWidth">
			<summary>Gets the width of a dividing line between two columns. If this property's value is zero there is no dividing line. Otherwise it is a value in twips.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.getColumns">
			<summary>Gets the number of columns on a page.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.getColumnWidths">
			<summary>Gets the widths, in twips, of the columns on a page.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.getEqualColumnWidth">
			<summary>Gets a value indicating whether the columns on a page have all the same width and the same distance between them. If this property is set to true, the width of the columns are automatically calculated from the page size.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.getLandscape">
			<summary>Gets a value indicating whether the section's page size is in landscape orientation.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.getRestartPageNumbering">
			<summary>Gets a value indicating whether page numbering is restarted at the section's beginning.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.setBreakKind">
			<summary>Sets the kind of the section break the section starts with.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.setColumnLineColor">
			<summary>Sets the color of a dividing line between two columns.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.setColumnLineWidth">
			<summary>Sets the width of a dividing line between two columns. If this property's value is zero there is no dividing line. Otherwise it is a value in twips.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.setColumns">
			<summary>Sets the number of columns on a page.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.setColumnWidths">
			<summary>Sets the widths, in twips, of the columns on a page.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.setEqualColumnWidth">
			<summary>Sets a value indicating whether the columns on a page have all the same width and the same distance between them. If this property is set to true, the width of the columns are automatically calculated from the page size.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.setLandscape">
			<summary>Sets a value indicating whether the section's page size is in landscape orientation.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.setRestartPageNumbering">
			<summary>Sets a value indicating whether page numbering is restarted at the section's beginning.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.pageBorder">
			<summary>Gets the attributes of a section's page border.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.pageMargins">
			<summary>Gets the section's page margins.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.pageSize">
			<summary>Gets the section's page size.</summary>
		</member>
		<member name="T:TXTextControl.Selection">
			<summary>Describes and handles the attributes of a text selection.</summary>
		</member>
		<member name="T:TXTextControl.Selection.Attribute">
			<summary>Determines a certain selection attribute.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Baseline">
			<summary>Specifies the attribute set through the Baseline property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Bold">
			<summary>Specifies the attribute set through the Bold property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Italic">
			<summary>Specifies the attribute set through the Italic property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.FontName">
			<summary>Specifies the attribute set through the FontName property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.FontSize">
			<summary>Specifies the attribute set through the FontSize property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Strikeout">
			<summary>Specifies the attribute set through the Strikeout property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Underline">
			<summary>Specifies the attribute set through the Underline property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.ForeColor">
			<summary>Specifies the attribute set through the ForeColor property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.TextBackColor">
			<summary>Specifies the attribute set through the TextBackColor property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Start">
			<summary>Specifies the attribute set through the Start property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Length">
			<summary>Specifies the attribute set through the Length property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Text">
			<summary>Specifies the attribute set through the Text property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.FormattingStyle">
			<summary>Specifies the attribute set through the FormattingStyle property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Culture">
			<summary>Specifies the attribute set through the Culture property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.All">
			<summary>Specifies all attributes of the Selection.</summary>
		</member>
		<member name="M:TXTextControl.Selection.changeCapitalization">
			<summary>Changes the capitalization of all selected characters depending on the 'capitalizationParameter' parameter.</summary>
		</member>
		<member name="M:TXTextControl.Selection.changeDirection">
			<summary>Changes the writing direction of all selected paragraphs. When the direction of a paragraph is changed, this paragraph's alignment is toggled from left to right or from right to left. The alignment of centered and justified paragraphs is not changed. Left and right tabulators are also toggled.</summary>
		</member>
		<member name="M:TXTextControl.Selection.decreaseIndent">
			<summary>Decreases the left indent of all paragraphs contained in the current text selection. If no text is selected, this method decreases the left indent at the text input position. Left indent positions are defined through the paragraphs' tab positions and the indents of the paragraphs in front and behind the paragraph with the text input position.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getAutoBaseline">
			<summary>Gets values specifying automatic sub- or superscripted text. When using automatic sub- and superscript the font is scaled and moved above or below the baseline with values defined through the font itself. Automatic sub- and superscript can be combined with a user-defined baseline which can be set with the Baseline property.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getBaseline">
			<summary>Gets the baseline alignment, in twips, of the selected text. Takes a callback function as a parameter which is called with the baseline alignment, in twips, of the selected text. Positive values moves the baseline to superscript, negative values move the baseline to subscript.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getBold">
			<summary>Gets the bold attribute of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getCapitals">
			<summary>Gets values specifying wheather lowercase letters are displayed with capital letters. Lowercase letters are displayed either with capital letters of the same size or with capital letters which have a smaller size. The smaller size is either the size of the lowercase 'x' (petite caps) or the size of the lowercase 'x' + 10% (small caps).</summary>
		</member>
		<member name="M:TXTextControl.Selection.getCharacterScaling">
			<summary>Gets or sets the style's character scaling, in percent of the average character width.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getCharacterSpacing">
			<summary>Gets the style's character spacing value, in twips. This value is added to each character. When it is negative, character spacing is reduced, otherwise it is extended.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getCulture">
			<summary>Gets the culture as a languagecode2-country / regioncode2 string value. Takes a callback function as a parameter which is called with a languagecode2-country / regioncode2 string ("de-DE", "en-US" or "en", for example) as a parameter upon receiving the selection information from the server.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getFontName">
			<summary>Gets the font name of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getFontSize">
			<summary>Gets the font's size, in points, of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getForeColor">
			<summary>Gets the color used to display the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getFormattingStyle">
			<summary>Gets the formatting style of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getItalic">
			<summary>Gets the italic attribute of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getLength">
			<summary>Gets the number of selected characters.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getStart">
			<summary>Gets the starting point of selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getStrikeout">
			<summary>Gets the strikeout attribute of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getText">
			<summary>Gets the currently selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getTextBackColor">
			<summary>Gets the background color of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.getUnderline">
			<summary>Gets the underlining styles of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.growFont">
			<summary>Increases the font size of each font contained in the current text selection.If no text is selected, this method increases the font size at the text input position.</summary>
		</member>
		<member name="M:TXTextControl.Selection.increaseIndent">
			<summary>Increases the left indent of all paragraphs contained in the current text selection. If no text is selected, this method increases the left indent at the text input position. Left indent positions are defined through the paragraphs' tab positions and the indents of the paragraphs in front and behind the paragraph with the text input position.</summary>
		</member>
		<member name="M:TXTextControl.Selection.isCommonListFormatValueSelected">
			<summary>Informs about whether an attribute from the ListFormat.Attribute enumeration has the same value for the complete selection.</summary>
		</member>
		<member name="M:TXTextControl.Selection.isCommonPageBorderValueSelected">
			<summary>Informs about whether an attribute from the PageBorder.Attribute enumeration has the same value for the complete selection.</summary>
		</member>
		<member name="M:TXTextControl.Selection.isCommonPageMarginsValueSelected">
			<summary>Informs about whether an attribute from the PageMargins.Attribute enumeration has the same value for the complete selection.</summary>
		</member>
		<member name="M:TXTextControl.Selection.isCommonPageSizeValueSelected">
			<summary>Informs about whether an attribute from the PageSize.Attribute enumeration has the same value for the complete selection.</summary>
		</member>
		<member name="M:TXTextControl.Selection.isCommonPargraphFormatValueSelected">
			<summary>Informs about whether an attribute from the ParagraphFormat.Attribute enumeration has the same value for the complete selection.</summary>
		</member>
		<member name="M:TXTextControl.Selection.isCommonSectionFormatValueSelected">
			<summary>Informs about whether an attribute from the SectionFormat.Attribute enumeration has the same value for the complete selection.</summary>
		</member>
		<member name="M:TXTextControl.Selection.isCommonSelectionValueSelected">
			<summary>Informs about whether an attribute from the Selection.Attribute enumeration has the same value for the complete selection.</summary>
		</member>
		<member name="M:TXTextControl.Selection.load">
			<summary>Loads text in a certain format into the current selection.</summary>
		</member>
		<member name="M:TXTextControl.Selection.removeFormatting">
			<summary>Resets all character based formatting attributes of the selected text to its default values. If nothing or more than one paragraph is selected, all paragraph based formatting attributes are also reset.</summary>
		</member>
		<member name="M:TXTextControl.Selection.removeInlineStyles">
			<summary>Removes all character based styles of the selected text so that all attributes are reset to the attributes of the paragraph style.</summary>
		</member>
		<member name="M:TXTextControl.Selection.save">
			<summary>Saves the current selection in a certain format and sends the result back asynchronously by calling a given callback function.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setAutoBaseline">
			<summary>Sets values specifying automatic sub- or superscripted text. When using automatic sub- and superscript the font is scaled and moved above or below the baseline with values defined through the font itself. Automatic sub- and superscript can be combined with a user-defined baseline which can be set with the Baseline property.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setBaseline">
			<summary>Sets the baseline alignment, in twips, of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setBold">
			<summary>Sets the bold attribute of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setBounds">
			<summary>Obsolete. This method will be removed in one of the next versions. Sets the selection's start position and length.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setCapitals">
			<summary>Sets values specifying wheather lowercase letters are displayed with capital letters. Lowercase letters are displayed either with capital letters of the same size or with capital letters which have a smaller size. The smaller size is either the size of the lowercase 'x' (petite caps) or the size of the lowercase 'x' + 10% (small caps).</summary>
		</member>
		<member name="M:TXTextControl.Selection.setCharacterScaling">
			<summary>Sets or sets the style's character scaling, in percent of the average character width.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setCharacterSpacing">
			<summary>Sets the style's character spacing value, in twips. This value is added to each character. When it is negative, character spacing is reduced, otherwise it is extended.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setCulture">
			<summary>Sets the culture as a languagecode2-country / regioncode2 string value.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setFontName">
			<summary>Sets the font's name of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setFontSize">
			<summary>Sets the font's size, in points, of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setForeColor">
			<summary>Sets the selection's foreground color.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setFormattingStyle">
			<summary>Sets the formatting style of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setItalic">
			<summary>Sets the italic attribute of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setLength">
			<summary>Sets the number of selected characters.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setStart">
			<summary>Sets the starting point of selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setStrikeout">
			<summary>Sets the strikeout attribute of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setText">
			<summary>Sets the currently selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setTextBackColor">
			<summary>Sets the selection's background color.</summary>
		</member>
		<member name="M:TXTextControl.Selection.setUnderline">
			<summary>Sets the underlining styles for the selected text.</summary>
		</member>
		<member name="M:TXTextControl.Selection.shrinkFont">
			<summary>Decreases the font size of each font contained in the current text selection. If no text is selected, this method decreases the font size at the text input position.</summary>
		</member>
		<member name="P:TXTextControl.Selection.listFormat">
			<summary>Gets a bulleted or numbered list and / or its formatting attributes for the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.paragraphFormat">
			<summary>Gets the formatting attributes of the selected paragraphs.</summary>
		</member>
		<member name="P:TXTextControl.Selection.sectionFormat">
			<summary>Gets page settings such as margins, size and orientation for the selected text.</summary>
		</member>
		<member name="T:TXTextControl.SelectionBounds">
			<summary>Contains the start position and the length of a selection.</summary>
		</member>
		<member name="P:TXTextControl.SelectionBounds.length">
			<summary>The length of the selection in characters.</summary>
		</member>
		<member name="P:TXTextControl.SelectionBounds.start">
			<summary>The 0-based start character position of the selection.</summary>
		</member>
		<member name="T:TXTextControl.SelectionFormField">
			<summary>The SelectionFormField objet represents a combobox or a drop-down list on a form.</summary>
		</member>
		<member name="M:TXTextControl.SelectionFormField.getEmptyWidth">
			<summary>Gets the horizontal extension, in twips, of the selection formfield, when it is empty.</summary>
		</member>
		<member name="M:TXTextControl.SelectionFormField.getIsDropDownArrowVisible">
			<summary>Gets a value indicating whether a dropdown arrow is shown so that the user can select an item.</summary>
		</member>
		<member name="M:TXTextControl.SelectionFormField.getItems">
			<summary>Gets a list of items for the SelectionFormField. An item must not be an empty string.</summary>
		</member>
		<member name="M:TXTextControl.SelectionFormField.getSelectedIndex">
			<summary>Gets the index of the selected item of the SelectionFormField. If the property value is -1, no item is selected and the currently selected item is deselected.</summary>
		</member>
		<member name="M:TXTextControl.SelectionFormField.setEmptyWidth">
			<summary>Sets the horizontal extension, in twips, of the selection formfield, when it is empty.</summary>
		</member>
		<member name="M:TXTextControl.SelectionFormField.setIsDropDownArrowVisible">
			<summary>Sets a value indicating whether a dropdown arrow is shown so that the user can select an item.</summary>
		</member>
		<member name="M:TXTextControl.SelectionFormField.setItems">
			<summary>Sets a list of items for the SelectionFormField. An item must not be an empty string.</summary>
		</member>
		<member name="M:TXTextControl.SelectionFormField.setSelectedIndex">
			<summary>Sets the index of the selected item of the SelectionFormField. If the property value is -1, no item is selected and the currently selected item is deselected.</summary>
		</member>
		<member name="T:TXTextControl.SelectionFormFieldCallback">
			<summary>Callback function for selection form field events.</summary>
		</member>
		<member name="T:TXTextControl.SelectionFormFieldEventArgs">
			<summary>The event argument for selection form field related events.</summary>
		</member>
		<member name="P:TXTextControl.SelectionFormFieldEventArgs.formField">
			<summary>The selection form field.</summary>
		</member>
		<member name="T:TXTextControl.SelectionFormFieldInfo">
			<summary>Information about a selection form field.</summary>
		</member>
		<member name="M:TXTextControl.SelectionFormFieldInfo">
			<summary>Initializes a new instance of the SelectionFormFieldInfo class.</summary>
		</member>
		<member name="T:TXTextControl.SideBarToggleButton">
			<summary>The sidebar toggle button shown at the top right of the ribbon.</summary>
		</member>
		<member name="M:TXTextControl.SideBarToggleButton.getAllowedSideBars">
			<summary>Returns the side bars which are currently shown in the side bar toggle / drop down button at the top right of the ribbon bar.</summary>
		</member>
		<member name="M:TXTextControl.SideBarToggleButton.getCurrentSideBar">
			<summary>Returns the side bar which is shown in the side bar toggle / drop down button at the top right of the ribbon bar.</summary>
		</member>
		<member name="M:TXTextControl.SideBarToggleButton.setAllowedSideBars">
			<summary>Sets the side bars which are shown in the side bar toggle / drop down button at the top right of the ribbon bar. The value TXTextControl.SideBarType.None or 0 removes the button altogether.</summary>
		</member>
		<member name="M:TXTextControl.SideBarToggleButton.setCurrentSideBar">
			<summary>Sets the side bar which is shown in the side bar toggle / drop down button at the top right of the ribbon bar.</summary>
		</member>
		<member name="T:TXTextControl.SideBarTypeRequestCallback">
			<summary>Callback function for requests expectiong a SideBarType value.</summary>
		</member>
		<member name="T:TXTextControl.SignatureField">
			<summary>The SignatureField object represents a rectangle that can be filled with text by an end-user and can be edited like the main text.</summary>
		</member>
		<member name="M:TXTextControl.SignatureField.getSignerData">
			<summary>Gets the signer data of the signature field.</summary>
		</member>
		<member name="M:TXTextControl.SignatureField.setImage">
			<summary>Sets the signature field's image.</summary>
		</member>
		<member name="M:TXTextControl.SignatureField.setSignerData">
			<summary>Sets the signer data of the signature field.</summary>
		</member>
		<member name="P:TXTextControl.SignatureField.image">
			<summary>The signature field's image.</summary>
		</member>
		<member name="T:TXTextControl.SignatureFieldCallback">
			<summary>Callback function for an event related to a signature field.</summary>
		</member>
		<member name="T:TXTextControl.SignatureFieldCollection">
			<summary>Contains all signature fields of a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.addAnchored">
			<summary>Creates and inserts a new signature field which is anchored to the specified text position. It has the specified horizontal alignment and a textflow which is given through the insertionMode parameter. Anchored text frames are moved with the text.</summary>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.addAnchoredAtLocation">
			<summary>Inserts a new signature field which is anchored to the specified text position. It has the specified location relative to the paragraph it is anchored to and a textflow which is given through the insertionMode parameter. Anchored signature fields are moved with the text.</summary>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.addAtFixedPositionInDocument">
			<summary>Creates and inserts a new signature field which has a fixed geometrical position in the document. This position is specified through a location relative to the top left corner of the complete document. All gaps between the pages must be included.</summary>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.addAtFixedPositionOnPage">
			<summary>Inserts a new image which has a fixed geometrical position in the document. This position is specified through a page number and a location on this page.</summary>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.addInline">
			<summary>Inserts a signature field inline, which means that it is treated in the text like a single character. The signature field is inserted at the specified text input position.</summary>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.addWithMouse">
			<summary>Inserts a signature field with the built-in mouse interface. The signature field's size is determined through the end-user. A cross cursor indicates where the signature field can be inserted. Changing the document aborts the insertion process.</summary>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.getItem">
			<summary>Gets the signature field selected by the user or the signature field with the specified identifier.</summary>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.getItemByName">
			<summary>Gets the signature field with the specified name.</summary>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.remove">
			<summary>Removes a signature field from a Text Control document.</summary>
		</member>
		<member name="T:TXTextControl.SignatureFieldEventArgs">
			<summary>The event argument for signature field related events.</summary>
		</member>
		<member name="P:TXTextControl.SignatureFieldEventArgs.signatureField">
			<summary>Information about the signature field.</summary>
		</member>
		<member name="T:TXTextControl.SignatureFieldInfo">
			<summary>Information about a signature field.</summary>
		</member>
		<member name="P:TXTextControl.SignatureFieldInfo.image">
			<summary>Information about the signature image.</summary>
		</member>
		<member name="P:TXTextControl.SignatureFieldInfo.signerData">
			<summary>The signer data.</summary>
		</member>
		<member name="T:TXTextControl.SignatureImage">
			<summary>The SignatureImage object represents a signature image of a signature field in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.SignatureImage.getExportCompressionQuality">
			<summary>Gets the images's export compression quality as a value between 1 and 100.</summary>
		</member>
		<member name="M:TXTextControl.SignatureImage.getExportMaxResolution">
			<summary>Gets an images's vertical scaling factor in percent.</summary>
		</member>
		<member name="M:TXTextControl.SignatureImage.setExportCompressionQuality">
			<summary>Sets the images's export compression quality as a value between 1 and 100.</summary>
		</member>
		<member name="M:TXTextControl.SignatureImage.setExportMaxResolution">
			<summary>Sets an images's vertical scaling factor in percent.</summary>
		</member>
		<member name="T:TXTextControl.SignatureImageInfo">
			<summary>Information about a signature image.</summary>
		</member>
		<member name="P:TXTextControl.SignatureImageInfo.exportCompressionQuality">
			<summary>Export compression quality.</summary>
		</member>
		<member name="P:TXTextControl.SignatureImageInfo.exportMaxResolution">
			<summary>Maximum export resolution.</summary>
		</member>
		<member name="T:TXTextControl.SignerData">
			<summary>The data of a suggested signer connected with a SignatureField.</summary>
		</member>
		<member name="P:TXTextControl.SignerData.address">
			<summary>The address of a suggested signer.</summary>
		</member>
		<member name="P:TXTextControl.SignerData.contactInfo">
			<summary>The contact information of a suggested signer, such as a phone number.</summary>
		</member>
		<member name="P:TXTextControl.SignerData.name">
			<summary>The name of a suggested signer.</summary>
		</member>
		<member name="P:TXTextControl.SignerData.reason">
			<summary>A reason why the document is signed.</summary>
		</member>
		<member name="P:TXTextControl.SignerData.title">
			<summary>The title of a suggested signer.</summary>
		</member>
		<member name="T:TXTextControl.Size">
			<summary>Stores a pair of numbers which specify a height and width.</summary>
		</member>
		<member name="P:TXTextControl.Size.height">
			<summary>The height.</summary>
		</member>
		<member name="P:TXTextControl.Size.width">
			<summary>The width.</summary>
		</member>
		<member name="T:TXTextControl.SpellCheckTextCallback">
			<summary>Callback function for a spell check related event.</summary>
		</member>
		<member name="T:TXTextControl.SpellCheckTextEventArgs">
			<summary>The event argument for a spell check related event.</summary>
		</member>
		<member name="P:TXTextControl.SpellCheckTextEventArgs.misspelledWords">
			<summary>An array of misspelled words.</summary>
		</member>
		<member name="P:TXTextControl.SpellCheckTextEventArgs.text">
			<summary>The text to check.</summary>
		</member>
		<member name="T:TXTextControl.StatusBarViewGenerator">
			<summary>Provides functions and properties for requesting properties and executing server side methods for the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getBorderStyle">
			<summary>Gets the border style of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getColumnText">
			<summary>Gets the text in the 'Column' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getLineText">
			<summary>Gets the text in the 'Line' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getPageCounterText">
			<summary>Gets the text in the 'Page counter' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getPageText">
			<summary>Gets the text in the 'Page' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getSectionCounterText">
			<summary>Gets the text in the 'Section counter' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getSectionText">
			<summary>Gets the text in the 'Section' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getShowColumn">
			<summary>Specifies whether the status bar shows the column number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getShowKeyStates">
			<summary>Specifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getShowLanguage">
			<summary>Specifies whether the status bar shows the language of the text selection or the text input position.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getShowLine">
			<summary>Specifies whether the status bar shows the line number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getShowPage">
			<summary>Specifies whether the status bar shows the page number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getShowPageCounter">
			<summary>Specifies whether the status bar shows the number of pages the document consists of.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getShowSection">
			<summary>Specifies whether the status bar shows the section number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getShowSectionCounter">
			<summary>Specifies whether the status bar shows the number of sections the document consists of.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getShowZoom">
			<summary>Specifies whether the status bar shows the current zoom factor.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.getShowZoomTrackBar">
			<summary>Specifies whether the status bar displays a track bar instead of a simple number to show and to set the zooming factor.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.resetDisplayColors">
			<summary>Resets all display colors of a status bar to their system dependent default values.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setBorderStyle">
			<summary>Sets the border style of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setColumnText">
			<summary>Sets the text in the 'Column' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setLineText">
			<summary>Sets the text in the 'Line' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setPageCounterText">
			<summary>Sets the text in the 'Page counter' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setPageText">
			<summary>Sets the text in the 'Page' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setSectionCounterText">
			<summary>Sets the text in the 'Section counter' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setSectionText">
			<summary>Sets the text in the 'Section' area of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setShowColumn">
			<summary>Specifies whether the status bar shows the column number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setShowKeyStates">
			<summary>Specifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setShowLanguage">
			<summary>Specifies whether the status bar shows the language of the text selection or the text input position.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setShowLine">
			<summary>Specifies whether the status bar shows the line number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setShowPage">
			<summary>Specifies whether the status bar shows the page number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setShowPageCounter">
			<summary>Specifies whether the status bar shows the number of pages the document consists of.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setShowSection">
			<summary>Specifies whether the status bar shows the section number of the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setShowSectionCounter">
			<summary>Specifies whether the status bar shows the number of sections the document consists of.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setShowZoom">
			<summary>Specifies whether the status bar shows the current zoom factor.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGenerator.setShowZoomTrackBar">
			<summary>Specifies whether the status bar displays a track bar instead of a simple number to show and to set the zooming factor.</summary>
		</member>
		<member name="P:TXTextControl.StatusBarViewGenerator.displayColors">
			<summary>The displayed colors of the status bar.</summary>
		</member>
		<member name="T:TXTextControl.StatusBarViewGeneratorColors">
			<summary>The StatusBarViewGeneratorColors object provides methods for getting, setting or resetting the display colors of a status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.getBackColor">
			<summary>Gets the background color at the left edge of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.getBackColorBottom">
			<summary>Gets the background color at the bottom of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.getBackColorMiddle">
			<summary>Gets the background color in the middle of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.getBackColorTop">
			<summary>Gets the background color at the top of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.getForeColor">
			<summary>Gets the color used for text and numbers.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.getFrameColor">
			<summary>Gets the color of the status bar's frames.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.getGradientBackColor">
			<summary>Gets the background color at the right edge of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.getSeparatorColorDark">
			<summary>Gets the color of the dark part of a separator.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.getSeparatorColorLight">
			<summary>Gets the color of the light part of a separator.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.resetBackColor">
			<summary>Resets the ruler bar's backColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.resetBackColorBottom">
			<summary>Resets the status bar's backColorBottom to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.resetBackColorMiddle">
			<summary>Resets the status bar's backColorMiddle to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.resetBackColorTop">
			<summary>Resets the status bar's backColorTop to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.resetForeColor">
			<summary>Resets the status bar's foreColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.resetFrameColor">
			<summary>Resets the status bar's frameColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.resetGradientBackColor">
			<summary>Resets the status bar's gradientBackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.resetSeparatorColorDark">
			<summary>Resets the status bar's separatorColorDark to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.resetSeparatorColorLight">
			<summary>Resets the status bar's separatorColorLight to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.setBackColor">
			<summary>Sets the background color at the left edge of the ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.setBackColorBottom">
			<summary>Sets the background color at the bottom of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.setBackColorMiddle">
			<summary>Sets the background color in the middle of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.setBackColorTop">
			<summary>Sets the background color at the top of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.setForeColor">
			<summary>Sets the color used for text and numbers.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.setFrameColor">
			<summary>Sets the color of the status bar's frames.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.setGradientBackColor">
			<summary>Sets the background color at the right edge of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.setSeparatorColorDark">
			<summary>Sets the color of the dark part of a separator.</summary>
		</member>
		<member name="M:TXTextControl.StatusBarViewGeneratorColors.setSeparatorColorLight">
			<summary>Sets the color of the light part of a separator.</summary>
		</member>
		<member name="T:TXTextControl.SubTextPart">
			<summary>A SubTextPart object represents a user-defined part of a document.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getChildren">
			<summary>Returns an array of the children of this SubTextPart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getData">
			<summary>Gets additional data of the subtextpart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getHighlightColor">
			<summary>Gets the highlight color for the subtextpart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getHighlightMode">
			<summary>Gets a value indicating when the subtextpart is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getID">
			<summary>Gets an identifier for a subtextpart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getLength">
			<summary>Gets the number of characters in a subtextpart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getName">
			<summary>Relates a user-defined name to a subtextpart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getNestedLevel">
			<summary>Gets the subtextpart's nested level.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getNumber">
			<summary>Gets the subtextpart's number.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getOuterMostSubTextPart">
			<summary>Gets a subtextpart's outermost subtextpart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getOuterSubTextPart">
			<summary>Gets a subtextpart's outer subtextpart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getStart">
			<summary>Gets the first character position (one-based) of a subtextpart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getText">
			<summary>Gets the subtextpart's text.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.getTextFields">
			<summary>Returns an array of static text field information objects.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.save">
			<summary>Saves the subtextpart in a certain format and sends the result back asynchronously by calling a given callback function.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.scrollTo">
			<summary>Sets the current input position to the beginning of a subtextpart and scrolls it into the visible part of the document.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.setData">
			<summary>Sets additional data of the subtextpart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.setHighlightColor">
			<summary>Sets the highlight color for the subtextpart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.setHighlightMode">
			<summary>Sets a value indicating when the subtextpart is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.setID">
			<summary>Sets an identifier for the subtextpart.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.setName">
			<summary>Sets the name of a subtextpart.</summary>
		</member>
		<member name="T:TXTextControl.SubTextPartCallback">
			<summary>Callback function for SubTextPart related events.</summary>
		</member>
		<member name="T:TXTextControl.SubTextPartCallbackData">
			<summary>The type of the response parameter of the AddSubTextPartCallback callback function.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartCallbackData.subTextPart">
			<summary>The added subtextpart.</summary>
		</member>
		<member name="T:TXTextControl.SubTextPartCollection">
			<summary>The SubTextPartCollection object represents a collection of subtextparts.</summary>
		</member>
		<member name="T:TXTextControl.SubTextPartCollection.AddResult">
			<summary>Specifies the result when a subtextpart has been added to the document.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.Error">
			<summary>An unexpected error has occurred.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.Successful">
			<summary>The subtextpart has successfully been inserted.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.NoSelection">
			<summary>The subtextpart wasn't inserted because there is no selection.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.SelectionTooComplex">
			<summary>The subtextpart wasn't inserted because the selection is too complex. It is not a continuous sequence of characters.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.PositionInvalid">
			<summary>The subtextpart wasn't inserted because the specified position values are invalid. Invalid start and/or length values have been specified.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.AlreadyExists">
			<summary>The subtextpart wasn't inserted because it already exists.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.Overlapping">
			<summary>The subtextpart wasn't inserted because it overlaps with an existing textpart.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.Combined">
			<summary>The subtextpart was inserted and combined with an existing one. A subtextpart is combined with an existing one, when it immediately follows it and has the same name and id.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPartCollection.add">
			<summary>Adds a new SubTextPart to the collection.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPartCollection.clear">
			<summary>Removes all subtextparts from a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPartCollection.getItem">
			<summary>Gets the subtextpart at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPartCollection.remove">
			<summary>Removes a subtextpart from the collection including all its nested subtextparts.</summary>
		</member>
		<member name="T:TXTextControl.SubTextPartEventArgs">
			<summary>The event argument object for SubTextPart related events.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartEventArgs.id">
			<summary>The subtextpart's identifier.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartEventArgs.length">
			<summary>The length of the SubTextPart in characters.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartEventArgs.name">
			<summary>The name of the subtextpart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartEventArgs.nestedLevel">
			<summary>The subtextpart's nested level.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartEventArgs.number">
			<summary>The subtextpart's number.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartEventArgs.start">
			<summary>The 1-based position of the first character which belongs to the subtextpart.</summary>
		</member>
		<member name="T:TXTextControl.SubTextPartInfo">
			<summary>Specifies the properties of a new SubTextPart added via the (deprecated) method TextPart.addSubTextPart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartInfo.highlightMode">
			<summary>Optional. The highlight mode.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartInfo.id">
			<summary>Optional. The ID of the SubTextPart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartInfo.length">
			<summary>Optional. The length of the SubTextPart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartInfo.name">
			<summary>The name of the SubTextPart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartInfo.start">
			<summary>Optional. The one-based starting position of the SubTextPart.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl">
			<summary>The TXTextControl JavaScript object provides a public API to manipulate the web editor via JavaScript functions in the browser.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ActivationState">
			<summary>The current activation state.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ActivationState.Activated">
			<summary>The control is activated, which means that it has the keyboard input focus.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ActivationState.Deactivated">
			<summary>The control is deactivated, which means that it has not the keyboard input focus.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ActivationState.Disabled">
			<summary>The control is disabled, which means that it cannot get the keyboard input focus.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.AddResult">
			<summary>Specifies the result when a subtextpart has been added to the document.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AddResult.Error">
			<summary>An unexpected error has occurred.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AddResult.Successful">
			<summary>The subtextpart has successfully been inserted.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AddResult.NoSelection">
			<summary>The subtextpart wasn't inserted because there is no selection.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AddResult.SelectionTooComplex">
			<summary>The subtextpart wasn't inserted because the selection is too complex. It is not a continuous sequence of characters.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AddResult.PositionInvalid">
			<summary>The subtextpart wasn't inserted because the specified position values are invalid. Invalid start and / or length values have been specified.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AddResult.AlreadyExists">
			<summary>The subtextpart wasn't inserted because it already exists.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AddResult.Overlapping">
			<summary>The subtextpart wasn't inserted because it overlaps with an existing textpart.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AddResult.Combined">
			<summary>The subtextpart was inserted and combined with an existing one. A subtextpart is combined with an existing one, when it immediately follows it and has the same name and id.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.AppendSettings">
			<summary>Determines how text is appended to the document.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AppendSettings.None">
			<summary>The loaded text is inserted at the end of the last paragraph of the existing document.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AppendSettings.StartWithNewParagraph">
			<summary>A new paragraph is created at the end of the document and the text is inserted in this paragraph.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AppendSettings.StartWithNewSection">
			<summary>A new section is created at the end of the document and the text is inserted in this section.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ApplicationFieldFormat">
			<summary>The possible application field formats.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ApplicationFieldFormat.None">
			<summary>Unspecified field format.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ApplicationFieldFormat.MSWord">
			<summary>The field is supported and defined through Microsoft Word.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ApplicationFieldFormat.HighEdit">
			<summary>The field is supported and defined through the Heiler HighEdit component.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ApplicationFieldFormat.MSWordTXFormFields">
			<summary>This value can only be used with the LoadSettings.ApplicationFieldFormat property.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.AutoBaseline">
			<summary>Specifies how text is automatically sub- or superscripted.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AutoBaseline.Superscript">
			<summary>Text is moved above the baseline.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AutoBaseline.Subscript">
			<summary>Text is moved below the baseline.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AutoBaseline.SuperscriptUpperEdge">
			<summary>Text is scaled und moved above the baseline. The moved text does not extend above the upper edge of capital letters. This can be used for nominators of diagonal fractions.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AutoBaseline.SubscriptBaseline">
			<summary>Text is scaled, but is not moved below the baseline. This can be used for denominators of diagonal fractions.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AutoBaseline.None">
			<summary>Text is scaled, but is not moved below the baseline. This can be used for denominators of diagonal fractions.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.AutoGenerationType">
			<summary>Defines the type of document link auto-generation.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AutoGenerationType.None">
			<summary>The document link is not automatically generated.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.AutoGenerationType.TableOfContents">
			<summary>The document link has automatically been generated for an entry in a table of contents.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.BarcodeAlignment">
			<summary>Determines the alignment of the barcode image inside the control.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BarcodeAlignment.TopLeft">
			<summary>Sets the alignment of the barcode to the top left of the control.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BarcodeAlignment.TopCenter">
			<summary>Sets the alignment of the barcode to the top center of the control.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BarcodeAlignment.TopRight">
			<summary>Sets the alignment of the barcode to the top right of the control.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BarcodeAlignment.MiddleLeft">
			<summary>Sets the alignment of the barcode to the middle left of the control.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BarcodeAlignment.MiddleCenter">
			<summary>Sets the alignment of the barcode to the middle center of the control.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BarcodeAlignment.MiddleRight">
			<summary>Sets the alignment of the barcode to the middle right of the control.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BarcodeAlignment.BottomCenter">
			<summary>Sets the alignment of the barcode to the bottom center of the control.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BarcodeAlignment.BottomLeft">
			<summary>Sets the alignment of the barcode to the bottom left of the control.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BarcodeAlignment.BottomRight">
			<summary>Sets the alignment of the barcode to the bottom right of the control.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.BarcodeTextAlignment">
			<summary>Determines the alignment of the barcode text and additional text that is displayed inside the control.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BarcodeTextAlignment.Bottom">
			<summary>The text is displayed below the barcode image.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BarcodeTextAlignment.Top">
			<summary>The text is displayed above the barcode image.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.BreakType">
			<summary>Specifies where and how a text or section breaks.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BreakType.NextLine">
			<summary>Break the line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BreakType.Column">
			<summary>Break the column</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BreakType.Page">
			<summary>Break the page.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BreakType.SectionNextPage">
			<summary>Begin the section at new page.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.BreakType.SectionContinuous">
			<summary>Begin the section at new line.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.CapitalizationSettings">
			<summary>Specifies the settings for capitalization.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.CapitalizationSettings.ToUpper">
			<summary>All letters are changed to uppercase.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.CapitalizationSettings.ToLower">
			<summary>All letters are changed to lowercase.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.CapitalizationSettings.CapitalizeEachWord">
			<summary>The first letter of each word is capitalized.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.CapitalizationSettings.CapitalizeEachSentence">
			<summary>The first letter of each sentence is capitalized.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.CapitalizationSettings.ToggleCase">
			<summary>Lowercase letters are changed to uppercase and vice versa.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.Capitals">
			<summary>Specifies whether the lowercase letters of text are displayed with capital letters.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Capitals.Capitals">
			<summary>All lowercase letters are displayed with capital letters.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Capitals.SmallCapitals">
			<summary>All lowercase letters are displayed with capital letters which have the size of the lowercase 'x' + 10%.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Capitals.PetiteCapitals">
			<summary>All lowercase letters are displayed with capital letters which have the size of the lowercase 'x'.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Capitals.None">
			<summary>There are no text effects with capital letters.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ChangeKind">
			<summary>Specifies the kind of a tracked change.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ChangeKind.InsertedText">
			<summary>Text has been inserted.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ChangeKind.DeletedText">
			<summary>Text has been deleted.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ClipboardMode">
			<summary>Possible clipboard modes.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ClipboardMode.Client">
			<summary>Specifies client clipboard mode (content is copied to and from the client clipboard).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ClipboardMode.Server">
			<summary>Specifies server clipboard mode (content is copied to and from the server clipboard).</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ComponentRenderMode">
			<summary>Component render mode.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ComponentRenderMode.Bitmap">
			<summary>Bitmap based render mode (PNG).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ComponentRenderMode.Vector">
			<summary>Vector based render mode (SVG).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ComponentRenderMode.Auto">
			<summary>Automatic render mode selection depending on current connection quality.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ContextMenuLocation">
			<summary>Determines the location in the document where a context menu will be shown.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.TextSelection">
			<summary>The menu context is a text selection.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.TextInputPosition">
			<summary>The menu context is the text input position.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.Header">
			<summary>The menu context is the top page margin which contains a header.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.NoHeader">
			<summary>The menu context is the top page margin which contains no header.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.Footer">
			<summary>The menu context is the bottom page margin which contains a footer.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.NoFooter">
			<summary>The menu context is the bottom page margin which contains no footer.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.PageMargin">
			<summary>The menu context is the top or the bottom page margin.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.PageNumberField">
			<summary>The menu context is a page number field.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.SelectedFrame">
			<summary>The menu context is a selected frame (text frame, image, chart or barcode).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.Table">
			<summary>The menu context is a text selection or a text input position in a table.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.TextField">
			<summary>The menu context is a text selection or a text input position in a text field.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.MisspelledWord">
			<summary>The menu context is a text selection or a text input position in a misspelled word.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.TableOfContents">
			<summary>The menu context is a text selection or a text input position in a table of contents.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.TrackedChange">
			<summary>The menu context is a text selection or a text input position in a tracked change.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ContextMenuLocation.Comment">
			<summary>The menu context is a text selection or a text input position in a comment.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ControlChars">
			<summary>Determines values for the control characters used in a TextControl document.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ControlChars.Tab">
			<summary>Defines a tabulator (Keyboard: TAB).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ControlChars.ParagraphEnd">
			<summary>Defines the end of a paragraph (Keyboard: ENTER).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ControlChars.LineBreak">
			<summary>Defines a line break without beginning a new paragraph (Keyboard: SHIFT+ENTER).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ControlChars.PageBreak">
			<summary>Defines a page break (Keyboard: CTRL+ENTER).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ControlChars.ColumnBreak">
			<summary>Defines a page column break (Keyboard: CTRL+SHIFT+ENTER).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ControlChars.NonVisibleHyphen">
			<summary>Defines a non-visible hyphen (Keyboard: CTRL+(-)).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ControlChars.NonBreakingSpace">
			<summary>Defines a non-breaking space (Keyboard: CTRL+SHIFT+Space).</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.DialogBoxKind">
			<summary>Possible built-in dialog box types.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.FontDialog">
			<summary>Fonts and character attributes.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.ParagraphFormatDialog">
			<summary>Paragraph formatting attributes.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.InsertTableDialog">
			<summary>Inserting a new table.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.ListFormatDialog">
			<summary>Formatting attributes of bulleted and numbered lists.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.FormattingStylesDialog">
			<summary>Creating, deleting and modifying formatting styles.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.SectionFormatDialog">
			<summary>Section attributes.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.LanguageDialog">
			<summary>Language of the selected text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.TableFormatDialog">
			<summary>Table formatting attributes.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.TabDialog">
			<summary>Tabulator settings.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.FrameAttributesDialog">
			<summary>Formatting attributes of the currently selected frame. (Chart frame, text frame, drawing etc.)</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.FindDialog">
			<summary>Find a text string in the text part with the input focus.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.ReplaceDialog">
			<summary>Replace a text string in the text part with the input focus.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.ForeColorDialog">
			<summary>Text color.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.TextBackColorDialog">
			<summary>Text background color.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.InsertSymbolDialog">
			<summary>Add a symbol.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.FrameFillColorDialog">
			<summary>Background color of a paragraph or a table cell.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.FrameLineColorDialog">
			<summary>Frame line color of a paragraph or a table cell.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.PageColorDialog">
			<summary>Page color.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DialogBoxKind.TableOfContentsDialog">
			<summary>Inserting or changing a table of contents.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.Direction">
			<summary>Determines the writing direction of a paragraph.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Direction.LeftToRight">
			<summary>The writing direction is left to right, which means that blocks of text with left to right and right to left characters are ordered from left to right.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Direction.RightToLeft">
			<summary>The writing direction is right to left, which means that blocks of text with left to right and right to left characters are ordered from right to left.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.DocumentAccessPermissions">
			<summary>Specifies how a document can be accessed after it has been opened.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DocumentAccessPermissions.None">
			<summary>Allows none of the possible permissions.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DocumentAccessPermissions.AllowAuthoring">
			<summary>Allows authoring comments and fill in interactive form fields (including signature fields).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DocumentAccessPermissions.AllowAuthoringFields">
			<summary>Fill-in existing interactive form fields (including signature fields) is allowed.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DocumentAccessPermissions.AllowContentAccessibility">
			<summary>Allows content access for the visually impaired only.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DocumentAccessPermissions.AllowDocumentAssembly">
			<summary>Allows to assemble the document (insert, rotate or delete pages and create bookmarks or thumbnails).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DocumentAccessPermissions.AllowExtractContents">
			<summary>Copying or otherwise extracting text and/or graphics is allowed.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DocumentAccessPermissions.AllowGeneralEditing">
			<summary>Allows modifying the document's contents.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DocumentAccessPermissions.AllowHighLevelPrinting">
			<summary>Printing the document is fully allowed.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DocumentAccessPermissions.AllowLowLevelPrinting">
			<summary>Printing the document is allowed (low-level).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.DocumentAccessPermissions.AllowAll">
			<summary>Allows all of the possible permissions.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.EditMode">
			<summary>Determines the possible document edit modes.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.EditMode.Edit">
			<summary>The document's text can be edited.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.EditMode.ReadAndSelect">
			<summary>The document's text is read only but can be selected.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.EditMode.ReadOnly">
			<summary>The document's text is read only.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.EditMode.UsePassword">
			<summary>A dialog box to enter a password is opened to protect the edit mode. This value can only be combined with EditMode.ReadAndSelect using the bitwise or operator.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.FieldType">
			<summary>Determines the possible MS Word specific merge field types supported by the TX Text Control JavaScript API.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FieldType.MergeField">
			<summary>Specifies the MS Word specific MERGEFIELD field type.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FieldType.IfField">
			<summary>Specifies the MS Word specific IF field type.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FieldType.IncludeTextField">
			<summary>Specifies the MS Word specific INCLUDETEXT field type.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FieldType.DateField">
			<summary>Specifies the MS Word specific DATEFIELD field type.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FieldType.NextField">
			<summary>Specifies the MS Word specific NEXT field type.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FieldType.NextIfField">
			<summary>Specifies the MS Word specific NEXTIF field type.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.FileType">
			<summary>Specifies the kind of file types.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FileType.Document">
			<summary>Specifies document file types.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FileType.Image">
			<summary>Specifies image file types.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FileType.DataBase">
			<summary>Specifies database file types.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.FindOptions">
			<summary>Determines search options for the find method.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FindOptions.Reverse">
			<summary>The search starts at the end of the control's document and searches to the beginning of the document.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FindOptions.MatchCase">
			<summary>Locates only instances of the search text that have the exact casing.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FindOptions.NoHighlight">
			<summary>The search text, if found, is not highlighted.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FindOptions.NoMessageBox">
			<summary>Does not display message boxes to inform about search results.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FindOptions.MatchWholeWord">
			<summary>Locates only instances of the search text which are whole words.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.FontUnderlineStyle">
			<summary>Specifies the style of the underline below a text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FontUnderlineStyle.DoubledWordsOnly">
			<summary>Only the words of the text are underlined with a doubled line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FontUnderlineStyle.Doubled">
			<summary>Text is underlined with a doubled line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FontUnderlineStyle.SingleWordsOnly">
			<summary>Only the words of the text are underlined with a single line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FontUnderlineStyle.Single">
			<summary>Text is underlined with a single line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FontUnderlineStyle.None">
			<summary>Text is not underlined.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.FormulaReferenceStyle">
			<summary>Specifies the style of references to table cells in formulas.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FormulaReferenceStyle.A1">
			<summary>A table cell in formulas is addressed with a column letter and a row number</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FormulaReferenceStyle.R1C1">
			<summary>A table cell in formulas is addressed with a column number and a row number.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.Frame">
			<summary>Determines which frame borders are visible of an image, text frame, chart, barcode or drawing.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Frame.LeftLine">
			<summary>Left frame line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Frame.RightLine">
			<summary>Right frame line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Frame.TopLine">
			<summary>Frame line at the top.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Frame.BottomLine">
			<summary>Frame line at the bottom.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Frame.Box">
			<summary>Complete frame.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Frame.MergedBox">
			<summary>The paragraph has a complete frame. If the following or the previous paragraph also has a frame, the frames are merged to a single frame.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Frame.None">
			<summary>No frame.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.FrameInsertionMode">
			<summary>Determines how the frame of an image, text frame, chart, barcode or drawing can be inserted in the text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FrameInsertionMode.AboveTheText">
			<summary>The frame is inserted at a certain geometrical location above the text. This means that the frame overwrites the text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FrameInsertionMode.AsCharacter">
			<summary>The frame is inserted in the text as a single character.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FrameInsertionMode.BelowTheText">
			<summary>The frame is inserted at a certain geometrical location below the text. This means that the text overwrites the frame.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FrameInsertionMode.DisplaceCompleteLines">
			<summary>The frame is inserted at a certain geometrical location.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FrameInsertionMode.DisplaceText">
			<summary>The frame is inserted at a certain geometrical location.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.FrameStyle">
			<summary>Determines the style of a frame of an image, text frame, chart, barcode or drawing.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FrameStyle.Single">
			<summary>The frame is drawn with a single line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.FrameStyle.Double">
			<summary>The frame is drawn with a doubled line.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.HeaderFooterType">
			<summary>Determines the type of a header or footer.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HeaderFooterType.Header">
			<summary>The object is a header. When an even header exists, the object represents the odd header. Otherwise it represents the header of all pages.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HeaderFooterType.FirstPageHeader">
			<summary>The object represents a special header of the document's or section's first page.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HeaderFooterType.Footer">
			<summary>The object is a footer. When an even footer exists, this member represents the odd footer. Otherwise it represents the footer of all pages.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HeaderFooterType.FirstPageFooter">
			<summary>The object represents a special footer of the document's or section's first page.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HeaderFooterType.EvenHeader">
			<summary>The object represents an even header.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HeaderFooterType.EvenFooter">
			<summary>The object represents an even footer.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HeaderFooterType.All">
			<summary>The object represents an footer or header.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.HighlightMode">
			<summary>Contains all possible highlight mode values.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HighlightMode.Never">
			<summary>The element is never highlighted.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HighlightMode.Activated">
			<summary>The element is only highlighted, when it contains the current text input position and when the control has the input focus.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HighlightMode.Always">
			<summary>The element is always highlighted.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HighlightMode.Auto">
			<summary>The element's highlight mode is governed by the global highlight mode property.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.HorizontalAlignment">
			<summary>Specifies the horizontal alignment of a text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HorizontalAlignment.Left">
			<summary>Text is aligned at the left.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HorizontalAlignment.Right">
			<summary>Text is aligned at the right.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HorizontalAlignment.Center">
			<summary>Text is aligned at the center.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HorizontalAlignment.Justify">
			<summary>Text is justified.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.HtmlDialogBoxKind">
			<summary>Possible built-in HTML based dialog box types.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HtmlDialogBoxKind.OptionsDialog">
			<summary>General options.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HtmlDialogBoxKind.SpellCheckDialog">
			<summary>Spell checking.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HtmlDialogBoxKind.LoadDictionaryDialog">
			<summary>Loading dictionaries.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HtmlDialogBoxKind.ThesaurusDialog">
			<summary>Accessing the thesaurus.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HtmlDialogBoxKind.LoadThesaurusDialog">
			<summary>Loading thesaurus files.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HtmlDialogBoxKind.PermissionsAddUserDialog">
			<summary>Add a user.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HtmlDialogBoxKind.InsertBookmarkDialog">
			<summary>Insert or edit a bookmark.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.HtmlDialogBoxKind.HyperlinkDialog">
			<summary>Insert or edit a hyperlink.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ImageFormat">
			<summary>Specifies the file format of an image.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageFormat.Bmp">
			<summary>Bitmap image format.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageFormat.Emf">
			<summary>Enhanced metafile image format.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageFormat.Gif">
			<summary>Graphics Interchange Format image format.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageFormat.Jpeg">
			<summary>Joint Photographic Experts Group image format.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageFormat.Png">
			<summary>W3C Portable Network Graphics image format.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageFormat.Tiff">
			<summary>Tagged Image File Format image format.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageFormat.Wmf">
			<summary>Windows metafile image format.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ImageInsertionMode">
			<summary>Determines how an image can be inserted in the text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageInsertionMode.AboveTheText">
			<summary>The image is inserted at a certain geometrical location above the text. This means that the image overwrites the text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageInsertionMode.AsCharacter">
			<summary>The image is inserted in the text as a single character.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageInsertionMode.BelowTheText">
			<summary>The image is inserted at a certain geometrical location below the text. This means that the text overwrites the image.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageInsertionMode.DisplaceCompleteLines">
			<summary>The image is inserted at a certain geometrical location.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ImageInsertionMode.DisplaceText">
			<summary>The image is inserted at a certain geometrical location.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.Justification">
			<summary>Specifies the kind of justification.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Justification.Spaces">
			<summary>To justify a line additional space is added to the spaces between the words.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Justification.Kashida">
			<summary>To justify a line Kashida lines are inserted.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.Justification.SpacesAndKashida">
			<summary>To justify a line both kinds of justification are used.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ListFormatCharacter">
			<summary>Specifies the list format character.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ListFormatCharacter.None">
			<summary>The text of the list immediately follows the bullet or number character.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ListFormatCharacter.Tab">
			<summary>The text of the list follows the bullet or number character at the next tab position.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ListFormatCharacter.Space">
			<summary>The text of the list follows the bullet or number character separated through a space character.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ListType">
			<summary>Specifies the type of a list.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ListType.None">
			<summary>The text is neither a bulleted nor a numbered list.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ListType.Bulleted">
			<summary>The list is a bulleted list.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ListType.Numbered">
			<summary>The list is a numbered list.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ListType.Structured">
			<summary>The list is a structured list. All numbers of higher levels (lower level numbers) are displayed in front of the list number. The additional text of all levels in front and behind the list numbers is also displayed.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.MeasuringUnit">
			<summary>Specifies the measuring unit.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MeasuringUnit.CentiInch">
			<summary>Centi Inch.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MeasuringUnit.StandardWPF">
			<summary>Standard WPF Unit.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MeasuringUnit.Twips">
			<summary>Twips.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MeasuringUnit.Millimeter">
			<summary>Millimeter</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MeasuringUnit.Centimeter">
			<summary>Centimeter</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MeasuringUnit.Point">
			<summary>Point</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.MergeFieldTextFormat">
			<summary>Determines the possible text formats for merge fields containing text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MergeFieldTextFormat.None">
			<summary>The text is displayed normally.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MergeFieldTextFormat.Uppercase">
			<summary>The text is displayed in uppercase.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MergeFieldTextFormat.Lowercase">
			<summary>The text is displayed in lowercase.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MergeFieldTextFormat.FirstCapital">
			<summary>The first character is displayed in uppercase.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MergeFieldTextFormat.TitleCase">
			<summary>The text is displayed in title case.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.MisspelledWordKind">
			<summary>Specifies the kind of a misspelled word.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MisspelledWordKind.All">
			<summary>Specifies all misspelled words.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MisspelledWordKind.Duplicate">
			<summary>Specifies all misspelled words which are marked as duplicate.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MisspelledWordKind.Ignored">
			<summary>Specifies all misspelled words which are marked as ignored.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.MisspelledWordKind.Normal">
			<summary>Specifies all misspelled words which do not have a special meaning.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.NumberFormat">
			<summary>Specifies the format of a numbered list.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.NumberFormat.None">
			<summary>A text selection contains different number formats.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.NumberFormat.ArabicNumbers">
			<summary>The list is numbered with Arabic numbers (1, 2, 3...).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.NumberFormat.Letters">
			<summary>The list is numbered with letters (a, b, c...).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.NumberFormat.CapitalLetters">
			<summary>The list is numbered with capital letters (A, B, C...).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.NumberFormat.RomanNumbers">
			<summary>The list is numbered with Roman numbers (I, II, III...).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.NumberFormat.SmallRomanNumbers">
			<summary>The list is numbered with small Roman numbers (i, ii, iii...).</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.PageContent">
			<summary>Defines the contents of a page's image returned from the Page.getImage method.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PageContent.Background">
			<summary>The image contains the background of the page.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PageContent.HeadersAndFooters">
			<summary>The image contains the header and the footer of the page.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PageContent.MainText">
			<summary>The image contains the page's text contents.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PageContent.All">
			<summary>The image contains all parts without the screen elements.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PageContent.ScreenElements">
			<summary>The image contains all elements which are additionally displayed on a screen, such as the selection, the control characters and helper lines.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.PermanentControlChar">
			<summary>Defines a control character which is shown permanently on the screen.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.Space">
			<summary>Shows the control character of a space.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.Tab">
			<summary>Shows the control character of a tabstop.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.ParagraphEnd">
			<summary>Shows the control character for the end of a paragraph.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.ForcedLineBreak">
			<summary>Shows the control character of a forced line break.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.ObjectAnchor">
			<summary>Shows the anchor position of an image, text frame, chart, barcode or drawing.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.ForcedPageBreak">
			<summary>Marks a forced page break.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.SectionBreak">
			<summary>Marks a section break.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.Hyphen">
			<summary>Shows the control character of a hyphen.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.NonBreakingSpace">
			<summary>Shows the control character of a non-breaking space.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.TableCellEnd">
			<summary>Shows the control character for the end of a table cell.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.Pagination">
			<summary>Shows a dot in front of the first line of a paragraph with one of the pagination settings 'keep with next', 'page break before' and 'keep lines together'.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.PermanentControlChar.All">
			<summary>Shows all control characters.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.RelationalOperator">
			<summary>Determines the relational operator used by some types of merge fields.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RelationalOperator.Equals">
			<summary>The expression values must be equal.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RelationalOperator.NotEqual">
			<summary>The expression values must be not equal.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RelationalOperator.LessThan">
			<summary>Expression 1 is less than expression 2.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RelationalOperator.GreaterThan">
			<summary>Expression 1 is greater than expression 2.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RelationalOperator.GreaterThanOrEqualTo">
			<summary>Expression 1 is greater than or equal to expression 2.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RelationalOperator.LessThanOrEqualTo">
			<summary>Expression 1 is less than or equal to expression 2.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.RulerBarBorderStyle">
			<summary>The border style of a ruler bar.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarBorderStyle.Simple3D">
			<summary>The ruler bar has a 3D design and no border.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarBorderStyle.Flat">
			<summary>The ruler bar has a flat design and no border.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarBorderStyle.Fixed3D">
			<summary>The ruler bar has a 3D design and a border with a single line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarBorderStyle.FixedSingle">
			<summary>The ruler bar has has a flat design and a border with a single line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarBorderStyle.ColorScheme">
			<summary>The ruler bar has a flat design without a border. The colors depend on the color scheme currently set through the system or on the colors set with the displayColors property.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.RulerBarFormulaMode">
			<summary>Specifies whether a ruler bar shows cell references when the current input position is in a table cell.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarFormulaMode.None">
			<summary>Default. The ruler bar does not show cell references.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarFormulaMode.Auto">
			<summary>The ruler bar only shows cell references when the text input position is in a table cell containing a formula.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarFormulaMode.Always">
			<summary>The ruler bar shows cell references when the text input position is in a table call. When the input position changes to another cell, all references are shown relative to this new cell.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarFormulaMode.Fixed">
			<summary>The ruler bar shows cell references relative to the cell which contains the text input position when this mode is switched on. When the input position changes to another cell, all references remain relative to the first cell.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.RulerBarScaleUnit">
			<summary>Specifies whether a ruler bar shows cell references when the current input position is in a table cell.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarScaleUnit.Auto">
			<summary>The ruler is automatically scaled in inch or in millimeter depending on the currently set culture.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarScaleUnit.Millimeter">
			<summary>The ruler bar is scaled in centimeter including millimeter marks.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarScaleUnit.Centimeter">
			<summary>The ruler bar is scaled in centimeter without millimeter marks.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.RulerBarScaleUnit.Inch">
			<summary>The ruler bar is scaled in inch.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.SectionBreakKind">
			<summary>Specifies the kind of a section break.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SectionBreakKind.BeginAtNewLine">
			<summary>The section begins on the next line with a new paragraph.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SectionBreakKind.BeginAtNewPage">
			<summary>The section begins on the next page with a new paragraph.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.SideBarType">
			<summary>Specifies the existing side bar types.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SideBarType.None">
			<summary>No side bar.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SideBarType.TrackChanges">
			<summary>The "Track Changes" side bar.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SideBarType.FieldNavigator">
			<summary>The "Field Navigator" side bar.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SideBarType.Comments">
			<summary>The "Comments" side bar.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SideBarType.All">
			<summary>All possible side bar types.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.SpecialZoomFactor">
			<summary>Determines the special zoom factor values for property TXTextControl.zoomFactor.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SpecialZoomFactor.PageWidth">
			<summary>The zoom factor is calculated so that the complete width of a page becomes visible.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SpecialZoomFactor.WholePage">
			<summary>The zoom factor is calculated so that the current visible page becomes completely visible.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SpecialZoomFactor.TextWidth">
			<summary>The zoom factor is calculated so that the complete text of a line becomes visible.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.StatusBarBorderStyle">
			<summary>The border style of a status bar.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StatusBarBorderStyle.Fixed3D">
			<summary>The status bar has a 3D design and a border with a single line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StatusBarBorderStyle.Simple3D">
			<summary>The status bar has a 3D design and no border.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StatusBarBorderStyle.FixedSingle">
			<summary>The status bar has a flat design and a border with a single line.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StatusBarBorderStyle.Flat">
			<summary>The status bar has a flat design and no border.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StatusBarBorderStyle.ColorScheme">
			<summary>The status bar has a flat design without a border and with a horizontal color gradient in the background. The colors depend on the color scheme currently set through the system or on the colors set with the DisplayColors property.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StatusBarBorderStyle.VerticalColorScheme">
			<summary>The status bar has a flat design without a border and with a vertical color gradient in the background. The colors depend on the color scheme currently set through the system or on the colors set with the DisplayColors property.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.StreamType">
			<summary>Determines a certain text format.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StreamType.HTMLFormat">
			<summary>Specifies HTML format (Hypertext Markup Language).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StreamType.RichTextFormat">
			<summary>Specifies RTF format (Rich Text Format).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StreamType.PlainText">
			<summary>Specifies text in Unicode format.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StreamType.InternalUnicodeFormat">
			<summary>Specifies the internal Text Control format (Unicode).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StreamType.MSWord">
			<summary>Specifies Microsoft Word format (.DOC version).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StreamType.AdobePDF">
			<summary>Specifies Adobe Portable Document Format (PDF).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StreamType.WordprocessingML">
			<summary>Specifies Microsoft Word format (.DOCX version).</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.StreamType.SpreadsheetML">
			<summary>Specifies Microsoft Excel format (Office Open XML version).</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.TableAddPosition">
			<summary>Specifies the position where to split the table.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TableAddPosition.Before">
			<summary>The table is split in front of the row with the current input position.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TableAddPosition.After">
			<summary>The table is split behind the row with the current input position.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.TabLeader">
			<summary>Defines how a tab gap is filled.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TabLeader.None">
			<summary>The tab gap is not filled.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TabLeader.Period">
			<summary>The tab gap is filled with periods.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TabLeader.Dot">
			<summary>The tab gap is filled with dots.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TabLeader.Dash">
			<summary>The tab gap is filled with dashes.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TabLeader.Underline">
			<summary>The tab gap is underlined.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.TabType">
			<summary>Determines the tabulator type.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TabType.LeftTab">
			<summary>The tab position is at the left side of the text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TabType.RightTab">
			<summary>The tab position is at the right side of the text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TabType.CenterTab">
			<summary>The text is centered to the tab position.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TabType.DecimalTab">
			<summary>The decimal sign is aligned at the tab position.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TabType.RightBorderTab">
			<summary>The tab is positioned right most and the text is diplayed at the left of this position. The tab position set with the TabPositions property is ignored. Only one tab of this kind is possible in a paragraph.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.TextFieldPosition">
			<summary>Specifies special text input positions at the beginning and the end of a text field.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldPosition.InsideTextField">
			<summary>The specified position is inside the field.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldPosition.OutsideTextField">
			<summary>The specified position is outside the field.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldPosition.InsideNextTextField">
			<summary>The specified position is inside the next field. This member is only possible, if there are two following text fields without any character bewteen the fields. In this case InsideTextField is in the first field, OutsideTextField is between the fields and InsideNextTextField is in the second field.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.TextFieldType">
			<summary>Possible types of text fields.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldType.ApplicationField">
			<summary>The field type is ApplicationField.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldType.CheckFormField">
			<summary>The field type is CheckFormField.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldType.DateFormField">
			<summary>The field type is DateFormField.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldType.FormFields">
			<summary>All FormField types.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldType.HypertextLink">
			<summary>The field type is HypertextLink.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldType.DocumentLink">
			<summary>The field type is Documentlink.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldType.PageNumberField">
			<summary>The field type is PageNumberField.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldType.SelectionFormField">
			<summary>The field type is SelelctionFormField.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldType.TextFormField">
			<summary>The field type is TextFormField.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldType.TextField">
			<summary>The field type is TextField.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFieldType.All">
			<summary>All types of text fields.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.TextFrameInsertionMode">
			<summary>Determines how a text frame can be inserted in the text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFrameInsertionMode.AboveTheText">
			<summary>The text frame is inserted at a certain geometrical location above the text. This means that the text frame overwrites the text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFrameInsertionMode.AsCharacter">
			<summary>The text frame is inserted in the text as a single character.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFrameInsertionMode.BelowTheText">
			<summary>The text frame is inserted at a certain geometrical location below the text. This means that the text overwrites the text frame.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFrameInsertionMode.DisplaceCompleteLines">
			<summary>The text frame is inserted at a certain geometrical location.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextFrameInsertionMode.DisplaceText">
			<summary>The text frame is inserted at a certain geometrical location.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.TextType">
			<summary>Specifies how a text is represented and interpreted.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextType.Text">
			<summary>The text type is text and it is displayed as it is.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.TextType.Number">
			<summary>The text is interpreted as a number.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.VerticalAlignment">
			<summary>Specifies the vertical alignment of a text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.VerticalAlignment.Top">
			<summary>Text is aligned at the top.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.VerticalAlignment.Center">
			<summary>Text is aligned at the center.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.VerticalAlignment.Bottom">
			<summary>Text is aligned at the bottom.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ViewMode">
			<summary>The mode how Text Control displays a document.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ViewMode.PageView">
			<summary>Text is formatted like in Normal view mode, and additionally the Text Control displays the pages in 3D view with gaps and a desktop background. Headers and footers are displayed in WYSIWYG mode.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ViewMode.Normal">
			<summary>Text is formatted according to the settings of the PageSize and the PageMargins properties. Headers and footers can be inserted but they are not displayed.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ZOrder">
			<summary>Specifies how the z-order of a frame (image, text frame, chart, barcode or drawing) can be changed.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ZOrder.Bottom">
			<summary>If the frame is in front of the text, it becomes the bottommost of all objects in front of the text. If it is behind the text, it is becomes the bottommost of all objects.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ZOrder.BottomMost">
			<summary>The frame is moved behind the text below all other objects. This member is only possible, if the insertion mode is BehindTheText.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ZOrder.Down">
			<summary>The frame is moved down one plane. If it is the bottommost object in front of the text, it is not moved behind the text.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ZOrder.TopMost">
			<summary>The frame is moved in front of the text at the top of all other objects.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ZOrder.Top">
			<summary>If the frame is behind the text, it becomes the topmost of all objects behind the text. If it is in front of the text, it becomes the topmost of all objects.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.ZOrder.Up">
			<summary>The frame is moved up one plane. If it is the topmost object behind the text, it is not moved in front of the text.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.addEventListener">
			<summary>The addEventListener function registers event listener functions on the TXTextControl object.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.addMergeField">
			<summary>Inserts a merge field at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.addTextField">
			<summary>Obsolete. This method will be removed in one of the next versions. Inserts a new ApplicationField or TextField at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.append">
			<summary>Appends text to the document in a certain format.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.appendDocument">
			<summary>Appends text in a certain format to the current document.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.atobUTF8">
			<summary>Decodes a string of data which has been encoded using base-64 encoding.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.beginUndoAction">
			<summary>Begins a user-defined undo operation. All editing and fomatting changes made between beginUndoAction and endUndoAction belong to the undo operation. These changes are undone or redone in a single step. The specified user-defined name is available via getUndoActionName.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.btoaUTF8">
			<summary>Creates a base-64 encoded ASCII string from a unicode string. In contrast to the browser provided method btoa() this method handles all unicode characters and not only characters in the Latin1 range.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.clear">
			<summary>Clears the selected text or the character right from the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.clearUndo">
			<summary>Clears the undo buffer.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.endUndoAction">
			<summary>Ends a user-defined undo operation. All editing and fomatting changes made between beginUndoAction and endUndoAction belong to the undo operation. These changes are undone or redone in a single step.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.focus">
			<summary>Sets the text input focus to the web editor.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getActivationState">
			<summary>Gets a value indicating the current activation state. It can be activated, deactivated or disabled.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getAllowUndo">
			<summary>Gets a value indicating whether the undo buffer is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getBackColor">
			<summary>Gets the Text Control's background color.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getBaseline">
			<summary>Gets the baseline alignment, in twips, of the Text Control.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getCanCharacterFormat">
			<summary>Informs whether the currently selected text can be formatted with character formatting attributes. The value depends on whether the formatting is allowed and the currently set edit mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getCanCopy">
			<summary>Informs whether a part of a Text Control document has been selected and can be copied to the clipboard. The value depends on whether the formatting is allowed and the currently set edit mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getCanDocumentFormat">
			<summary>Informs whether the document can be formatted with page and section formatting attributes. The value depends on whether the formatting is allowed and the currently set edit mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getCanPaste">
			<summary>Informs whether the document's text and/or formatting attributes can be changed. The value depends on DocumentPermissions.readOnly and the currently set edit mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getCanPrint">
			<summary>Informs whether the document can be printed. The value depends on the DocumentPermissions.allowPrinting and the currently set edit mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getCanRedo">
			<summary>Informs whether an operation can be re-done using the Redo method.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getCanStyleFormat">
			<summary>Informs whether the document can be formatted with formatting styles. The value depends on the DocumentPermissions.allowFormattingStyles and the currently set edit mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getCanTableFormat">
			<summary>Informs whether the currently selected text can be formatted with table formatting attributes.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getCanUndo">
			<summary>Gets a value indicating whether the user can undo the previous operation in a Text Control.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getCommentHighlightMode">
			<summary>Gets the global comment highlight mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getControlChars">
			<summary>Gets whether the control characters are visible or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getCultures">
			<summary>Returns the culture and the UI culture of the control. The UI culture affects the string resource language. The culture represents date and time string formats, for example.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getDocumentTargetMarkers">
			<summary>Gets a value indicating that markers for hypertext targets are shown or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getDrawingMarkerLines">
			<summary>Gets whether a marker frame is shown around a drawing to indicate its position and size.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getEditableRegionHighlightMode">
			<summary>Gets the global editable region highlight mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getEditMode">
			<summary>Gets a value indicating whether the document's text is protected, or can be freely edited and formatted.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getFileDirectory">
			<summary>Obsolete. This method will be removed in one of the next versions. Requests the directory path where the files of a specific file type are stored on the web server.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getFontUnderlineStyle">
			<summary>Gets underlining style for the text displayed by the control. This property only determines the style.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getForeColor">
			<summary>Gets the foreground color of the control which is the color of the document's text.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getFormattingPrinter">
			<summary>Returns the name of the currently selected formatting printer by calling a provided callback function. For more information on the formatting printer see function setFormattingPrinter.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getFormulaReferenceStyle">
			<summary>Gets a value determining how references to table cells in formulas are specified. Supported are the A1 and the R1C1 notation. The A1 notation specifies a table cell with a column letter and a row number, for example B3 refers to the table cell in the third row and the second column. The R1C1 notation addresses a table cell with a row number and a column number, for example R3C2 refers to the table cell in the third row and the second column. Relative addresses can be expressed with square brackets. R[-3]C[-2]. The numbers inside the square brackets show how many rows or columns the cell is relative to itself. Negative row numbers mean that the referenced cell is above the cell containing the formula. Negative column numbers mean that the referenced cell is to the left of the cell containing the formula.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getInstalledPrinters">
			<summary>Gets the names of the printers installed on the server which are usable by Text Control.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getIsFormFieldValidationEnabled">
			<summary>Gets a value indicating whether form field validation is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getIsFormulaCalculationEnabled">
			<summary>Gets a value indicating whether formulas in tables are automatically calculated when the text of an input cell is changed.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getIsHyphenationEnabled">
			<summary>Gets a value indicating whether hyphenation is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getIsLanguageDetectionEnabled">
			<summary>Gets a value indicating whether language detection is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getIsSpellCheckingEnabled">
			<summary>Gets a value indicating whether spell checking is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getIsTrackChangesEnabled">
			<summary>Gets a value indicating whether track changes is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getLandscape">
			<summary>Gets a value indicating whether the page orientation is landscape.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getPageCount">
			<summary>Gets the number of pages contained in the current document.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getPageUnit">
			<summary>Gets the measure used for page sizes and page margins.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getPermanentControlChars">
			<summary>Gets a value indicating which control characters are shown permanently on the screen.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getRedoActionName">
			<summary>Gets a string that represents the name of the action that will be performed when a call to the redo method is made.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getRenderMode">
			<summary>Gets the component render mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getSelectObjects">
			<summary>Gets a value controlling the selection of objects which are inserted behind the text. When the property is set to true, a mouse click selects the object behind the text. Otherwise, when this property is set to false, text in front of the object can be selected.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getStatusBarColor">
			<summary>Returns the background color of the status bar by calling a provided callback function.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getSubTextParts">
			<summary>Obsolete. This method will be removed in one of the next versions. Requests a collection of either all subtextparts the current text part contains or only the subtextpart containing the input position from the server and returns the collection by calling a callback function which has to be provided as a parameter to the function.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getSupportedFonts">
			<summary>Gets an array of strings specifying the names of all currently supported fonts.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getSupportedPaperSizes">
			<summary>Gets an array of PaperSize structures specifying the names and the size of all currently supported paper sizes.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getText">
			<summary>Gets the control's text.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getTextBackColor">
			<summary>Gets the background color for the text.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getTextFields">
			<summary>Obsolete. This method will be removed in one of the next versions. Requests a collection of either all text fields the current text part contains or only the text field containing the input position from the server and returns the collection by calling a callback function which has to be provided as a parameter to the function.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getTextFrameMarkerLines">
			<summary>Gets whether text frames that have no border line are shown with marker lines.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getTextParts">
			<summary>Obsolete. This method will be removed in one of the next versions. Requests a collection of either all text parts the current document contains or only the text part containing the input position from the server and returns the collection by calling a callback function which has to be provided as a parameter to the function.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getUndoActionName">
			<summary>Gets a string that represents the name of the action that will be performed when a call to the undo method is made. The property's value is null if there is no action that can be undone.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getUserNames">
			<summary>Gets a list of names specifying users who have access to editable regions. When a document is set to read-only all editable regions that are related to these users can be edited.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.getViewMode">
			<summary>Gets the mode how Text Control displays a document.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.init">
			<summary>Initializes the document editor.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.load">
			<summary>Loads text in a certain format. The complete contents of the web editor are replaced.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.loadDocument">
			<summary>Loads text in a certain format. The complete contents of the web editor are replaced.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.loadJsonData">
			<summary>Loads JSON data which is used to create table and field name menu items in the mailings ribbon tab.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.loadSelection">
			<summary>Obsolete. This method will be removed in one of the next versions. Loads text in a certain format into the current selection.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.loadXMLDatabase">
			<summary>Loads an XML database which is used to create table and field name menu items in the mailings ribbon tab.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.printDocument">
			<summary>Attempts to print the current document in the browser. Not all browsers support this.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.redo">
			<summary>Redoes the last Text Control operation.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.refreshLayout">
			<summary>Forces a layout refresh of the document editor. Use this method in cases where the editor doesn't automatically react to layout changes of your web site.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.removeEventListener">
			<summary>The removeListener function removes the specified event listener from the TXTextControl object.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.removeFromDom">
			<summary>Closes the WebSocket connection gracefully and removes the whole editor from the DOM.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.removeTextField">
			<summary>Obsolete. This method will be removed in one of the next versions. The removeTextField method removes a text field from the document.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.resetContents">
			<summary>Deletes the entire contents of the control.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.save">
			<summary>Saves the current document in a certain format and sends the result back asynchronously by calling a given callback function.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.saveDocument">
			<summary>Saves the current document in a certain format and sends the result back asynchronously by calling a given callback function.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.saveSelection">
			<summary>Obsolete. This method will be removed in one of the next versions. Saves the current selection in a certain format and sends the result back asynchronously by calling a given callback function.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.select">
			<summary>Selects text within the control.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.selectAll">
			<summary>Selects all text in the control.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.selectWord">
			<summary>Selects the word at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setActivationState">
			<summary>Sets a value indicating the current activation state. It can be activated, deactivated or disabled.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setAllowUndo">
			<summary>Sets a value indicating whether the undo buffer is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setBackColor">
			<summary>Sets the Text Control's background color.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setBaseline">
			<summary>Sets the baseline alignment, in twips, of the Text Control.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setCommentHighlightMode">
			<summary>Sets the global comment highlight mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setControlChars">
			<summary>Sets whether the control characters are visible or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setDocumentTargetMarkers">
			<summary>Sets a value indicating that markers for hypertext targets are shown or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setDrawingMarkerLines">
			<summary>Sets whether a marker frame is shown around a drawing to indicate its position and size.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setEditableRegionHighlightMode">
			<summary>Sets the global editable region highlight mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setEditMode">
			<summary>Sets a value indicating whether the document's text is protected, or can be freely edited and formatted.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setFileDirectory">
			<summary>Sets the directory path where the files of a specific file type are stored on the web server.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setFontUnderlineStyle">
			<summary>Sets underlining style for the text displayed by the control. This property only determines the style.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setForeColor">
			<summary>Sets the foreground color of the control which is the color of the document's text.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setFormattingPrinter">
			<summary>Sets the name of a printer the text dimensions and capabilities of which are used to format the document. If the document is printed with this printer the displayed and the printed document have the same dimensions. If the property is set to "Standard", the system installed standard printer is used to format the document. If the property is set to "Display", the font dimensions of the display device are used to format the document. If the specified printer is not installed, the standard printer is used.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setFormulaReferenceStyle">
			<summary>Sets a value determining how references to table cells in formulas are specified. Supported are the A1 and the R1C1 notation. The A1 notation specifies a table cell with a column letter and a row number, for example B3 refers to the table cell in the third row and the second column. The R1C1 notation addresses a table cell with a row number and a column number, for example R3C2 refers to the table cell in the third row and the second column. Relative addresses can be expressed with square brackets. R[-3]C[-2]. The numbers inside the square brackets show how many rows or columns the cell is relative to itself. Negative row numbers mean that the referenced cell is above the cell containing the formula. Negative column numbers mean that the referenced cell is to the left of the cell containing the formula.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setInputPositionByLocation">
			<summary>Sets a new input position from a geometric location.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setInputPositionByPage">
			<summary>Sets a new input position from a page, line and column number.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setInputPositionByTextPosition">
			<summary>Sets a new input position from a text position.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setIsFormFieldValidationEnabled">
			<summary>Sets a value indicating whether form field validation is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setIsFormulaCalculationEnabled">
			<summary>Sets a value indicating whether formulas in tables are automatically calculated when the text of an input cell is changed.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setIsHyphenationEnabled">
			<summary>Sets a value indicating whether hyphenation is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setIsLanguageDetectionEnabled">
			<summary>Sets a value indicating whether language detection is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setIsSpellCheckingEnabled">
			<summary>Sets a value indicating whether spell checking is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setIsTrackChangesEnabled">
			<summary>Sets a value indicating whether track changes is active or not.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setLandscape">
			<summary>Sets a value indicating whether the page orientation is landscape.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setPageUnit">
			<summary>Sets the measure used for page sizes and page margins.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setPermanentControlChars">
			<summary>Sets a value indicating which control characters are shown permanently on the screen.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setRenderMode">
			<summary>Sets the component render mode.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setSelectObjects">
			<summary>Sets a value controlling the selection of objects which are inserted behind the text. When the property is set to true, a mouse click selects the object behind the text. Otherwise, when this property is set to false, text in front of the object can be selected.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setStatusBarColor">
			<summary>Sets the background color of the status bar.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setText">
			<summary>Sets the control's text.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setTextBackColor">
			<summary>Sets the background color for the text.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setTextFrameMarkerLines">
			<summary>Sets whether text frames that have no border line are shown with marker lines.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.setViewMode">
			<summary>Sets the mode how Text Control displays a document.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.showDialog">
			<summary>Shows a built-in dialog box.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.showHorizontalRuler">
			<summary>Shows or hides the web editor's horizontal ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.showHtmlDialog">
			<summary>Shows one of the a built-in HTML dialog boxes.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.showMergeFieldDialog">
			<summary>Opens a field dialog either for changing properties of an existing merge field or for creating a new merge field. If the fieldType parameter is omitted, the field dialog for the merge field at the current input position is shown (if there is one). Setting the fieldType parameter to a valid value creates a new field or replaces the field at the current position.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.showRibbonBar">
			<summary>Shows or hides the ribbon bar.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.showSideBar">
			<summary>Shows or hides a specified side bar.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.showStatusBar">
			<summary>Shows or hides the web editor's status bar.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.showVerticalRuler">
			<summary>Shows or hides the web editor's vertical ruler bar.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.undo">
			<summary>Undoes the last Text Control operation.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.zoom">
			<summary>Zooms the contents of the TextControl.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.barcodes">
			<summary>Gets a collection of all barcode frames contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.barcodeTypeSettings">
			<summary>The type specific settings for the currently used barcode.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.clipboardMode">
			<summary>Gets or sets the clipboard mode (client or server).</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.contextMenusEnabled">
			<summary>Gets or sets if a right click into the text area opens a context menu or not.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.controlChars">
			<summary>Obsolete. This property will be removed in one of the next versions. Gets or sets whether control characters are visible.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.displayColors">
			<summary>The displayed colors of the text control.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.documentPermissions">
			<summary>The document permission settings.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.documentSettings">
			<summary>The DocumentSettings class provides properties which inform about general document settings, such as author and title, contained in the document the user is currently working on.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.documentTargetMarkers">
			<summary>Gets or sets whether document target markers are visible.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.editMode">
			<summary>Obsolete. This property will be removed in one of the next versions. Gets or sets the edit mode the control is in.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.footnotes">
			<summary>All footnotes contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.headersAndFooters">
			<summary>Gets a collection of all headers and footers in the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.images">
			<summary>Gets a collection of all images contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.inlineStyles">
			<summary>Gets a collection of all inline styles the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.inputFormat">
			<summary>All formatting attributes at the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.inputPosition">
			<summary>The current text input position.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.isHyphenationEnabled">
			<summary>Obsolete. This property will be removed in one of the next versions. Gets or sets a value indicating whether hyphenation is active or not.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.isLanguageDetectionEnabled">
			<summary>Obsolete. This property will be removed in one of the next versions. Gets or sets a value indicating whether language detection is active or not.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.isLoadingDialogEnabled">
			<summary>Gets or sets whether a wait dialog is shown while a document is being loaded.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.isSpellCheckingEnabled">
			<summary>Obsolete. This property will be removed in one of the next versions. Gets or sets a value indicating whether spell checking is active or not.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.isTrackChangesEnabled">
			<summary>Obsolete. This property will be removed in one of the next versions. Gets or sets a value indicating whether change tracking is active or not.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.listFormat">
			<summary>The type and the formatting attributes of a bulleted or numbered list.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.pageMargins">
			<summary>The margins for the pages of the current document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.pages">
			<summary>Gets a collection of all pages in the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.pageSize">
			<summary>The width and height of the pages for the current document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.paragraphFormat">
			<summary>The paragraph formatting attributes of the text displayed by the control.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.paragraphStyles">
			<summary>All paragraph formatting styles in the current document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.ribbon">
			<summary>Gets the control's ribbon bar object.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.ribbonPermissionsTab">
			<summary>Returns the "Permissions" ribbon tab object.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.rulerBar">
			<summary>The horizontal ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.saveDocumentQuestionDialogEnabled">
			<summary>Obsolete. This property will be removed in one of the next versions. Gets or sets if a confirmation dialog should be shown before discarding unsaved changes.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.sections">
			<summary>Gets a collection of all sections in the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.selection">
			<summary>Returns the current selection or sets the selection's position and length.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.sideBarToggleButton">
			<summary>The sidebar toggle button shown at the top right of the ribbon.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.signatureFields">
			<summary>Gets a collection of all signature fields in the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.statusBar">
			<summary>The status bar.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.tableGridLines">
			<summary>Gets or sets if table grid lines are visible.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.textFieldsEditable">
			<summary>Gets or sets if text fields are editable or not.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.textFrameMarkerLines">
			<summary>Gets or sets if text frame marker lines are visible.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.textFrames">
			<summary>Gets a collection of all text frames in the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.textParts">
			<summary>Gets a collection of all main text parts the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.verticalRulerBar">
			<summary>The vertical ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.zoomFactor">
			<summary>Obsolete. This property will be removed in one of the next versions. Gets or sets the zoom factor, in percent, for a Text Control.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.ApplicationField">
			<summary>Represents a ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.ApplicationField">
			<summary>Initializes a new instance of the ApplicationField class.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.ApplicationField.showDialog">
			<summary>Displays a merge field dialog for certain merge field types.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.ApplicationField.parameters">
			<summary>The ApplicationField's parameters.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.ApplicationField.typeName">
			<summary>The merge field type ("MERGEFIELD", "DATE", "IF" etc.).</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.BarcodeType">
			<summary>Contains the existing barcode types.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.Color">
			<summary>Represents an ARGB (alpha, red, green, blue) color.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.Color">
			<summary>Initializes a new instance of the Color class.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.Color.a">
			<summary>The alpha component of the color.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.Color.b">
			<summary>The blue component of the color.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.Color.g">
			<summary>The green component of the color.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.Color.r">
			<summary>The red component of the color.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.DateField">
			<summary>Represents an MS Word specific DATE field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.DateField.format">
			<summary>Specifies the format of the field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.DateField.preserveFormatting">
			<summary>Specifies whether the field's formatting should be preserved.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.IfField">
			<summary>Represents an MS Word specific IFFIELD field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.IfField.expression1">
			<summary>Specifies the first expression text that should be compared.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.IfField.expression2">
			<summary>Specifies the second expression text that should be compared to Expression1.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.IfField.falseText">
			<summary>Specifies the text that should be displayed when the comparison is false.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.IfField.operator">
			<summary>Specifies the comparison operator.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.IfField.preserveFormatting">
			<summary>Specifies whether the field's formatting should be preserved.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.IfField.trueText">
			<summary>Specifies the text that should be displayed when the comparison is true.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.IncludeTextField">
			<summary>Represents an MS Word specific INCLUDETEXT field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.IncludeTextField.bookmark">
			<summary>Specifies the bookmark switch of the field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.IncludeTextField.fileName">
			<summary>Specifies the file name of the document that should be inserted.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.IncludeTextField.preserveFormatting">
			<summary>Specifies whether the field's formatting should be preserved.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.IncludeTextField.textFormat">
			<summary>Specifies the text format of the field.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.LoadSettings">
			<summary>The LoadSettings object provides properties for advanced settings and information during load operations.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.LoadSettings.PDFImportSettings">
			<summary>Specifies how reporting merge blocks are handled when a document is saved.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.LoadSettings.PDFImportSettings.GenerateLines">
			<summary>Text only,images and paragraph formatting are discarded. This option is best suited for searching PDF files.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.LoadSettings.PDFImportSettings.GenerateParagraphs">
			<summary>Generates paragraphs from the text flow. Images are discarded.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.LoadSettings.PDFImportSettings.GenerateTextFrames">
			<summary>Default. Uses tables, images and text frames to create a document that best matches the original document's appearance.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.LoadSettings.PDFImportSettings.GenerateXML">
			<summary>Creates an XML format where each line of text has attributes like page number and geometrical position.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.LoadSettings.PDFImportSettings.LoadEmbeddedFiles">
			<summary>Default. Files embedded in the PDF document are loaded and provided through the LoadSettings.EmbeddedFiles property.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.LoadSettings.PDFImportSettings.LoadEmbeddedData">
			<summary>Provides the PDF document's metadata, form fields and text coordinates through the LoadSettings.EmbeddedData property.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.LoadSettings.PDFImportSettings.GenerateTextFramesFirstPageOnly">
			<summary>Same as GenerateTextFrames, but only the first page is loaded. Can be used for previewing the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.addParagraph">
			<summary>Specifies whether or not a new paragraph is created before text is loaded.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.applicationFieldFormat">
			<summary>Specifies the format of text fields which are imported.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.applicationFieldTypeNames">
			<summary>Specifies an array of strings containing the type names of fields which are to be imported.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.documentAccessPermissions">
			<summary>Specifies how a document can be accessed after it has been loaded.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.documentBasePath">
			<summary>Sets a file path that is used to search for resources like images or hypertext links.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.documentPartName">
			<summary>SpreadsheetML only. Gets or sets the name of the part of the document to be loaded.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.imageSearchPath">
			<summary>Sets a file path that is used to search for resources like images or hypertext links.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.loadDocumentBackColor">
			<summary>Specifies whether or not the document background color is loaded.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.loadHypertextLinks">
			<summary>Specifies whether or not hypertext links are loaded.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.loadImages">
			<summary>Specifies whether or not images are loaded.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.loadSubTextParts">
			<summary>DOCX Format only: Specifies whether or not bookmarks which extend over several characters are converted to SubTextParts.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.masterPassword">
			<summary>Specifies the password when the document is restricted with access permissions.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.PDFImportSettings">
			<summary>Specifies how the document structure is generated when a PDF document is imported.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.reportingMergeBlockFormat">
			<summary>Specifies how reporting merge blocks are handled when a document is loaded.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.LoadSettings.userPassword">
			<summary>Specifies the password for the user to open a password protected document.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.MergeField">
			<summary>Represents an MS Word specific MERGEFIELD field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.MergeField.dateTimeFormat">
			<summary>Specifies a string format which is applied to date / time values.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.MergeField.name">
			<summary>Specifies the name of the field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.MergeField.numericFormat">
			<summary>Specifies a string format which is applied to numeric values.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.MergeField.preserveFormatting">
			<summary>Specifies whether the field's formatting should be preserved.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.MergeField.text">
			<summary>Specifies the text of the field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.MergeField.textAfter">
			<summary>Specifies the text of the field that is displayed after the field's text.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.MergeField.textBefore">
			<summary>Specifies the text of the field that is displayed before the field's text.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.MergeField.textFormat">
			<summary>Specifies the text format of the field.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.NextField">
			<summary>Represents an MS Word specific NEXT field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.NextField.preserveFormatting">
			<summary>Specifies whether the field's formatting should be preserved.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.NextIfField">
			<summary>Represents an MS Word specific NEXTIF field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.NextIfField.expression1">
			<summary>Specifies the first expression text that should be compared.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.NextIfField.expression2">
			<summary>Specifies the second expression text that should be compared to Expression1.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.NextIfField.operator">
			<summary>Specifies the comparison operator.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.NextIfField.preserveFormatting">
			<summary>Specifies whether the field's formatting should be preserved.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.Proofing">
			<summary>A JavaScript object which was introduced to act as a namespace for all proofing and spell checking methods and properties.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.Proofing.addWordToUserDictionary">
			<summary>Adds a word to an existing user dictionary.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.Proofing.getDictionaryList">
			<summary>Retrieves a list of the names of all dictionary files on the server.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.Proofing.getUserDictionaryInfo">
			<summary>Retrieves information about all currently existing user dictionaries via a callback function.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.Proofing.loadDictionary">
			<summary>Loads a dictionary.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.Proofing.loadUserDictionary">
			<summary>Loads a list of words given as a string array as a user dictionary.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.Proofing.removeDictionary">
			<summary>Removes a dictionary from the loaded dictionaries.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.Proofing.removeUserDictionary">
			<summary>Removes an existing user dictionary.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.Proofing.removeWordFromUserDictionary">
			<summary>Removes a word from an existing user dictionary.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.Proofing.saveUserDictionary">
			<summary>Saves an existing user dictionary by supplying the contained words as a string array to a callback function.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.SaveSettings">
			<summary>The SaveSettings class provides properties for advanced settings and information during save operations.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.SaveSettings.CssSaveMode">
			<summary>HTML only. Specifies how to save stylesheet data with an HTML document.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.CssSaveMode.None">
			<summary>All format information is saved in the body of the HTML document through HTML tags.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.CssSaveMode.CreateFile">
			<summary>Stylesheets are saved in a newly created CSS file. This file has the same name and location as the corresponding HTML file or is specified through the SaveSettings.CssFileName property. The file is only created if it does not exist. If the HTML document is saved in a memory buffer, this setting cannot be used.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.CssSaveMode.OverwriteFile">
			<summary>Stylesheets are saved in a newly created CSS file. This file has the same name and location as the corresponding HTML file or is specified through the SaveSettings.CssFileName property. If the file already exists, it is overridden. If the HTML document is saved in a memory buffer, this setting cannot be used.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.CssSaveMode.Inline">
			<summary>Stylesheets are saved in the head of the HTML document.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.SaveSettings.OmittedContent">
			<summary>Specifies data to be omitted when the document is saved.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.OmittedContent.None">
			<summary>Nothing is omitted.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.OmittedContent.SubTextParts">
			<summary>Subtextparts are omitted. Only the subtextpart is omitted, the text and formatting attributes belonging to the subtextpart are saved.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.OmittedContent.TrackedChanges">
			<summary>Tracked changes are omitted. Only the markup is omitted, the text and formatting attributes belonging to the tracked change are saved.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.OmittedContent.EditableRegions">
			<summary>Editable regions are omitted. Only the region marker are omitted, the text and formatting attributes belonging to the editable region are saved.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.OmittedContent.Sections">
			<summary>Sections are omitted.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.OmittedContent.TextFields">
			<summary>Text fields are omitted.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.SaveSettings.ReportingMergeBlockFormat">
			<summary>Specifies how reporting merge blocks are handled when a document is saved.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.ReportingMergeBlockFormat.Default">
			<summary>The document is saved as it is. Reporting merge blocks are not converted.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.ReportingMergeBlockFormat.DocumentTargets">
			<summary>If the document contains reporting merge blocks marked with subtextparts, these subtextparts are converted to document targets.</summary>
		</member>
		<member name="F:TXTextControl.TXTextControl.SaveSettings.ReportingMergeBlockFormat.SubTextParts">
			<summary>This member is not used, when a document is saved.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.author">
			<summary>The document's author which will be saved in the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.creationDate">
			<summary>The document's creation date which will be saved in the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.creatorApplication">
			<summary>The application, which has created the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.cssSaveMode">
			<summary>HTML only. Specifies how to save stylesheet data with an HTML document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.documentAccessPermissions">
			<summary>Specifies how a document can be accessed after it has been opened.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.documentKeywords">
			<summary>Sets the document's keywords which will be saved in the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.documentLevelJavaScriptActions">
			<summary>Specifies an array of strings containing Javascript.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.documentSubject">
			<summary>Sets the document's subject string which will be saved in the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.documentTitle">
			<summary>Sets the document's title that will be saved in the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.imageCompressionQuality">
			<summary>Sets a value between 1 and 100, which is the quality of a lossy image compression used when a document is saved.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.imageExportFilterIndex">
			<summary>Sets the format used for saving all images contained in the document.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.imageMaxResolution">
			<summary>Sets the maximum resolution for all images in the document in dots per inch when the document is saved.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.lastModificationDate">
			<summary>Sets the date the document is last modified.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.masterPassword">
			<summary>Specifies a password for the document's access permissions.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.omittedContent">
			<summary>Specifies data to be omitted when the document is saved.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.reportingMergeBlockFormat">
			<summary>Specifies how reporting merge blocks are handled when a document is saved.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.saveDocumentBackColor">
			<summary>Specifies whether or not the document background color is saved.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.SaveSettings.userPassword">
			<summary>Specifies the password for the user when the document is reopened.</summary>
		</member>
		<member name="T:TXTextControl.TXTextControl.TextField">
			<summary>Represents a text field in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TXTextControl.TextField">
			<summary>Initializes a new instance of the TextField class.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.bounds">
			<summary>Obsolete. This property will be removed in one of the next versions. The bounding rectangle of a text field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.containsInputPosition">
			<summary>Obsolete. This property will be removed in one of the next versions. Returns true if the Textfield contains the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.deleteable">
			<summary>Obsolete. This property will be removed in one of the next versions. Specifies whether a text field can be deleted by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.doubledInputPosition">
			<summary>Obsolete. This property will be removed in one of the next versions. Specifies whether a text field has a doubled input position in front of its first character and behind its last character.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.editable">
			<summary>Obsolete. This property will be removed in one of the next versions. Specifies whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.id">
			<summary>Obsolete. This property will be removed in one of the next versions. The identifier of the text field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.isSpellCheckingEnabled">
			<summary>Obsolete. This property will be removed in one of the next versions. Specifies whether a text field's text is checked on misspelled words.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.length">
			<summary>Obsolete. This property will be removed in one of the next versions. The number of characters in the text field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.name">
			<summary>Obsolete. This property will be removed in one of the next versions. The Text field's name.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.showActivated">
			<summary>Obsolete. This property will be removed in one of the next versions. Specifies whether a text field toggles its background to gray, if the current input position is in the field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.start">
			<summary>Obsolete. This property will be removed in one of the next versions. The 1-based first character position of the text field.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.text">
			<summary>Obsolete. This property will be removed in one of the next versions. The Text field's text.</summary>
		</member>
		<member name="P:TXTextControl.TXTextControl.TextField.type">
			<summary>Obsolete. This property will be removed in one of the next versions. The field type ("APPLICATIONFIELD" or "TEXTFIELD").</summary>
		</member>
		<member name="T:TXTextControl.Table">
			<summary>The Table object represents a table in a document.</summary>
		</member>
		<member name="M:TXTextControl.Table.getCanMergeCells">
			<summary>Checks whether table cells can be merged. Table cells can only be merged, if more than one cell in this table is selected.</summary>
		</member>
		<member name="M:TXTextControl.Table.getCanSplit">
			<summary>Checks whether this table can be split. A table can only be split if it contains the current input position and no further text is selected.</summary>
		</member>
		<member name="M:TXTextControl.Table.getCanSplitCells">
			<summary>Checks whether previously merged table cells in this table can be split. Only selected table cells can be split.</summary>
		</member>
		<member name="M:TXTextControl.Table.getID">
			<summary>Gets the table's identifier.</summary>
		</member>
		<member name="M:TXTextControl.Table.getNestedLevel">
			<summary>Gets the nested level for the specified table. Top level tables have a level of 1.</summary>
		</member>
		<member name="M:TXTextControl.Table.getOuterMostTable">
			<summary>Gets a table's outermost table. This is a top-level table with a nested level of 1. The property's value is an object of the prototype Table or null if this table is already a top-level table.</summary>
		</member>
		<member name="M:TXTextControl.Table.getOuterTable">
			<summary>Gets table's outer table.</summary>
		</member>
		<member name="M:TXTextControl.Table.mergeCells">
			<summary>Merges all selected table cells in this table. {@link Table#getCanMergeCells} can be used to determine, if table cells can be merged or not.</summary>
		</member>
		<member name="M:TXTextControl.Table.select">
			<summary>Selects the complete table.</summary>
		</member>
		<member name="M:TXTextControl.Table.selectCells">
			<summary>Selects the part of the table defined through two table cells.</summary>
		</member>
		<member name="M:TXTextControl.Table.setID">
			<summary>Sets the table's id.</summary>
		</member>
		<member name="M:TXTextControl.Table.split">
			<summary>Splits a table below or above the current input position. If the table does not contain the current input position it cannot be split. The getCanSplit method can be used to determine if a table can be split or not. If a table is split above the first row a new line is inserted above the table and if a table is split below the last row a new line is inserted below the table. This is useful to insert text above or below a nested table that immediately starts and/or ends at the beginning or the end of the cell in which it is nested.</summary>
		</member>
		<member name="M:TXTextControl.Table.splitCells">
			<summary>Splits all selected table cells in this table. Only previously merged cells can be split. The getCanSplitCells method can be used to determine, if table cells can be split or not.</summary>
		</member>
		<member name="P:TXTextControl.Table.cells">
			<summary>The collection of all table cells the table consists of.</summary>
		</member>
		<member name="P:TXTextControl.Table.columns">
			<summary>Gets a collection of all columns the table consists of.</summary>
		</member>
		<member name="P:TXTextControl.Table.nestedTables">
			<summary>Gets a collection of all tables nested in this table.</summary>
		</member>
		<member name="P:TXTextControl.Table.rows">
			<summary>Gets a collection of all rows the table consists of.</summary>
		</member>
		<member name="T:TXTextControl.TableBaseCollection">
			<summary>The base class for table collections.</summary>
		</member>
		<member name="M:TXTextControl.TableBaseCollection.getItem">
			<summary>Gets the first table in the collection with the given id.</summary>
		</member>
		<member name="M:TXTextControl.TableBaseCollection.removeAtInputPosition">
			<summary>Removes the table at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TableBaseCollection.removeById">
			<summary>Removes the first table with the passed id.</summary>
		</member>
		<member name="T:TXTextControl.TableCallback">
			<summary>Callback function for table events.</summary>
		</member>
		<member name="T:TXTextControl.TableCell">
			<summary>Represents a single cell of a table in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.getCellFormat">
			<summary>Gets the formatting attributes of a table cell. The property's value is an object of type TableCellFormat.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.getColumn">
			<summary>Gets the table cell's column number.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.getFormula">
			<summary>Gets the table cell's formula. For each table cell a formula can be defined which is used to calculate the cell's text. The formula can contain references to other table cells in the same table. When the text of a referenced cell changes, the cell which references it is automatically updated.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.getLength">
			<summary>Gets the number of characters in the table cell. If the table cell is merged, the property returns -1.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.getName">
			<summary>Gets the cell's name. Each table cell can have a name, which can be used to store any string data associated with the cell.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.getPosition">
			<summary>Gets, in twips, the horizontal position of the cell.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.getRow">
			<summary>Gets the table cell's row number.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.getStart">
			<summary>Gets the index (one-based) of the first character in the table cell.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.getText">
			<summary>Gets the cell's text.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.getWidth">
			<summary>Gets, in twips, the width of the cell.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.select">
			<summary>Selects the table cell.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.setFormula">
			<summary>Sets the table cell's formula. For each table cell a formula can be defined which is used to calculate the cell's text. The formula can contain references to other table cells in the same table. When the text of a referenced cell changes, the cell which references it is automatically updated.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.setName">
			<summary>Sets the cell's name. Each table cell can have a name, which can be used to store any string data associated with the cell.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.setPosition">
			<summary>Sets, in twips, the horizontal position of the cell.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.setText">
			<summary>Sets the cell's text.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.setWidth">
			<summary>Sets, in twips, the width of the cell.</summary>
		</member>
		<member name="T:TXTextControl.TableCellBorder">
			<summary>A TableCellBorder object represents the border of a table cell.</summary>
		</member>
		<member name="M:TXTextControl.TableCellBorder.getColor">
			<summary>Gets the cell's border color.</summary>
		</member>
		<member name="M:TXTextControl.TableCellBorder.getTextDistance">
			<summary>Gets the distance between the table cell's border and its text in twips.</summary>
		</member>
		<member name="M:TXTextControl.TableCellBorder.getWidth">
			<summary>Gets the cell's width in twips.</summary>
		</member>
		<member name="M:TXTextControl.TableCellBorder.setColor">
			<summary>Sets the cell's border color.</summary>
		</member>
		<member name="M:TXTextControl.TableCellBorder.setTextDistance">
			<summary>Sets the distance between the table cell's border and its text in twips.</summary>
		</member>
		<member name="M:TXTextControl.TableCellBorder.setWidth">
			<summary>Sets the cell's width in twips.</summary>
		</member>
		<member name="T:TXTextControl.TableCellCollection">
			<summary>Contains all cells of a table.</summary>
		</member>
		<member name="M:TXTextControl.TableCellCollection.getCanRemove">
			<summary>Gets a value indicating whether table cells can be removed. Table cells can be removed, if either the current text input position is in a table, or if a part of a table is selected.</summary>
		</member>
		<member name="M:TXTextControl.TableCellCollection.getItem">
			<summary>Gets the cell with the specified row and column number.</summary>
		</member>
		<member name="M:TXTextControl.TableCellCollection.getItemAtInputPosition">
			<summary>Gets table's cell at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TableCellCollection.remove">
			<summary>Removes the table cell at the current text input position or all selected table cells when a text selection exists.</summary>
		</member>
		<member name="T:TXTextControl.TableCellFormat">
			<summary>The TableCellFormat object represents the formatting attributes of a table cell.</summary>
		</member>
		<member name="M:TXTextControl.TableCellFormat.getBackColor">
			<summary>Gets the table cell's background color.</summary>
		</member>
		<member name="M:TXTextControl.TableCellFormat.getNumberFormat">
			<summary>Gets a number format for the table cell. The number format is used, when a formula is defined and the table cell's text is automatically calculated. When a number format is not defined, the property's value is an empty string. The number format string has a format as described in Office Open XML File Formats - ISO/IEC 29500 - 1, Chapter: 18.8.31 Number Formats.</summary>
		</member>
		<member name="M:TXTextControl.TableCellFormat.getTextType">
			<summary>Gets the text type of the table cell which determines whether the cell's text is interpreted as a number or as text When the type is Text, the cell's text is interpreted as text and it is displayed as it is. When the type is Number, the cell's text is interpreted as a number. The period character (.) is defined as decimal separator, the comma character (,) is defined as thousands separator.</summary>
		</member>
		<member name="M:TXTextControl.TableCellFormat.getVerticalAlignment">
			<summary>Gets the vertical alignment of the text in the table cell.</summary>
		</member>
		<member name="M:TXTextControl.TableCellFormat.setBackColor">
			<summary>Sets the table cell's background color.</summary>
		</member>
		<member name="M:TXTextControl.TableCellFormat.setNumberFormat">
			<summary>Sets the table cell's number format.</summary>
		</member>
		<member name="M:TXTextControl.TableCellFormat.setTextType">
			<summary>Sets the table cell's text type.</summary>
		</member>
		<member name="M:TXTextControl.TableCellFormat.setVerticalAlignment">
			<summary>Sets the vertical alignment of the text in the table cell.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.bottomBorder">
			<summary>The cell's bottom border.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.leftBorder">
			<summary>The cell's left border.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.rightBorder">
			<summary>The cell's right border.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.topBorder">
			<summary>The cell's top border.</summary>
		</member>
		<member name="T:TXTextControl.TableCollection">
			<summary>Contains all tables of a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.TableCollection.add">
			<summary>Adds a table at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TableCollection.getCanAdd">
			<summary>Gets a value indicating whether a new table can be inserted at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TableCollection.getGridLines">
			<summary>Gets a value indicating whether table's gridlines are shown or not.</summary>
		</member>
		<member name="M:TXTextControl.TableCollection.getItem">
			<summary>Gets the table at the current input position or the first table in the collection with the given id.</summary>
		</member>
		<member name="M:TXTextControl.TableCollection.setGridLines">
			<summary>Sets a value indicating wether table grid lines are shown or not.</summary>
		</member>
		<member name="T:TXTextControl.TableColumn">
			<summary>Represents a single column of a table in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TableColumn.getCellFormat">
			<summary>Gets the formatting attributes of a table column.</summary>
		</member>
		<member name="M:TXTextControl.TableColumn.getColumn">
			<summary>Gets the number of the table column represented through this table column object.</summary>
		</member>
		<member name="M:TXTextControl.TableColumn.getPosition">
			<summary>Gets, in twips, the horizontal position of the column.</summary>
		</member>
		<member name="M:TXTextControl.TableColumn.getWidth">
			<summary>Gets, in twips, the width of the column.</summary>
		</member>
		<member name="M:TXTextControl.TableColumn.select">
			<summary>Selects the table column.</summary>
		</member>
		<member name="M:TXTextControl.TableColumn.setPosition">
			<summary>Sets, in twips, the horizontal position of the column.</summary>
		</member>
		<member name="M:TXTextControl.TableColumn.setWidth">
			<summary>Sets, in twips, the width of the column.</summary>
		</member>
		<member name="T:TXTextControl.TableColumnCollection">
			<summary>Contains all columns of a table in a Text Control document</summary>
		</member>
		<member name="M:TXTextControl.TableColumnCollection.add">
			<summary>Adds a new table column at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.TableColumnCollection.getCanAdd">
			<summary>Gets a value indicating whether a new column can be inserted at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TableColumnCollection.getCanRemove">
			<summary>Gets a value indicating whether the selected columns can be removed. Columns can be removed, if either the current text input position is in a column, or if a part of a table is selected.</summary>
		</member>
		<member name="M:TXTextControl.TableColumnCollection.getItem">
			<summary>Gets the table column with the specified index or the column at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TableColumnCollection.remove">
			<summary>Removes the table column at the current text input position or all selected columns when a text selection exists.</summary>
		</member>
		<member name="T:TXTextControl.TableEventArgs">
			<summary>The event argument for table related events.</summary>
		</member>
		<member name="P:TXTextControl.TableEventArgs.table">
			<summary>The table's information.</summary>
		</member>
		<member name="T:TXTextControl.TableInfo">
			<summary>Information about a table.</summary>
		</member>
		<member name="P:TXTextControl.TableInfo.id">
			<summary>The table's id.</summary>
		</member>
		<member name="P:TXTextControl.TableInfo.nestedLevel">
			<summary>The table's nesting level.</summary>
		</member>
		<member name="T:TXTextControl.TableOfContents">
			<summary>A TableOfContents object defines the position and the properties of a table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getHasLinks">
			<summary>Gets value specifying whether each entry in the table of contents is a DocumentLink with a corresponding DocumentTarget.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getHasPageNumbers">
			<summary>Gets a value specifying whether the table of contents contains page numbers.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getHasRightAlignedPageNumbers">
			<summary>Gets a value specifying whether the page numbers in the table of contents are right-aligned.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getHighlightColor">
			<summary>Gets the highlight color for the table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getHighlightMode">
			<summary>Gets a value indicating whether the table of contents is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getID">
			<summary>Gets an identifier for a table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getLength">
			<summary>Gets the number of characters which belong to the table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getMaximumStructureLevel">
			<summary>Gets the maximum structure level for this table of contents. The table of contents contains all paragraphs with a structure level less than or equal this value. It must be between 1 and 10.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getMinimumStructureLevel">
			<summary>Gets the minimum structure level for this table of contents. The table of contents contains all paragraphs with a structure level less than or equal this value. It must be between 1 and 10.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getName">
			<summary>Gets a name for the table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getNumber">
			<summary>Gets the number of the table of contents in the text. The first table of contents has the number 1. The number is defined through the textflow. A table of contents with a smaller start position has a smaller number.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getStart">
			<summary>Gets the index (one-based) of the first character which belongs to the table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getText">
			<summary>Gets the text of the table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.getTitle">
			<summary>Gets a title for the table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.save">
			<summary>Saves the TableOfContents in a certain format and sends the result back asynchronously by calling a given callback function.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.scrollTo">
			<summary>Sets the current input position to the beginning of a table of contents and scrolls it into the visible part of the document.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.setHasLinks">
			<summary>Sets a value specifying whether each entry in the table of contents is a DocumentLink with a corresponding DocumentTarget.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.setHasPageNumbers">
			<summary>Sets a value specifying whether the table of contents contains page numbers.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.setHasRightAlignedPageNumbers">
			<summary>Sets a value specifying whether the page numbers in the table of contents are right-aligned.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.setHighlightColor">
			<summary>Sets the highlight color for the table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.setHighlightMode">
			<summary>Sets a value indicating whether the table of contents is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.setID">
			<summary>Sets an identifier for the table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.setMaximumStructureLevel">
			<summary>Sets the maximum structure level for this table of contents. The table of contents contains all paragraphs with a structure level less than or equal this value. It must be between 1 and 10.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.setMinimumStructureLevel">
			<summary>Sets the minimum structure level for this table of contents. The table of contents contains all paragraphs with a structure level less than or equal this value. It must be between 1 and 10.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.setName">
			<summary>Sets a name for the table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.setTitle">
			<summary>Sets a title for the table of contents. An empty string indicates that the table of contents has no title.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.update">
			<summary>Updates the content and the page numbers of the table of contents.</summary>
		</member>
		<member name="T:TXTextControl.TableOfContentsCallback">
			<summary>Callback function for table of contents related events.</summary>
		</member>
		<member name="T:TXTextControl.TableOfContentsCollection">
			<summary>Contains all tables of contents in a certain part of the document.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContentsCollection.add">
			<summary>Adds a new table of contents to the document at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContentsCollection.getItem">
			<summary>Gets the table of contents at the current input position or the table of contents with the specified identifier.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContentsCollection.getItemByName">
			<summary>Gets the table of contents with the specified name.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContentsCollection.remove">
			<summary>Removes a table of contents from the collection including all its text and including all DocumentTargets to where the table's links point.</summary>
		</member>
		<member name="T:TXTextControl.TableOfContentsCollectionAddParams">
			<summary>The method parameters for the TableOfContentsCollection.add() method.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsCollectionAddParams.hasLinks">
			<summary>Optional. Specifies whether each entry in the table of contents is a DocumentLink with a corresponding DocumentTarget.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsCollectionAddParams.hasPageNumbers">
			<summary>Optional. Specifies whether the table of contents contains page numbers.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsCollectionAddParams.hasRightAlignedPageNumbers">
			<summary>Optional. Specifies whether the page numbers in the table of contents are right-aligned.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsCollectionAddParams.maximumStructureLevel">
			<summary>Optional. The minimum structure level for this table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsCollectionAddParams.minimumStructureLevel">
			<summary>Optional. The maximum structure level for this table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsCollectionAddParams.title">
			<summary>Optional. The title for the table of contents.</summary>
		</member>
		<member name="T:TXTextControl.TableOfContentsEventArgs">
			<summary>The event argument for table of contents related events.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsEventArgs.tableOfContents">
			<summary>The table of contents' information.</summary>
		</member>
		<member name="T:TXTextControl.TableOfContentsInfo">
			<summary>Information about a table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.hasLinks">
			<summary>Specifies whether each entry in the table of contents is a DocumentLink with a corresponding DocumentTarget.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.hasPageNumbers">
			<summary>Specifies whether the table of contents contains page numbers.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.hasRightAlignedPageNumbers">
			<summary>Specifies whether the page numbers in the table of contents are right-aligned.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.highlightColor">
			<summary>The highlight color for the table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.highlightMode">
			<summary>Indicates how the text of the table of contents is highlighted.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.id">
			<summary>The table of contents' identifier.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.length">
			<summary>The number of characters which belong to the table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.maximumStructureLevel">
			<summary>The maximum structure level for this table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.minimumStructureLevel">
			<summary>The minimum structure level for this table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.name">
			<summary>The table of contents' name.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.number">
			<summary>The table of contents' one-based number in the document.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsInfo.start">
			<summary>The one-based index of the first character which belongs to the table of contents.</summary>
		</member>
		<member name="T:TXTextControl.TableRow">
			<summary>Represents a single row of a table in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TableRow.getAllowPageBreak">
			<summary>Gets a value specifying how the table row is formatted at page breaks.</summary>
		</member>
		<member name="M:TXTextControl.TableRow.getCellFormat">
			<summary>Gets the formatting attributes of a table row.</summary>
		</member>
		<member name="M:TXTextControl.TableRow.getIsHeader">
			<summary>Gets a value specifying whether the table row is part of the table's header.</summary>
		</member>
		<member name="M:TXTextControl.TableRow.getMinimumHeight">
			<summary>Gets the minimum height, in twips, of the table row. The table row is formatted with this height if the text is smaller. Otherwise the row grows as necessary. If the property value is zero, the table row's height is always determined through the containing text.</summary>
		</member>
		<member name="M:TXTextControl.TableRow.getRow">
			<summary>Gets the number of the table row represented through this table row object.</summary>
		</member>
		<member name="M:TXTextControl.TableRow.select">
			<summary>Selects the table row.</summary>
		</member>
		<member name="M:TXTextControl.TableRow.setAllowPageBreak">
			<summary>Sets a value specifying how the table row is formatted at page breaks. The property value is True, if the table row can be formatted across page breaks. The property value is False, if the table row must not be formatted across page breaks.</summary>
		</member>
		<member name="M:TXTextControl.TableRow.setIsHeader">
			<summary>Sets a value specifying whether the table row is part of the table's header.</summary>
		</member>
		<member name="M:TXTextControl.TableRow.setMinimumHeight">
			<summary>Sets the minimum height, in twips, of the table row. The table row is formatted with this height if the text is smaller. Otherwise the row grows as necessary. If the property value is zero, the table row's height is always determined through the containing text.</summary>
		</member>
		<member name="T:TXTextControl.TableRowCollection">
			<summary>Contains all rows of a table in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TableRowCollection.add">
			<summary>Adds a count of rows before or after the first or last selected row.</summary>
		</member>
		<member name="M:TXTextControl.TableRowCollection.getCanAdd">
			<summary>Gets a value indicating whether a new row can be inserted at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TableRowCollection.getCanRemove">
			<summary>Gets a value indicating whether the selected rows can be removed. Rows can be removed, if either the current text input position is in a row, or if a part of a table is selected.</summary>
		</member>
		<member name="M:TXTextControl.TableRowCollection.getItem">
			<summary>Gets the table row at the current input position or the table row with the specified number.</summary>
		</member>
		<member name="M:TXTextControl.TableRowCollection.remove">
			<summary>Removes the table row at the current text input position or all selected rows when a text selection exists.</summary>
		</member>
		<member name="T:TXTextControl.TextChar">
			<summary>The TextChar object represents a single character in a document.</summary>
		</member>
		<member name="M:TXTextControl.TextChar.getBounds">
			<summary>Gets the bounding rectangle of the character.</summary>
		</member>
		<member name="M:TXTextControl.TextChar.getChar">
			<summary>Gets the value of the character.</summary>
		</member>
		<member name="M:TXTextControl.TextChar.getNumber">
			<summary>Gets the character's number.</summary>
		</member>
		<member name="T:TXTextControl.TextCharCollection">
			<summary>Contains all characters in a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.TextCharCollection.add">
			<summary>Inserts a character at the specified position using the specified font.</summary>
		</member>
		<member name="M:TXTextControl.TextCharCollection.addControlChar">
			<summary>Inserts a control character at the specified text input position.</summary>
		</member>
		<member name="M:TXTextControl.TextCharCollection.getItem">
			<summary>Gets a particular character from the collection specified through a certain geometrical position.</summary>
		</member>
		<member name="M:TXTextControl.TextCharCollection.remove">
			<summary>Removes the character by number.</summary>
		</member>
		<member name="T:TXTextControl.TextControlChangedCallback">
			<summary>Callback function for the textControlChanged event.</summary>
		</member>
		<member name="T:TXTextControl.TextControlLoadedCallback">
			<summary>Callback function for the textControlLoaded event.</summary>
		</member>
		<member name="T:TXTextControl.TextDroppedCallback">
			<summary>Callback function for the textDropped event.</summary>
		</member>
		<member name="T:TXTextControl.TextDroppedEventArgs">
			<summary>The event argument object for the textDropped event.</summary>
		</member>
		<member name="P:TXTextControl.TextDroppedEventArgs.cancel">
			<summary>Set this property to true to cancel the event.</summary>
		</member>
		<member name="P:TXTextControl.TextDroppedEventArgs.text">
			<summary>The dropped text.</summary>
		</member>
		<member name="P:TXTextControl.TextDroppedEventArgs.textType">
			<summary>The MIME type of the dropped text.</summary>
		</member>
		<member name="T:TXTextControl.TextField">
			<summary>Represents a text field in a document.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getBounds">
			<summary>Gets the bounding rectangle of a text field.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getContainsInputPosition">
			<summary>Returns true, if the Textfield contains the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getDeleteable">
			<summary>Gets whether a text field can be deleted by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getDoubledInputPosition">
			<summary>Sets whether a text field has a doubled input position in front of its first character and behind its last character.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getEditable">
			<summary>Gets whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getFormattingBounds">
			<summary>Gets the formatting rectangle of a text field.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getHighlightColor">
			<summary>Gets the highlight color for the text field.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getHighlightMode">
			<summary>Gets a value indicating when the text field is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getID">
			<summary>Gets an identifier for a text field.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getIsSpellCheckingEnabled">
			<summary>Gets whether a text field's text is checked on misspelled words.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getLength">
			<summary>Gets the number of characters in a text field.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getName">
			<summary>Relates a user-defined name to a text field.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getStart">
			<summary>Gets the first character position (one-based) of a text field.</summary>
		</member>
		<member name="M:TXTextControl.TextField.getText">
			<summary>Gets the text which is contained within a text field.</summary>
		</member>
		<member name="M:TXTextControl.TextField.scrollTo">
			<summary>Sets the current input position to the beginning of a text field and scrolls it into the visible part of the document.</summary>
		</member>
		<member name="M:TXTextControl.TextField.setDeleteable">
			<summary>Sets whether a text field can be deleted by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="M:TXTextControl.TextField.setDoubledInputPosition">
			<summary>Gets whether a text field has a doubled input position in front of its first character and behind its last character.</summary>
		</member>
		<member name="M:TXTextControl.TextField.setEditable">
			<summary>Sets whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="M:TXTextControl.TextField.setHighlightColor">
			<summary>Sets the highlight color for the text field.</summary>
		</member>
		<member name="M:TXTextControl.TextField.setHighlightMode">
			<summary>Sets a value indicating when the text field is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.TextField.setID">
			<summary>Sets an identifier for the text field.</summary>
		</member>
		<member name="M:TXTextControl.TextField.setIsSpellCheckingEnabled">
			<summary>Gets whether a text field's text is checked on misspelled words.</summary>
		</member>
		<member name="M:TXTextControl.TextField.setName">
			<summary>Sets the name of a text field.</summary>
		</member>
		<member name="M:TXTextControl.TextField.setText">
			<summary>Sets the text which is contained within a text field.</summary>
		</member>
		<member name="T:TXTextControl.TextFieldCallback">
			<summary>Callback function for text field related events.</summary>
		</member>
		<member name="T:TXTextControl.TextFieldCollection">
			<summary>Contains all standard text fields in a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.add">
			<summary>Adds a new TextField to the collection.</summary>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.addWithText">
			<summary>Adds a new TextField with the given text to the collection.</summary>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.clear">
			<summary>Removes all text fields from a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.getItem">
			<summary>Gets the text field at the current text input position or the text field with the specified id.</summary>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.remove">
			<summary>Removes the text field from the Text Control document.</summary>
		</member>
		<member name="T:TXTextControl.TextFieldCollectionBase">
			<summary>Contains all standard text fields in a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.TextFieldCollectionBase.getCanAdd">
			<summary>Gets a value indicating whether a new text field can be inserted at the current input position.</summary>
		</member>
		<member name="T:TXTextControl.TextFieldEventArgs">
			<summary>The event argument object for text field related events.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldEventArgs.textField">
			<summary>The text field.</summary>
		</member>
		<member name="T:TXTextControl.TextFieldInfo">
			<summary>The type of the text field object in TextFieldEventArgs or in other properties / methods returning static field information (or arrays thereof).</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.bounds">
			<summary>The bounding rectangle of a text field.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.containsInputPosition">
			<summary>Returns true if the Textfield contains the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.deleteable">
			<summary>Specifies whether a text field can be deleted by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.doubledInputPosition">
			<summary>Specifies whether a text field has a doubled input position in front of its first character and behind its last character.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.editable">
			<summary>Specifies whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.formattingBounds">
			<summary>The formatting rectangle of a text field.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.id">
			<summary>The identifier of the text field.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.isSpellCheckingEnabled">
			<summary>Specifies whether a text field's text is checked on misspelled words.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.length">
			<summary>The number of characters in the text field.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.name">
			<summary>The text field's name.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.showActivated">
			<summary>Specifies whether a text field toggles its background to gray, if the current input position is in the field.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.start">
			<summary>The 1-based first character position of the text field.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.text">
			<summary>The text field's text content.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldInfo.type">
			<summary>The field type ("APPLICATIONFIELD" or "TEXTFIELD").</summary>
		</member>
		<member name="T:TXTextControl.TextFormField">
			<summary>The TextFormField object represents a text input field on a form.</summary>
		</member>
		<member name="M:TXTextControl.TextFormField.getEmptyWidth">
			<summary>Gets the horizontal extension, in twips, of the text formfield, when it is empty.</summary>
		</member>
		<member name="M:TXTextControl.TextFormField.setEmptyWidth">
			<summary>Sets the horizontal extension, in twips, of the text formfield, when it is empty.</summary>
		</member>
		<member name="T:TXTextControl.TextFormFieldCallback">
			<summary>Callback function for textform field events.</summary>
		</member>
		<member name="T:TXTextControl.TextFormFieldEventArgs">
			<summary>The event argument for text form field related events.</summary>
		</member>
		<member name="P:TXTextControl.TextFormFieldEventArgs.formField">
			<summary>The text form field.</summary>
		</member>
		<member name="T:TXTextControl.TextFormFieldInfo">
			<summary>Information about a text form field.</summary>
		</member>
		<member name="M:TXTextControl.TextFormFieldInfo">
			<summary>Initializes a new instance of the TextFormFieldInfo class.</summary>
		</member>
		<member name="T:TXTextControl.TextFrame">
			<summary>The TextFrame object represents a rectangle that can be filled with text by an end-user and can be edited like the main text.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.activate">
			<summary>Activates the text frame. The text frame receives the input focus. A text frame can only be activated, if the text part that contains the text frame has the input focus.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.changeZOrder">
			<summary>Changes the frame's z-order.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getAlignment">
			<summary>Gets the frame's horizontal alignment when it is anchored to a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getBackColor">
			<summary>Gets the background color of the text frame.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getBorderColor">
			<summary>Gets the border color of the text frame.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getBorderStyle">
			<summary>Gets the style of a text frame's border line.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getBorderWidth">
			<summary>Gets the width, in twips, of a text frame's border line.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getBounds">
			<summary>Gets the frame's bounding rectangle relative to the upper left corner of the document.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getID">
			<summary>Gets an identifier for the frame. A value of zero indicates that the image, text frame, chart, barcode or drawing has no identifier.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getInsertionMode">
			<summary>Gets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame. If the document's text flows around or overwrites the frame, this property also determines whether the image, text frame, chart, barcode or drawing is moved with the text or fixed positioned on a page.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getInternalMargins">
			<summary>Sets the distances, in twips, between the text frame's border line and the text.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getLocation">
			<summary>Gets, in twips, the frame's current location. If the image, text frame, chart, barcode or drawing is anchored to a paragraph, the location is relative to the paragraph. Otherwise, it is relative to the document. If the frame has a horizontal alignment or if it is inserted inline, this property returns zero. This property cannot be set for images, text frames, charts, barcodes or drawings which are inserted inline.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getMoveable">
			<summary>Gets whether a frame can be moved in the document at run time with the built-in mouse interface.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getName">
			<summary>Gets the name for the frame. An empty string indicates that the frame has no name.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getSize">
			<summary>Gets the frame's size in twips.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getSizeable">
			<summary>Gets whether the frame can be resized at run time with the built-in mouse interface.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getTextDistances">
			<summary>Gets the distances, in twips, between the frame and the document's text.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getTextPosition">
			<summary>Gets the frame's character position in the document's text (one-based).</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.getTransparency">
			<summary>Gets the text frame's transparency. Zero means opaque and 1.0 means completely transparent.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setAlignment">
			<summary>Sets the frame's horizontal alignment when it is anchored to a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setBackColor">
			<summary>Sets the background color for the text frame.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setBorderColor">
			<summary>Sets the border color for the text frame.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setBorderStyle">
			<summary>Sets the style of a text frame's border line.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setBorderWidth">
			<summary>Sets the width, in twips, of a text frame's border line. To alter the distance between the border line and the text, use the InternalMargins property. If this property is set to zero, the text frame has no border line.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setID">
			<summary>Sets an identifier for the frame. It must be a one-based value. A value of zero indicates that the image, text frame, chart, barcode or drawing has no identifier. Zero can also be used to delete a previously set identifier.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setInsertionMode">
			<summary>Sets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame. If the document's text flows around or overwrites the frame, this property also determines whether the image, text frame, chart, barcode or drawing is moved with the text or fixed positioned on a page.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setInternalMargins">
			<summary>Sets the distances, in twips, between the text frame's border line and the text. If a value is set to -1, it is not changed.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setLocation">
			<summary>Sets, in twips, the frame's current location. If the image, text frame, chart, barcode or drawing is anchored to a paragraph, the location is relative to the paragraph. Otherwise, it is relative to the document. If the frame has a horizontal alignment or if it is inserted inline, this property returns zero. This property cannot be set for images, text frames, charts, barcodes or drawings which are inserted inline.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setMoveable">
			<summary>Sets whether a frame can be moved in the document at run time with the built-in mouse interface.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setName">
			<summary>Sets a name for the frame. An empty string indicates that the frame has no name. An empty string can also be used to delete a previously set name.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setSize">
			<summary>Sets the frame's size in twips. For images this property is read only.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setSizeable">
			<summary>Sets whether the frame can be resized at run time with the built-in mouse interface.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setTextDistances">
			<summary>Sets the distances, in twips, between the frame and the document's text. If a value is set to -1, it is not changed.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.setTransparency">
			<summary>Sets the text frame's transparency. It must be a value between 0.0 and 1.0. Zero means opaque and 1.0 means completely transparent.</summary>
		</member>
		<member name="T:TXTextControl.TextFrameCallback">
			<summary>Callback function for a text frame related event.</summary>
		</member>
		<member name="T:TXTextControl.TextFrameCollection">
			<summary>Contains all text frames of a Text Control document or part of the document.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.addAnchored">
			<summary>Creates and inserts a new text frame which is anchored to the specified text position. It has the specified horizontal alignment and a textflow which is given through the insertionMode parameter. Anchored text frames are moved with the text.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.addAnchoredAtLocation">
			<summary>Inserts a new text frame which is anchored to the specified text position. It has the specified location relative to the paragraph it is anchored to and a textflow which is given through the insertionMode parameter. Anchored text frame are moved with the text.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.addAtFixedPositionInDocument">
			<summary>Creates and inserts a new text frame which has a fixed geometrical position in the document. This position is specified through a location relative to the top left corner of the complete document. All gaps between the pages must be included.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.addAtFixedPositionOnPage">
			<summary>Inserts a new image which has a fixed geometrical position in the document. This position is specified through a page number and a location on this page.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.addInline">
			<summary>Inserts a text frame inline, which means that it is treated in the text like a single character. The text frame is inserted at the specified text input position.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.addWithMouse">
			<summary>Inserts a text frame with the built-in mouse interface. The text frame's size is determined through the end-user. A cross cursor indicates where the text frame can be inserted. Changing the document aborts the insertion process.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.getItem">
			<summary>Gets the text frame selected by the user or the text frame with the specified identifier.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.getItemByName">
			<summary>Gets the text frame with the specified name.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.remove">
			<summary>Removes a text frame from a Text Control document.</summary>
		</member>
		<member name="T:TXTextControl.TextFrameEventArgs">
			<summary>The event argument for text frame related events.</summary>
		</member>
		<member name="P:TXTextControl.TextFrameEventArgs.textFrame">
			<summary>The text frame's information.</summary>
		</member>
		<member name="T:TXTextControl.TextPart">
			<summary>Represents a part of the document, which can be the main text, a header or footer or a text frame.</summary>
		</member>
		<member name="M:TXTextControl.TextPart.addSubTextPart">
			<summary>Obsolete. This method will be removed in one of the next versions. Inserts a new SubTextPart into the TextPart at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TextPart.addTextField">
			<summary>Obsolete. This method will be removed in one of the next versions. Inserts a new ApplicationField or TextField into the TextPart at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TextPart.getSubTextParts">
			<summary>Obsolete. This method will be removed in one of the next versions. Requests a collection of either all subtextparts the current text part contains or only the subtextpart containing the input position from the server and returns the collection by calling a callback function which has to be provided as a parameter to the function.</summary>
		</member>
		<member name="M:TXTextControl.TextPart.getTextFields">
			<summary>Obsolete. This method will be removed in one of the next versions. Requests a collection of either all text fields in the text part or only the text field containing the input position from the server and returns the collection by calling a callback function which has to be provided as a parameter to the function.</summary>
		</member>
		<member name="M:TXTextControl.TextPart.removeSubTextPart">
			<summary>Obsolete. This method will be removed in one of the next versions. Removes a SubTextPart from the TextPart.</summary>
		</member>
		<member name="P:TXTextControl.TextPart.index">
			<summary>Obsolete. This property will be removed in one of the next versions. The 0-based index of the text part.</summary>
		</member>
		<member name="P:TXTextControl.TextPart.selection">
			<summary>Obsolete. This property will be removed in one of the next versions. The getter returns an object of type Selection.</summary>
		</member>
		<member name="P:TXTextControl.TextPart.type">
			<summary>Obsolete. This property will be removed in one of the next versions. The Text part type.</summary>
		</member>
		<member name="T:TXTextControl.TextPartCollection">
			<summary>Contains all text parts in a TX Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TextPartCollection.activate">
			<summary>Sets the input focus to the specified text part. If the activated text part is not in the visible part of the document, the document is scrolled.</summary>
		</member>
		<member name="M:TXTextControl.TextPartCollection.getItem">
			<summary>Gets the text part with the input focus.</summary>
		</member>
		<member name="M:TXTextControl.TextPartCollection.getMainText">
			<summary>Gets the main text part of the document.</summary>
		</member>
		<member name="T:TXTextControl.TextPastedCallback">
			<summary>Callback function for the textPasted event.</summary>
		</member>
		<member name="T:TXTextControl.TextPastedEventArgs">
			<summary>The event argument object for the textPasted event.</summary>
		</member>
		<member name="P:TXTextControl.TextPastedEventArgs.cancel">
			<summary>Set this property to true to cancel the event.</summary>
		</member>
		<member name="P:TXTextControl.TextPastedEventArgs.text">
			<summary>The pasted text.</summary>
		</member>
		<member name="P:TXTextControl.TextPastedEventArgs.textType">
			<summary>The MIME type of the text.</summary>
		</member>
		<member name="T:TXTextControl.TextViewGeneratorColors">
			<summary>The TextViewGeneratorColors object provides methods for getting, setting or resetting the display colors of the TextControl.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.getActiveFormFieldColor">
			<summary>Gets the highlight color of a form field containing the current text input position. If the property is not set, the return value is null.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.getDarkShadowColor">
			<summary>Gets the display color for the shadow at the right and the bottom edge of the pages.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.getDesktopColor">
			<summary>Gets the display color for the area around the pages.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.getFormFieldColor">
			<summary>Gets the default highlight color of form fields. If the property is not set, the return value is null.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.getHeaderFooterLabelColor">
			<summary>Gets the display color for the label showing which header or footer is activated.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.getHeaderFooterLineColor">
			<summary>Gets the display color for the dividing line between headers and footers and the main text.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.getLightShadowColor">
			<summary>Gets the display color for the shadow at the left and the top edge of the pages.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.resetDarkShadowColor">
			<summary>Resets the text control's DarkShadowColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.resetDesktopColor">
			<summary>Resets the text control's DesktopColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.resetHeaderFooterLabelColor">
			<summary>Resets the text control's HeaderFooterLabelColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.resetHeaderFooterLineColor">
			<summary>Resets the text control's HeaderFooterLineColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.resetLightShadowColor">
			<summary>Resets the text control's LightShadowColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.setActiveFormFieldColor">
			<summary>Sets the highlight color of a form field containing the current text input position. To suppress highlighting the active FormField the property value can be set to null.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.setDarkShadowColor">
			<summary>Sets the display color for the shadow at the right and the bottom edge of the pages.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.setDesktopColor">
			<summary>Sets the display color for the area around the pages.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.setFormFieldColor">
			<summary>Sets the default highlight color of a form field. To suppress highlighting the FormField the property value can be set to null.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.setHeaderFooterLabelColor">
			<summary>Sets the display color for the label showing which header or footer is activated.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.setHeaderFooterLineColor">
			<summary>Sets the display color for the dividing line between headers and footers and the main text.</summary>
		</member>
		<member name="M:TXTextControl.TextViewGeneratorColors.setLightShadowColor">
			<summary>Sets the display color for the shadow at the left and the top edge of the pages.</summary>
		</member>
		<member name="T:TXTextControl.TextViewLocationChangedCallback">
			<summary>Callback function for the textViewLocationChanged event.</summary>
		</member>
		<member name="T:TXTextControl.TextViewLocationChangedEventArgs">
			<summary>The event argument object for the textViewLocationChanged event.</summary>
		</member>
		<member name="P:TXTextControl.TextViewLocationChangedEventArgs.location">
			<summary>The new text view location in twips.</summary>
		</member>
		<member name="T:TXTextControl.TrackedChange">
			<summary>A TrackedChange object represents a change made to the document after anyone has revised the document.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.getActive">
			<summary>Gets a value specifying whether the TrackedChange is currently active or not.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.getChangeKind">
			<summary>Gets the kind of change.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.getChangeTime">
			<summary>Gets the date and time when the change has been made.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.getHighlightColor">
			<summary>Gets the highlight color for the tracked change.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.getHighlightMode">
			<summary>Gets a value indicating whether the tracked change is highlighted.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.getLength">
			<summary>Gets the number of changed characters.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.getNumber">
			<summary>Gets the change's number.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.getStart">
			<summary>Gets the index (one-based) of the first changed character.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.getText">
			<summary>Gets the changed text.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.getUserName">
			<summary>Gets the name of the user who has done the change.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.save">
			<summary>Saves the tracked change in a certain format and sends the result back asynchronously by calling a given callback function.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.setActive">
			<summary>Sets a value specifying whether the TrackedChange is currently active or not.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.setHighlightColor">
			<summary>Sets the highlight color for the tracked change.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.setHighlightMode">
			<summary>Sets a value indicating whether the tracked change is highlighted.</summary>
		</member>
		<member name="T:TXTextControl.TrackedChangeCallback">
			<summary>Callback function for events related to a tracked change.</summary>
		</member>
		<member name="T:TXTextControl.TrackedChangeCollection">
			<summary>Contains all tracked changes in the main text or another part of a document.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChangeCollection.getItem">
			<summary>Gets the change at the current text input position or the next or the previous change in the textflow. The search begins at the current text input position. If there is more than one change at the current input position the innermost change is returned.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChangeCollection.remove">
			<summary>Removes a tracked change from the collection. Depending on the accept parameter the change is either accepted or rejected. When a change is rejected, inserted text is removed and deleted text is reinserted.</summary>
		</member>
		<member name="T:TXTextControl.TrackedChangeEventArgs">
			<summary>The event argument for a tracked change related event.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeEventArgs.trackedChange">
			<summary>The tracked change's information.</summary>
		</member>
		<member name="T:TXTextControl.TrackedChangeInfo">
			<summary>Information about a tracked change.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeInfo.changeKind">
			<summary>The tracked change's kind.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeInfo.changeTime">
			<summary>The tracked change's time.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeInfo.highlightColor">
			<summary>The tracked change's highlighting color.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeInfo.highlightMode">
			<summary>The tracked change's highlighting mode.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeInfo.length">
			<summary>The tracked change's length.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeInfo.number">
			<summary>The tracked change's number.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeInfo.start">
			<summary>The tracked change's starting position.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeInfo.userName">
			<summary>The tracked change's user name.</summary>
		</member>
		<member name="T:TXTextControl.UserDictionaryInfo">
			<summary>This class contains read only information about a user dictionary.</summary>
		</member>
		<member name="P:TXTextControl.UserDictionaryInfo.isEditable">
			<summary>Indicates whether the user dictionary is editable or not.</summary>
		</member>
		<member name="P:TXTextControl.UserDictionaryInfo.isGetSuggestionsEnabled">
			<summary>Indicates whether suggestions are created using this dictionary or not.</summary>
		</member>
		<member name="P:TXTextControl.UserDictionaryInfo.isSelectAsDefault">
			<summary>Indicates whether the dictionary is selected as the default dictionary by the Language property.</summary>
		</member>
		<member name="P:TXTextControl.UserDictionaryInfo.isSpellCheckingEnabled">
			<summary>Indicates whether spell checking of this dictionary is enabled or not.</summary>
		</member>
		<member name="P:TXTextControl.UserDictionaryInfo.language">
			<summary>The user dictionary's language in the format languagecode2-country/regioncode2.</summary>
		</member>
		<member name="P:TXTextControl.UserDictionaryInfo.length">
			<summary>The number of words the user dictionary contains.</summary>
		</member>
		<member name="P:TXTextControl.UserDictionaryInfo.name">
			<summary>The user dictionary's name.</summary>
		</member>
		<member name="T:TXTextControl.WebSocketClosedCallback">
			<summary>Callback function for the webSocketClosed event.</summary>
		</member>
		<member name="T:TXTextControl.WebSocketClosedEventArgs">
			<summary>The event argument object for the webSocketClosed event.</summary>
		</member>
		<member name="P:TXTextControl.WebSocketClosedEventArgs.code">
			<summary>The close code sent by the server.</summary>
		</member>
		<member name="P:TXTextControl.WebSocketClosedEventArgs.reason">
			<summary>The reason the server closed the connection.</summary>
		</member>
		<member name="P:TXTextControl.WebSocketClosedEventArgs.wasClean">
			<summary>Indicates whether or not the connection was cleanly closed.</summary>
		</member>
		<member name="T:TXTextControl.ZoomFactorChangedCallback">
			<summary>Callback function for the zoomFactorChanged event.</summary>
		</member>
		<member name="T:TXTextControl.ZoomFactorChangedEventArgs">
			<summary>The event argument object for the zoomFactorChanged event.</summary>
		</member>
		<member name="P:TXTextControl.ZoomFactorChangedEventArgs.zoomFactor">
			<summary>The new zoom factor in percent.</summary>
		</member>
		<member name="T:TXTextControl.AppendSettings">
			<summary>Determines how text is appended to the document.</summary>
		</member>
		<member name="F:TXTextControl.AppendSettings.None">
			<summary>The loaded text is inserted at the end of the last paragraph of the existing document.</summary>
		</member>
		<member name="F:TXTextControl.AppendSettings.StartWithNewParagraph">
			<summary>A new paragraph is created at the end of the document and the text is inserted in this paragraph.</summary>
		</member>
		<member name="F:TXTextControl.AppendSettings.StartWithNewSection">
			<summary>A new section is created at the end of the document and the text is inserted in this section.</summary>
		</member>
		<member name="T:TXTextControl.ApplicationFieldFormat">
			<summary>Determines the format of an ApplicationField.</summary>
		</member>
		<member name="F:TXTextControl.ApplicationFieldFormat.None">
			<summary>This value can only be used with the LoadSettings.ApplicationFieldFormat property.</summary>
		</member>
		<member name="F:TXTextControl.ApplicationFieldFormat.HighEdit">
			<summary>The field is supported and defined through the Heiler HighEdit component.</summary>
		</member>
		<member name="F:TXTextControl.ApplicationFieldFormat.MSWord">
			<summary>The field is supported and defined through Microsoft Word.</summary>
		</member>
		<member name="F:TXTextControl.ApplicationFieldFormat.MSWordTXFormFields">
			<summary>This value can only be used with the LoadSettings.ApplicationFieldFormat property.</summary>
		</member>
		<member name="T:TXTextControl.AutoSizeDirection">
			<summary>Determines values for the AutoSize.AutoExpand and AutoSize.AutoShrink properties.</summary>
		</member>
		<member name="F:TXTextControl.AutoSizeDirection.None">
			<summary>The control does not shrink automatically.</summary>
		</member>
		<member name="F:TXTextControl.AutoSizeDirection.Vertical">
			<summary>The control automatically shrinks vertically.</summary>
		</member>
		<member name="F:TXTextControl.AutoSizeDirection.Horizontal">
			<summary>The control automatically shrinks horizontally.</summary>
		</member>
		<member name="F:TXTextControl.AutoSizeDirection.Both">
			<summary>The control automatically shrinks in both directions.</summary>
		</member>
		<member name="T:TXTextControl.BinaryStreamType">
			<summary>Determines a certain text format that must be stored in a one-dimensional byte array.</summary>
		</member>
		<member name="F:TXTextControl.BinaryStreamType.AdobePDF">
			<summary>Specifies Adobe Portable Document Format (PDF). How a PDF document is loaded depends on the LoadSettings.PDFImportSettings property. Only a complete document can be saved with this format.</summary>
		</member>
		<member name="F:TXTextControl.BinaryStreamType.AdobePDFA">
			<summary>Specifies Adobe Portable Document Format Archive (PDF/A). This format can only be used in saving operations and only a complete document can be saved with this format.</summary>
		</member>
		<member name="F:TXTextControl.BinaryStreamType.InternalFormat">
			<summary>Specifies the Text Control format. Text is stored in ANSI format.</summary>
		</member>
		<member name="F:TXTextControl.BinaryStreamType.InternalUnicodeFormat">
			<summary>Specifies the Text Control format. Text is stored in Unicode format.</summary>
		</member>
		<member name="F:TXTextControl.BinaryStreamType.MSWord">
			<summary>Specifies Microsoft Word format.</summary>
		</member>
		<member name="F:TXTextControl.BinaryStreamType.SpreadsheetML">
			<summary>Specifies Microsoft Excel format (Office Open XML version).</summary>
		</member>
		<member name="F:TXTextControl.BinaryStreamType.WordprocessingML">
			<summary>Specifies Microsoft Word format (Office Open XML version).</summary>
		</member>
		<member name="T:TXTextControl.ContextMenuLocation">
			<summary>Determines the location in the document where a context menu will be shown.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.TextSelection">
			<summary>The menu context is a text selection.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.TextInputPosition">
			<summary>The menu context is the text input position.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.Header">
			<summary>The menu context is the top page margin which contains a header.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.NoHeader">
			<summary>The menu context is the top page margin which contains no header.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.Footer">
			<summary>The menu context is the bottom page margin which contains a footer.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.NoFooter">
			<summary>The menu context is the bottom page margin which contains no footer.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.PageMargin">
			<summary>The menu context is the top or the bottom page margin.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.PageNumberField">
			<summary>The menu context is a PageNumberField.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.SelectedFrame">
			<summary>The menu context is a selected frame (text frame, image, chart or barcode).</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.Table">
			<summary>The menu context is a text selection or a text input position in a Table.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.Field">
			<summary>The menu context is a text selection or a text input position in a TextField.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.MisspelledWord">
			<summary>The menu context is a MisspelledWord.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.TableOfContents">
			<summary>The menu context is a TableOfContents.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.TrackedChange">
			<summary>The menu context is a TrackedChange.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.Comment">
			<summary>The menu context is a CommentedText.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.FormField">
			<summary>The menu context is a FormField.</summary>
		</member>
		<member name="F:TXTextControl.ContextMenuLocation.Footnote">
			<summary>The menu context is a Footnote reference mark.</summary>
		</member>
		<member name="T:TXTextControl.ControlChars">
			<summary>Determines values for the control characters used in a TextControl document.</summary>
		</member>
		<member name="F:TXTextControl.ControlChars.ParagraphEnd">
			<summary>Defines the end of a paragraph (Keyboard: ENTER).</summary>
		</member>
		<member name="F:TXTextControl.ControlChars.LineBreak">
			<summary>Defines a line break without beginning a new paragraph (Keyboard: SHIFT+ENTER).</summary>
		</member>
		<member name="F:TXTextControl.ControlChars.PageBreak">
			<summary>Defines a page break (Keyboard: CTRL+ENTER).</summary>
		</member>
		<member name="F:TXTextControl.ControlChars.ColumnBreak">
			<summary>Defines a page column break (Keyboard: CTRL+SHIFT+ENTER).</summary>
		</member>
		<member name="F:TXTextControl.ControlChars.Tab">
			<summary>Defines a tabulator (Keyboard: TAB).</summary>
		</member>
		<member name="F:TXTextControl.ControlChars.NonBreakingSpace">
			<summary>Defines a non-breaking space (Keyboard: CTRL+SHIFT+Space).</summary>
		</member>
		<member name="F:TXTextControl.ControlChars.NonVisibleHyphen">
			<summary>Defines a non-visible hyphen (Keyboard: CTRL+(-)).</summary>
		</member>
		<member name="T:TXTextControl.CursorKind">
			<summary>Determines the kind of the cursor at a certain location in a document.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.IBeam">
			<summary>The cursor is an I-beam.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.ArrowNE">
			<summary>The cursor is an arrow cursor pointing to northeast.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.VSplit">
			<summary>The cursor is a vertical splitting cursor.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.UpArrow">
			<summary>The cursor is an up arrow cursor.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.Arrow">
			<summary>The cursor is a standard arrow cursor pointing to northwest.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.DownArrow">
			<summary>The cursor is a down arrow cursor.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.SizeWE">
			<summary>The cursor is a two-headed horizontal (west/east) sizing cursor.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.SizeNS">
			<summary>The cursor is the two-headed vertical (north/south) sizing cursor.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.SizeNWSE">
			<summary>The cursor is the two-headed diagonal (northwest/southeast) sizing cursor.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.SizeNESW">
			<summary>The cursor is the two-headed diagonal (northeast/southwest) sizing cursor.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.SizeAll">
			<summary>The cursor is the four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.Cross">
			<summary>The cursor is the crosshair cursor.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.No">
			<summary>The cursor is the cursor that indicates that a particular region is invalid for the current operation.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.DragDropCopy">
			<summary>The cursor is the standard cursor for copying data during a drag and drop operation.</summary>
		</member>
		<member name="F:TXTextControl.CursorKind.DragDropMove">
			<summary>The cursor is the standard cursor for moving data during a drag and drop operation.</summary>
		</member>
		<member name="T:TXTextControl.Frame">
			<summary>Determines which frameborders are visible of an image, text frame, chart, barcode or drawing.</summary>
		</member>
		<member name="F:TXTextControl.Frame.None">
			<summary>The paragraph has no frame.</summary>
		</member>
		<member name="F:TXTextControl.Frame.LeftLine">
			<summary>The paragraph has a left frame line.</summary>
		</member>
		<member name="F:TXTextControl.Frame.RightLine">
			<summary>The paragraph has a right frame line.</summary>
		</member>
		<member name="F:TXTextControl.Frame.TopLine">
			<summary>The paragraph has a frame line at the top.</summary>
		</member>
		<member name="F:TXTextControl.Frame.BottomLine">
			<summary>The paragraph has frame line at the bottom.</summary>
		</member>
		<member name="F:TXTextControl.Frame.Box">
			<summary>The paragraph has a complete frame.</summary>
		</member>
		<member name="F:TXTextControl.Frame.MergedBox">
			<summary>The paragraph has a complete frame. If the following or the previous paragraph also has a frame, the frames are merged to a single frame.</summary>
		</member>
		<member name="T:TXTextControl.FrameStyle">
			<summary>Determines the style of a frame of an image, text frame, chart, barcode or drawing.</summary>
		</member>
		<member name="F:TXTextControl.FrameStyle.Single">
			<summary>The paragraph's frame is drawn with a single line.</summary>
		</member>
		<member name="F:TXTextControl.FrameStyle.Double">
			<summary>The paragraph's frame is drawn with a doubled line.</summary>
		</member>
		<member name="T:TXTextControl.Justification">
			<summary>Determines the justification.</summary>
		</member>
		<member name="F:TXTextControl.Justification.Spaces">
			<summary>To justify a line additional space is added to the spaces between the words.</summary>
		</member>
		<member name="F:TXTextControl.Justification.Kashida">
			<summary>To justify a line Kashida lines are inserted.</summary>
		</member>
		<member name="F:TXTextControl.Justification.SpacesAndKashida">
			<summary>To justify a line both kinds of justification are used.</summary>
		</member>
		<member name="T:TXTextControl.TabType">
			<summary>Determines the tabulator type.</summary>
		</member>
		<member name="F:TXTextControl.TabType.LeftTab">
			<summary>The tab position is at the left side of the text.</summary>
		</member>
		<member name="F:TXTextControl.TabType.RightTab">
			<summary>The tab position is at the right side of the text.</summary>
		</member>
		<member name="F:TXTextControl.TabType.CenterTab">
			<summary>The text is centered to the tab position.</summary>
		</member>
		<member name="F:TXTextControl.TabType.DecimalTab">
			<summary>The decimal sign is aligned at the tab position.</summary>
		</member>
		<member name="F:TXTextControl.TabType.RightBorderTab">
			<summary>The tab is positioned right most and the text is diplayed at the left of this position. The tab position set with the TabPositions property is ignored. Only one tab of this kind is possible in a paragraph.</summary>
		</member>
		<member name="T:TXTextControl.TabLeader">
			<summary>Determines how the tab gap is filled.</summary>
		</member>
		<member name="F:TXTextControl.TabLeader.None">
			<summary>The tab gap is not filled.</summary>
		</member>
		<member name="F:TXTextControl.TabLeader.Period">
			<summary>The tab gap is filled with periods.</summary>
		</member>
		<member name="F:TXTextControl.TabLeader.Dot">
			<summary>The tab gap is filled with dots.</summary>
		</member>
		<member name="F:TXTextControl.TabLeader.Dash">
			<summary>The tab gap is filled with dashes.</summary>
		</member>
		<member name="F:TXTextControl.TabLeader.Underline">
			<summary>The tab gap is underlined.</summary>
		</member>
		<member name="T:TXTextControl.FrameInsertionMode">
			<summary>Determines how the frame of an image, text frame, chart, barcode or drawing can be inserted in the text.</summary>
		</member>
		<member name="F:TXTextControl.FrameInsertionMode.AsCharacter">
			<summary>The frame is inserted in the text as a single character.</summary>
		</member>
		<member name="F:TXTextControl.FrameInsertionMode.DisplaceCompleteLines">
			<summary>The frame is inserted at a certain geometrical location. The text stops at the top and continues at the bottom of the frame.</summary>
		</member>
		<member name="F:TXTextControl.FrameInsertionMode.DisplaceText">
			<summary>The frame is inserted at a certain geometrical location. The text flows around the frame and empty areas at the left and right side are filled.</summary>
		</member>
		<member name="F:TXTextControl.FrameInsertionMode.AboveTheText">
			<summary>The frame is inserted at a certain geometrical location above the text. This means that the frame overwrites the text.</summary>
		</member>
		<member name="F:TXTextControl.FrameInsertionMode.BelowTheText">
			<summary>The frame is inserted at a certain geometrical location below the text. This means that the text overwrites the frame.</summary>
		</member>
		<member name="F:TXTextControl.FrameInsertionMode.MoveWithText">
			<summary>The frame is anchored to a paragraph and moved with the text.</summary>
		</member>
		<member name="F:TXTextControl.FrameInsertionMode.FixedOnPage">
			<summary>The frame is fixed positioned on a page.</summary>
		</member>
		<member name="T:TXTextControl.ClipboardFormat">
			<summary>Determines a certain clipboard format that can be pasted into a TextControl document.</summary>
		</member>
		<member name="F:TXTextControl.ClipboardFormat.Barcode">
			<summary>Specifies a barcode.</summary>
		</member>
		<member name="F:TXTextControl.ClipboardFormat.Chart">
			<summary>Specifies a chart.</summary>
		</member>
		<member name="F:TXTextControl.ClipboardFormat.HTMLFormat">
			<summary>Specifies HTML format (Hypertext Markup Language).</summary>
		</member>
		<member name="F:TXTextControl.ClipboardFormat.Image">
			<summary>Specifies an image. An image can be pasted, if it is a device dependent or a device independent bitmap, a TIFF image or a Windows metafile.</summary>
		</member>
		<member name="F:TXTextControl.ClipboardFormat.PlainText">
			<summary>Specifies unformatted text.</summary>
		</member>
		<member name="F:TXTextControl.ClipboardFormat.RichTextFormat">
			<summary>Specifies RTF format (Rich Text Format).</summary>
		</member>
		<member name="F:TXTextControl.ClipboardFormat.TXTextControlFormat">
			<summary>Specifies formatted text in the internal TX Text Control format.</summary>
		</member>
		<member name="F:TXTextControl.ClipboardFormat.TXTextControlImage">
			<summary>Specifies an image including information about how the image is positioned in the document (inline or geometrically positioned).</summary>
		</member>
		<member name="F:TXTextControl.ClipboardFormat.TXTextControlTextframe">
			<summary>Specifies a TX Text Control textframe including its contents. The clipbord contains also information about how the textframe is positioned in the document (inline or geometrically positioned).</summary>
		</member>
		<member name="T:TXTextControl.Direction">
			<summary>Determines the writing direction of a paragraph.</summary>
		</member>
		<member name="F:TXTextControl.Direction.LeftToRight">
			<summary>The writing direction is left to right, which means that blocks of text with left to right and right to left characters are ordered from left to right.</summary>
		</member>
		<member name="F:TXTextControl.Direction.RightToLeft">
			<summary>The writing direction is right to left, which means that blocks of text with left to right and right to left characters are ordered from right to left.</summary>
		</member>
		<member name="T:TXTextControl.CapitalizationSettings">
			<summary>Determines the settings used with the Selection.ChangeCapitalization method.</summary>
		</member>
		<member name="F:TXTextControl.CapitalizationSettings.CapitalizeEachSentence">
			<summary>The first letter of each sentence is capitalized.</summary>
		</member>
		<member name="F:TXTextControl.CapitalizationSettings.CapitalizeEachWord">
			<summary>The first letter of each word is capitalized.</summary>
		</member>
		<member name="F:TXTextControl.CapitalizationSettings.ToLower">
			<summary>All letters are changed to lowercase.</summary>
		</member>
		<member name="F:TXTextControl.CapitalizationSettings.ToUpper">
			<summary>All letters are changed to uppercase.</summary>
		</member>
		<member name="F:TXTextControl.CapitalizationSettings.ToggleCase">
			<summary>Lowercase letters are changed to uppercase and vice versa.</summary>
		</member>
		<member name="T:TXTextControl.FindOptions">
			<summary>Determines search options for the Find methods.</summary>
		</member>
		<member name="F:TXTextControl.FindOptions.MatchCase">
			<summary>Locates only instances of the search text that have the exact casing.</summary>
		</member>
		<member name="F:TXTextControl.FindOptions.MatchWholeWord">
			<summary>Locates only instances of the search text which are whole words.</summary>
		</member>
		<member name="F:TXTextControl.FindOptions.NoHighlight">
			<summary>The search text, if found, is not highlighted.</summary>
		</member>
		<member name="F:TXTextControl.FindOptions.NoMessageBox">
			<summary>Does not display message boxes to inform about search results.</summary>
		</member>
		<member name="F:TXTextControl.FindOptions.Reverse">
			<summary>The search starts at the end of the control's document and searches to the beginning of the document.</summary>
		</member>
		<member name="T:TXTextControl.HeaderFooterType">
			<summary>Determines the type of a header or footer.</summary>
		</member>
		<member name="F:TXTextControl.HeaderFooterType.Header">
			<summary>The object is a header. When an even header exists, the object represents the odd header. Otherwise it represents the header of all pages.</summary>
		</member>
		<member name="F:TXTextControl.HeaderFooterType.FirstPageHeader">
			<summary>The object represents a special header of the document's or section's first page.</summary>
		</member>
		<member name="F:TXTextControl.HeaderFooterType.Footer">
			<summary>The object is a footer. When an even footer exists, this member represents the odd footer. Otherwise it represents the footer of all pages.</summary>
		</member>
		<member name="F:TXTextControl.HeaderFooterType.FirstPageFooter">
			<summary>The object represents a special footer of the document's or section's first page.</summary>
		</member>
		<member name="F:TXTextControl.HeaderFooterType.EvenHeader">
			<summary>The object represents an even header.</summary>
		</member>
		<member name="F:TXTextControl.HeaderFooterType.EvenFooter">
			<summary>The object represents an even footer.</summary>
		</member>
		<member name="T:TXTextControl.HorizontalAlignment">
			<summary>Determines values for the horizontal alignment of the text or of text frames, images and charts.</summary>
		</member>
		<member name="F:TXTextControl.HorizontalAlignment.Left">
			<summary>The alignment is left aligned.</summary>
		</member>
		<member name="F:TXTextControl.HorizontalAlignment.Right">
			<summary>The alignment right aligned.</summary>
		</member>
		<member name="F:TXTextControl.HorizontalAlignment.Center">
			<summary>The alignment is centered.</summary>
		</member>
		<member name="F:TXTextControl.HorizontalAlignment.Justify">
			<summary>The alignment is justified. This value is only used with text. It cannot be used with text frames, images and charts.</summary>
		</member>
		<member name="T:TXTextControl.ImageInsertionMode">
			<summary>Determines how an Image can be inserted in the text.</summary>
		</member>
		<member name="F:TXTextControl.ImageInsertionMode.AsCharacter">
			<summary>The image is inserted in the text as a single character.</summary>
		</member>
		<member name="F:TXTextControl.ImageInsertionMode.DisplaceCompleteLines">
			<summary>The image is inserted at a certain geometrical location. The text stops at the top and continues at the bottom of the image.</summary>
		</member>
		<member name="F:TXTextControl.ImageInsertionMode.DisplaceText">
			<summary>The image is inserted at a certain geometrical location. The text flows around the image and empty areas at the left and right side are filled.</summary>
		</member>
		<member name="F:TXTextControl.ImageInsertionMode.AboveTheText">
			<summary>The image is inserted at a certain geometrical location above the text. This means that the image overwrites the text.</summary>
		</member>
		<member name="F:TXTextControl.ImageInsertionMode.BelowTheText">
			<summary>The image is inserted at a certain geometrical location below the text. This means that the text overwrites the image.</summary>
		</member>
		<member name="F:TXTextControl.ImageInsertionMode.MoveWithText">
			<summary>The image is anchored to a paragraph and moved with the text. This member cannot be used with the ImageCollection.Add methods.</summary>
		</member>
		<member name="F:TXTextControl.ImageInsertionMode.FixedOnPage">
			<summary>The image is fixed positioned on a page. This member cannot be used with the ImageCollection.Add methods.</summary>
		</member>
		<member name="T:TXTextControl.ListType">
			<summary>Specifies the kind of a bulleted or numbered list.</summary>
		</member>
		<member name="F:TXTextControl.ListType.None">
			<summary>The text is neither a bulleted nor a numbered list.</summary>
		</member>
		<member name="F:TXTextControl.ListType.Bulleted">
			<summary>The list is a bulleted list.</summary>
		</member>
		<member name="F:TXTextControl.ListType.Numbered">
			<summary>The list is a numbered list.</summary>
		</member>
		<member name="F:TXTextControl.ListType.Structured">
			<summary>The list is a structured list. All numbers of higher levels (lower level numbers) are displayed in front of the list number. The additional text of all levels in front and behind the list numbers is also displayed.</summary>
		</member>
		<member name="T:TXTextControl.MisspelledWordKind">
			<summary>Specifies the kind of a misspelled word.</summary>
		</member>
		<member name="F:TXTextControl.MisspelledWordKind.All">
			<summary>Specifies all misspelled words.</summary>
		</member>
		<member name="F:TXTextControl.MisspelledWordKind.Duplicate">
			<summary>Specifies all misspelled words which are marked as duplicate.</summary>
		</member>
		<member name="F:TXTextControl.MisspelledWordKind.Ignored">
			<summary>Specifies all misspelled words which are marked as ignored.</summary>
		</member>
		<member name="F:TXTextControl.MisspelledWordKind.Normal">
			<summary>Specifies all misspelled words which do not have a special meaning.</summary>
		</member>
		<member name="T:TXTextControl.NumberFormat">
			<summary>Specifies the format of a numbered list.</summary>
		</member>
		<member name="F:TXTextControl.NumberFormat.ArabicNumbers">
			<summary>The list is numbered with Arabic numbers (1, 2, 3...).</summary>
		</member>
		<member name="F:TXTextControl.NumberFormat.Letters">
			<summary>The list is numbered with letters (a, b, c...).</summary>
		</member>
		<member name="F:TXTextControl.NumberFormat.CapitalLetters">
			<summary>The list is numbered with capital letters (A, B, C...).</summary>
		</member>
		<member name="F:TXTextControl.NumberFormat.RomanNumbers">
			<summary>The list is numbered with Roman numbers (I, II, III...).</summary>
		</member>
		<member name="F:TXTextControl.NumberFormat.SmallRomanNumbers">
			<summary>The list is numbered with small Roman numbers (i, ii, iii...).</summary>
		</member>
		<member name="F:TXTextControl.NumberFormat.None">
			<summary>A text selection contains different number formats.</summary>
		</member>
		<member name="T:TXTextControl.PageContent">
			<summary>Defines the contents of a page's image returned from the Page.GetImage method.</summary>
		</member>
		<member name="F:TXTextControl.PageContent.All">
			<summary>The image contains all parts without the screen elements.</summary>
		</member>
		<member name="F:TXTextControl.PageContent.Background">
			<summary>The image contains the background of the page.</summary>
		</member>
		<member name="F:TXTextControl.PageContent.HeadersAndFooters">
			<summary>The image contains the header and the footer of the page.</summary>
		</member>
		<member name="F:TXTextControl.PageContent.MainText">
			<summary>The image contains the page's text contents.</summary>
		</member>
		<member name="F:TXTextControl.PageContent.ScreenElements">
			<summary>The image contains all elements which are additionally displayed on a screen, such as the selection, the control characters and helper lines.</summary>
		</member>
		<member name="T:TXTextControl.PDFImportSettings">
			<summary>Specifies how the document structure is generated when a PDF document is imported.</summary>
		</member>
		<member name="F:TXTextControl.PDFImportSettings.GenerateLines">
			<summary>Text only,images and paragraph formatting are discarded. This option is best suited for searching PDF files.</summary>
		</member>
		<member name="F:TXTextControl.PDFImportSettings.GenerateParagraphs">
			<summary>Generates paragraphs from the text flow. Images are discarded.</summary>
		</member>
		<member name="F:TXTextControl.PDFImportSettings.GenerateTextFrames">
			<summary>Default. Uses tables, images and text frames to create a document that best matches the original document's appearance.</summary>
		</member>
		<member name="F:TXTextControl.PDFImportSettings.GenerateTextFramesFirstPageOnly">
			<summary>Same as GenerateTextFrames, but only the first page is loaded. Can be used for previewing the document.</summary>
		</member>
		<member name="F:TXTextControl.PDFImportSettings.GenerateXML">
			<summary>Obsolete. This setting will be removed in a future version. Use LoadEmbeddedData instead.</summary>
		</member>
		<member name="F:TXTextControl.PDFImportSettings.LoadEmbeddedData">
			<summary>Provides the PDF document's metadata, form fields and text coordinates through the LoadSettings.EmbeddedData property.</summary>
		</member>
		<member name="F:TXTextControl.PDFImportSettings.LoadEmbeddedFiles">
			<summary>Default. Files embedded in the PDF document are loaded and provided through the LoadSettings.EmbeddedFiles property.</summary>
		</member>
		<member name="T:TXTextControl.EmbeddedDataFormat">
			<summary>Specifies the format of additionally provided data when a PDF document is imported.</summary>
		</member>
		<member name="F:TXTextControl.EmbeddedDataFormat.FormFields">
			<summary>Specifies an XML format with information about the position and the kind of all form fields contained in the PDF document.</summary>
		</member>
		<member name="F:TXTextControl.EmbeddedDataFormat.MetaData">
			<summary>Specifies the PDF document's metadata.</summary>
		</member>
		<member name="F:TXTextControl.EmbeddedDataFormat.TextCoordinates">
			<summary>Specifies an XML format where each line of text has attributes such as page number and geometrical position.</summary>
		</member>
		<member name="T:TXTextControl.PermanentControlChar">
			<summary>Defines a control character which is shown permanently on the screen.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.Space">
			<summary>Shows the control character of a space.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.Tab">
			<summary>Shows the control character of a tabstop.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.ParagraphEnd">
			<summary>Shows the control character for the end of a paragraph.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.ForcedLineBreak">
			<summary>Shows the control character of a forced line break.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.ObjectAnchor">
			<summary>Shows the anchor position of an image, text frame, chart, barcode or drawing.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.ForcedPageBreak">
			<summary>Marks a forced page break.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.SectionBreak">
			<summary>Marks a section break.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.Hyphen">
			<summary>Shows the control character of a hyphen.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.NonBreakingSpace">
			<summary>Shows the control character of a non-breaking space.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.TableCellEnd">
			<summary>Shows the control character for the end of a table cell.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.Pagination">
			<summary>Shows a dot in front of the first line of a paragraph with one of the pagination settings 'keep with next', 'page break before' and 'keep lines together'.</summary>
		</member>
		<member name="F:TXTextControl.PermanentControlChar.All">
			<summary>Shows all control characters.</summary>
		</member>
		<member name="T:TXTextControl.SectionBreakKind">
			<summary>Specifies the kind of the section break.</summary>
		</member>
		<member name="F:TXTextControl.SectionBreakKind.BeginAtNewLine">
			<summary>The section begins on the next line with a new paragraph.</summary>
		</member>
		<member name="F:TXTextControl.SectionBreakKind.BeginAtNewPage">
			<summary>The section begins on the next page with a new paragraph.</summary>
		</member>
		<member name="T:TXTextControl.StreamType">
			<summary>Determines a certain text format.</summary>
		</member>
		<member name="F:TXTextControl.StreamType.AdobePDF">
			<summary>Specifies Adobe Portable Document Format (PDF). How a PDF document is loaded depends on the LoadSettings.PDFImportSettings property. Only a complete document can be saved with this format.</summary>
		</member>
		<member name="F:TXTextControl.StreamType.AdobePDFA">
			<summary>Specifies Adobe Portable Document Format Archive (PDF/A). This format can only be used in saving operations and only a complete document can be saved with this format.</summary>
		</member>
		<member name="F:TXTextControl.StreamType.AllFormats">
			<summary>Specifies whether an 'All Formats' item is added to the Load dialog. Selecting that item displayes all files that can be chosen by the dialog.</summary>
		</member>
		<member name="F:TXTextControl.StreamType.CascadingStylesheet">
			<summary>Specifies CSS format (Cascading Style Sheet). This format can only be used in saving operations.</summary>
		</member>
		<member name="F:TXTextControl.StreamType.HTMLFormat">
			<summary>Specifies HTML format (Hypertext Markup Language).</summary>
		</member>
		<member name="F:TXTextControl.StreamType.InternalFormat">
			<summary>Specifies the Text Control format. Text is stored in ANSI format.</summary>
		</member>
		<member name="F:TXTextControl.StreamType.InternalUnicodeFormat">
			<summary>Specifies the Text Control format. Text is stored in Unicode format.</summary>
		</member>
		<member name="F:TXTextControl.StreamType.MSWord">
			<summary>Specifies Microsoft Word format (.DOC version).</summary>
		</member>
		<member name="F:TXTextControl.StreamType.PlainAnsiText">
			<summary>Specifies text in Windows ANSI format (an end of a paragraph is marked with the control characters 13 and 10).</summary>
		</member>
		<member name="F:TXTextControl.StreamType.PlainText">
			<summary>Specifies text in Windows Unicode format (an end of a paragraph is marked with the control characters 13 and 10).</summary>
		</member>
		<member name="F:TXTextControl.StreamType.RichTextFormat">
			<summary>Specifies RTF format (Rich Text Format).</summary>
		</member>
		<member name="F:TXTextControl.StreamType.SpreadsheetML">
			<summary>Specifies Microsoft Excel format (Office Open XML version).</summary>
		</member>
		<member name="F:TXTextControl.StreamType.WordprocessingML">
			<summary>Specifies Microsoft Word format (Office Open XML version).</summary>
		</member>
		<member name="F:TXTextControl.StreamType.XMLFormat">
			<summary>Specifies XML format (Extensible Markup Language).</summary>
		</member>
		<member name="T:TXTextControl.StringStreamType">
			<summary>Determines a certain text format that can be stored as a string.</summary>
		</member>
		<member name="F:TXTextControl.StringStreamType.CascadingStylesheet">
			<summary>Specifies CSS format (Cascading Style Sheet). This format can only be used in saving operations.</summary>
		</member>
		<member name="F:TXTextControl.StringStreamType.HTMLFormat">
			<summary>Specifies HTML format (Hypertext Markup Language).</summary>
		</member>
		<member name="F:TXTextControl.StringStreamType.PlainText">
			<summary>Specifies Text in Windows Unicode format (an end of a paragraph is marked with the control characters 13 and 10).</summary>
		</member>
		<member name="F:TXTextControl.StringStreamType.RichTextFormat">
			<summary>Specifies RTF format (Rich Text Format).</summary>
		</member>
		<member name="F:TXTextControl.StringStreamType.XMLFormat">
			<summary>Specifies XML format (Extensible Markup Language).</summary>
		</member>
		<member name="T:TXTextControl.TableAddPosition">
			<summary>Specifies the position where to add table rows and columns or where to split a table.</summary>
		</member>
		<member name="F:TXTextControl.TableAddPosition.Before">
			<summary>Table rows or columns are inserted or the table is split in front of the row or column with the current input position.</summary>
		</member>
		<member name="F:TXTextControl.TableAddPosition.After">
			<summary>Table rows or columns are inserted or the table is split behind the row or column with the current input position.</summary>
		</member>
		<member name="T:TXTextControl.TextFieldPosition">
			<summary>Specifies special text input positions at the beginning and the end of a TextField.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldPosition.InsideTextField">
			<summary>The specified position is inside the field.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldPosition.OutsideTextField">
			<summary>The specified position is outside the field.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldPosition.InsideNextTextField">
			<summary>The specified position is inside the next field. This member is only possible, if there are two following text fields without any character bewteen the fields. In this case InsideTextField is in the first field, OutsideTextField is between the fields and InsideNextTextField is in the second field.</summary>
		</member>
		<member name="T:TXTextControl.TextFieldType">
			<summary>Specifies types of text fields.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldType.ApplicationField">
			<summary>The field type is ApplicationField.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldType.CheckFormField">
			<summary>The field type is CheckFormField.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldType.DateFormField">
			<summary>The field type is DateFormField.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldType.FormFields">
			<summary>Specifies all types of FormFields.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldType.HypertextLink">
			<summary>The field type is HypertextLink.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldType.DocumentLink">
			<summary>The field type is DocumentLink.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldType.PageNumberField">
			<summary>The field type is PageNumberField.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldType.SelectionFormField">
			<summary>The field type is SelectionFormField.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldType.TextFormField">
			<summary>The field type is TextFormField.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldType.TextField">
			<summary>The field type is TextField.</summary>
		</member>
		<member name="F:TXTextControl.TextFieldType.All">
			<summary>Specifies all types of text fields.</summary>
		</member>
		<member name="T:TXTextControl.TextFrameInsertionMode">
			<summary>Determines how a TextFrame can be inserted in the text.</summary>
		</member>
		<member name="F:TXTextControl.TextFrameInsertionMode.AsCharacter">
			<summary>The text frame is inserted in the text as a single character.</summary>
		</member>
		<member name="F:TXTextControl.TextFrameInsertionMode.DisplaceCompleteLines">
			<summary>The text frame is inserted at a certain geometrical location. The text stops at the top and continues at the bottom of the text frame.</summary>
		</member>
		<member name="F:TXTextControl.TextFrameInsertionMode.DisplaceText">
			<summary>The text frame is inserted at a certain geometrical location. The text flows around the text frame and empty areas at the left and right side are filled.</summary>
		</member>
		<member name="F:TXTextControl.TextFrameInsertionMode.AboveTheText">
			<summary>The text frame is inserted at a certain geometrical location above the text. This means that the text frame overwrites the text.</summary>
		</member>
		<member name="F:TXTextControl.TextFrameInsertionMode.BelowTheText">
			<summary>The text frame is inserted at a certain geometrical location below the text. This means that the text overwrites the text frame.</summary>
		</member>
		<member name="F:TXTextControl.TextFrameInsertionMode.MoveWithText">
			<summary>The text frame is anchored to a paragraph and moved with the text.</summary>
		</member>
		<member name="F:TXTextControl.TextFrameInsertionMode.FixedOnPage">
			<summary>The text frame is fixed positioned on a page.</summary>
		</member>
		<member name="T:TXTextControl.ZoomOption">
			<summary>Specifies options how to set the zoom factor of a TextControl.</summary>
		</member>
		<member name="F:TXTextControl.ZoomOption.PageWidth">
			<summary>The zoom factor is calculated so that the complete width of a page becomes visible.</summary>
		</member>
		<member name="F:TXTextControl.ZoomOption.TextWidth">
			<summary>The zoom factor is calculated so that the complete text of a line becomes visible.</summary>
		</member>
		<member name="F:TXTextControl.ZoomOption.WholePage">
			<summary>The zoom factor is calculated so that the current visible page becomes completely visible.</summary>
		</member>
		<member name="T:TXTextControl.ZOrder">
			<summary>Specifies how the z-order of a frame (image, text frame, chart, barcode or drawing) can be changed.</summary>
		</member>
		<member name="F:TXTextControl.ZOrder.Bottom">
			<summary>If the frame is in front of the text, it becomes the bottommost of all objects in front of the text. If it is behind the text, it is becomes the bottommost of all objects.</summary>
		</member>
		<member name="F:TXTextControl.ZOrder.BottomMost">
			<summary>The frame is moved behind the text below all other objects. This member is only possible, if the insertion mode is BehindTheText.</summary>
		</member>
		<member name="F:TXTextControl.ZOrder.Down">
			<summary>The frame is moved down one plane. If it is the bottommost object in front of the text, it is not moved behind the text.</summary>
		</member>
		<member name="F:TXTextControl.ZOrder.TopMost">
			<summary>The frame is moved in front of the text at the top of all other objects.</summary>
		</member>
		<member name="F:TXTextControl.ZOrder.Top">
			<summary>If the frame is behind the text, it becomes the topmost of all objects behind the text. If it is in front of the text, it becomes the topmost of all objects.</summary>
		</member>
		<member name="F:TXTextControl.ZOrder.Up">
			<summary>The frame is moved up one plane. If it is the topmost object behind the text, it is not moved in front of the text.</summary>
		</member>
		<member name="T:TXTextControl.AdaptFontEventArgs">
			<summary>The AdaptFontEventArgs class provides data for the TextControl.AdaptFont, WPF.TextControl.AdaptFont and ServerTextControl.AdaptFont events.</summary>
		</member>
		<member name="P:TXTextControl.AdaptFontEventArgs.AdaptedFontName">
			<summary>Gets or sets the adapted font.</summary>
		</member>
		<member name="P:TXTextControl.AdaptFontEventArgs.FontName">
			<summary>Gets the name of the original font which must be adapted.</summary>
		</member>
		<member name="P:TXTextControl.AdaptFontEventArgs.SupportedFonts">
			<summary>Gets a list of all fonts currently supported.</summary>
		</member>
		<member name="T:TXTextControl.ApplicationField">
			<summary>The ApplicationField class supports text field formats of applications such as Microsoft Word.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationField.#ctor(TXTextControl.ApplicationFieldFormat,System.String,System.String,System.String[])">
			<summary>Initializes a new instance of the ApplicationField class. The format of the parameters depends on the application that supports the field. The field is initialized without syntax check.</summary>
			<param name="format">Specifies the format of the field.</param>
			<param name="typeName">Specifies the type name of the field.</param>
			<param name="text">Specifies the visible text of the field.</param>
			<param name="parameters">Specifies an array of strings which are the field's parameters.</param>
		</member>
		<member name="P:TXTextControl.ApplicationField.Format">
			<summary>Gets or sets the field's format.</summary>
		</member>
		<member name="P:TXTextControl.ApplicationField.TypeName">
			<summary>Gets or sets the field's type name.</summary>
		</member>
		<member name="P:TXTextControl.ApplicationField.Parameters">
			<summary>Gets or sets the field's parameters.</summary>
		</member>
		<member name="T:TXTextControl.ApplicationFieldCollection">
			<summary>An instance of the ApplicationFieldCollection class contains all created or imported Microsoft Word or Heiler HighEdit fields represented through objects of the type ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationFieldCollection.Add(TXTextControl.ApplicationField)">
			<summary>Inserts a new object of the type ApplicationField at the current input position.</summary>
			<param name="applicationField">Specifies the field to add.</param>
		</member>
		<member name="M:TXTextControl.ApplicationFieldCollection.Clear(System.Boolean)">
			<summary>Removes all fields of the type ApplicationField from a TX Text Control document.</summary>
			<param name="keepText">If this parameter is set to true, all fields are removed without deleting their visible text.</param>
		</member>
		<member name="M:TXTextControl.ApplicationFieldCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.ApplicationFieldCollection.GetItem">
			<summary>Gets the field at the current input position or null, if there is no such field at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.ApplicationFieldCollection.GetItem(System.Int32)">
			<summary>Gets the field with the specified id, previously set with the ID property.</summary>
			<param name="id">Specifies the field's identifier set with the ID property.</param>
		</member>
		<member name="M:TXTextControl.ApplicationFieldCollection.Remove(TXTextControl.ApplicationField)">
			<summary>Removes a field of the type ApplicationField including its visible text from a TX Text Control document.</summary>
			<param name="applicationField">Specifies the field to remove.</param>
		</member>
		<member name="M:TXTextControl.ApplicationFieldCollection.Remove(TXTextControl.ApplicationField,System.Boolean)">
			<summary>Removes a field of the type ApplicationField from a TX Text Control document. The visible text is deleted depending on the keepText parameter.</summary>
			<param name="applicationField">Specifies the field to remove.</param>
			<param name="keepText">If this parameter is set to true, the field is removed without deleting its visible text.</param>
		</member>
		<member name="P:TXTextControl.ApplicationFieldCollection.Item">
			<summary>Gets the field with the specified number from the collection.</summary>
		</member>
		<member name="T:TXTextControl.AutoSize">
			<summary>The AutoSize class is used with the TextControl.AutoControlSize property, to enable automatic expansion or shrinking of a Text Control's width or height.</summary>
		</member>
		<member name="M:TXTextControl.AutoSize.#ctor(TXTextControl.AutoSizeDirection,TXTextControl.AutoSizeDirection,System.Drawing.Size,System.Drawing.Size)">
			<summary>Initializes a new instance of the AutoSize class. The constructor offers the individual setting of all features.</summary>
			<param name="expand">Specifies possible directions for expanding the control.</param>
			<param name="shrink">Specifies possible directions for shrinking the control.</param>
			<param name="maxSize">Specifies the maximum size, in twips, for expanding the control.</param>
			<param name="minSize">Specifies the minimum size, in twips, for shrinking the control.</param>
		</member>
		<member name="P:TXTextControl.AutoSize.AutoExpand">
			<summary>Gets or sets possible directions for expanding the control.</summary>
		</member>
		<member name="P:TXTextControl.AutoSize.AutoShrink">
			<summary>Gets or sets possible directions for shrinking the control.</summary>
		</member>
		<member name="P:TXTextControl.AutoSize.MaxSize">
			<summary>Gets or sets the maximum size, in pixels, for expanding the control.</summary>
		</member>
		<member name="P:TXTextControl.AutoSize.MinSize">
			<summary>Gets or sets the minimum size, in pixels, for shrinking the control.</summary>
		</member>
		<member name="T:TXTextControl.BookmarkDialog">
			<summary>The BookmarkDialog class implements a Windows Forms dialog box to insert a DocumentTarget at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.BookmarkDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a BookmarkDialog object for the specified Windows Forms TextControl. If there is a target at the current input position, the name of the target is shown and can be edited. Otherwise a new DocumentTarget can be inserted at the current input position.</summary>
			<param name="textControl">Specifies the TextControl for which the dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.BookmarkDialog.#ctor(TXTextControl.TextControl,TXTextControl.DocumentTarget)">
			<summary>Creates a BookmarkDialog object for the specified Windows Forms TextControl. If the specified DocumentTarget is not null, the name of the target is shown and can be edited. Otherwise a new DocumentTarget can be inserted at the current input position.</summary>
			<param name="textControl">Specifies the TextControl for which the dialog box is opened.</param>
			<param name="bookmarkToEdit">Specifies the DocumentTarget to edit.</param>
		</member>
		<member name="T:TXTextControl.BookmarkDialog.DialogItem">
			<summary>Each DialogItem represents an item in a BookmarkDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.BookmarkDialog.DialogItem.TXITEM_BookmarkNameLabel">
			<summary>Identifies the Bookmark Name label.</summary>
		</member>
		<member name="F:TXTextControl.BookmarkDialog.DialogItem.TXITEM_BookmarkName">
			<summary>Identifies the Bookmark Name text box.</summary>
		</member>
		<member name="F:TXTextControl.BookmarkDialog.DialogItem.TXITEM_BookmarkNamesLabel">
			<summary>Identifies the Bookmark Names label.</summary>
		</member>
		<member name="F:TXTextControl.BookmarkDialog.DialogItem.TXITEM_BookmarkNames">
			<summary>Identifies the Bookmark Names list box.</summary>
		</member>
		<member name="F:TXTextControl.BookmarkDialog.DialogItem.TXITEM_Deletable">
			<summary>Identifies the Deletable check box.</summary>
		</member>
		<member name="F:TXTextControl.BookmarkDialog.DialogItem.TXITEM_AutoGenerationBookmarks">
			<summary>Identifies the Automatically Generated Bookmarks check box.</summary>
		</member>
		<member name="F:TXTextControl.BookmarkDialog.DialogItem.TXITEM_OK">
			<summary>Identifies the OK button.</summary>
		</member>
		<member name="F:TXTextControl.BookmarkDialog.DialogItem.TXITEM_Cancel">
			<summary>Identifies the Cancel button.</summary>
		</member>
		<member name="M:TXTextControl.BookmarkDialog.FindItem(BookmarkDialog.DialogItem)">
			<summary>Finds a control that has the provided identifier name.</summary>
			<param name="dialogItem">The name of the requested control represented by an enum of type BookmarkDialog.DialogItem.</param>
		</member>
		<member name="T:TXTextControl.ButtonBar">
			<summary>The ButtonBar class represents a Windows Forms tool bar which can be used to show or to set font and paragraph attributes of a Windows Forms TextControl.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.ResetButtonOffsets">
			<summary>Resets the offset array to its default state.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.ResetButtonPositions">
			<summary>Resets the button array to its default state.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.ResetButtonSeparators">
			<summary>Resets the separator array to its default state.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.ResetDisplayColors">
			<summary>Resets all display colors of a button bar to their system dependent default values.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.BorderStyle">
			<summary>Gets or sets the border style of the button bar.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.ButtonOffsets">
			<summary>Gets or sets an array of additional offsets, in pixels, between the buttons.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.ButtonPositions">
			<summary>Gets or sets an array of buttons the button bar consists of.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.ButtonSeparators">
			<summary>Gets or sets an array of boolean values specifying whether or not a separator is drawn between two buttons.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.ButtonStyle">
			<summary>Gets or sets the painting style of the buttons.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.DisplayColors">
			<summary>Gets or sets the colors of the button bar.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.ReadOnly">
			<summary>Gets or sets a value determining the button bar's read only mode.</summary>
		</member>
		<member name="T:TXTextControl.ButtonBar.Colors">
			<summary>The ButtonBar.Colors class gets, sets or resets the display colors of a Windows Forms ButtonBar control.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.#ctor">
			<summary>Initializes a new instance of the ButtonBar.Colors class. After creating the object with this constuctor, individual colors can be set. If the Colors object is assigned to the ButtonBar.DisplayColors property, non-set colors are reset to their system dependent default values.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetBackColor">
			<summary>Resets the button bar's BackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetButtonBackColorBottom">
			<summary>Resets the button bar's ButtonBackColorBottom to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetButtonBackColorMiddle">
			<summary>Resets the button bar's ButtonBackColorMiddle to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetButtonBackColorTop">
			<summary>Resets the button bar's ButtonBackColorTop to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetButtonHotTrackBottom">
			<summary>Resets the button bar's ButtonHotTrackBottom to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetButtonHotTrackTop">
			<summary>Resets the button bar's ButtonHotTrackTop to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetButtonSelectedBottom">
			<summary>Resets the button bar's ButtonSelectedBottom to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetButtonSelectedTop">
			<summary>Resets the button bar's ButtonSelectedTop to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetButtonPressedBottom">
			<summary>Resets the button bar's ButtonPressedBottom to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetButtonPressedTop">
			<summary>Resets the button bar's ButtonPressedTop to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetButtonFrameColor">
			<summary>Resets the button bar's ButtonFrameColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetComboBoxBackColor">
			<summary>Resets the button bar's ComboBoxBackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetForeColor">
			<summary>Resets the button bar's ForeColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetGradientBackColor">
			<summary>Resets the button bar's GradientBackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetSeparatorColorDark">
			<summary>Resets the button bar's SeparatorColorDark to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ButtonBar.Colors.ResetSeparatorColorLight">
			<summary>Resets the button bar's SeparatorColorLight to its system dependent default value.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.BackColor">
			<summary>Gets or sets the background color at the left edge of the button bar.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ButtonBackColorBottom">
			<summary>Gets or sets the background color at the bottom of a button.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ButtonBackColorMiddle">
			<summary>Gets or sets the background color in the middle of a button.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ButtonBackColorTop">
			<summary>Gets or sets the background color at the top of a button.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ButtonHotTrackBottom">
			<summary>Gets or sets the background color at the bottom of a button, if the mouse cursor is over the button.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ButtonHotTrackTop">
			<summary>Gets or sets the background color at the top of a button, if the mouse cursor is over the button.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ButtonSelectedBottom">
			<summary>Gets or sets the background color at the bottom of a button used when the button is selected.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ButtonSelectedTop">
			<summary>Gets or sets the background color at the top of a button used when the button is selected.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ButtonPressedBottom">
			<summary>Gets or sets the background color at the bottom of a button used when the button is pressed down.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ButtonPressedTop">
			<summary>Gets or sets the background color at the top of a button used when the button is pressed down.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ButtonFrameColor">
			<summary>Gets or sets the frame color of a selected or pressed button.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ComboBoxBackColor">
			<summary>Gets or sets the background color of the combo boxes.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.ForeColor">
			<summary>Gets or sets the color used for text and the button images.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.GradientBackColor">
			<summary>Gets or sets the background color at the right edge of the button bar.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.SeparatorColorDark">
			<summary>Gets or sets the color of the dark part of a separator.</summary>
		</member>
		<member name="P:TXTextControl.ButtonBar.Colors.SeparatorColorLight">
			<summary>Gets or sets the color of the light part of a separator.</summary>
		</member>
		<member name="T:TXTextControl.CannotTrackChangeEventArgs">
			<summary>The CannotTrackChangeEventArgs class provides data for the CannotTrackChange event.</summary>
		</member>
		<member name="P:TXTextControl.CannotTrackChangeEventArgs.Cancel">
			<summary>Gets or sets a value indicating whether the change of the document should be performed.</summary>
		</member>
		<member name="P:TXTextControl.CannotTrackChangeEventArgs.DefaultMessage">
			<summary>Gets the default message for the user.</summary>
		</member>
		<member name="P:TXTextControl.CannotTrackChangeEventArgs.Handled">
			<summary>A subscriber can set this property to true to indicate that he has handled the event.</summary>
		</member>
		<member name="T:TXTextControl.CheckFormField">
			<summary>The CheckFormField class represents a checkbox in a document.</summary>
		</member>
		<member name="M:TXTextControl.CheckFormField.#ctor(System.Boolean)">
			<summary>Initializes a new instance of the CheckFormField class.</summary>
			<param name="isChecked">Specifies whether the checkbox is initially checked or unchecked.</param>
		</member>
		<member name="F:TXTextControl.CheckFormField.DefaultCheckedCharacter">
			<summary>Represents the default character which is used to display the checkbox in the checked state.</summary>
		</member>
		<member name="F:TXTextControl.CheckFormField.DefaultUncheckedCharacter">
			<summary>Represents the default character which is used to display the checkbox in the unchecked state.</summary>
		</member>
		<member name="P:TXTextControl.CheckFormField.CheckedCharacter">
			<summary>Gets or sets the character which is used to display the checkbox in the checked state.</summary>
		</member>
		<member name="P:TXTextControl.CheckFormField.Checked">
			<summary>Gets or set a value indicating whether the checkbox is in the checked state.</summary>
		</member>
		<member name="P:TXTextControl.CheckFormField.SupportedCheckedCharacters">
			<summary>Gets possible characters which can be used to display the checkbox in the checked state.</summary>
		</member>
		<member name="P:TXTextControl.CheckFormField.SupportedUncheckedCharacters">
			<summary>Gets possible characters which can be used to display the checkbox in the unchecked state.</summary>
		</member>
		<member name="P:TXTextControl.CheckFormField.UncheckedCharacter">
			<summary>Gets or sets the character which is used to display the checkbox in the unchecked state.</summary>
		</member>
		<member name="T:TXTextControl.CheckFormFieldEventArgs">
			<summary>The CheckFormFieldEventArgs class provides data for the TextControl.FormFieldCheckChanged event.</summary>
		</member>
		<member name="P:TXTextControl.CheckFormFieldEventArgs.CheckFormField">
			<summary>Gets an object representing the CheckFormField that causes the event.</summary>
		</member>
		<member name="T:TXTextControl.CommentCollection">
			<summary>Contains all comments in the main text or another part of a document.</summary>
		</member>
		<member name="T:TXTextControl.CommentCollection.AddResult">
			<summary>Specifies the result when a comment has been added to the document.</summary>
		</member>
		<member name="F:TXTextControl.CommentCollection.AddResult.Error">
			<summary>An unexpected error has occurred.</summary>
		</member>
		<member name="F:TXTextControl.CommentCollection.AddResult.NoSelection">
			<summary>The comment input control was't opened or the comment wasn't inserted because there is no selection.</summary>
		</member>
		<member name="F:TXTextControl.CommentCollection.AddResult.PositionInvalid">
			<summary>The comment wasn't inserted because the specified position values are invalid. Invalid start and/or length values have been specified.</summary>
		</member>
		<member name="F:TXTextControl.CommentCollection.AddResult.SelectionTooComplex">
			<summary>The comment input control was't opened or the comment wasn't inserted because the selection is too complex. It is not a continuous sequence of characters.</summary>
		</member>
		<member name="F:TXTextControl.CommentCollection.AddResult.Successful">
			<summary>The comment input control has been opened or the comment has successfully been inserted.</summary>
		</member>
		<member name="M:TXTextControl.CommentCollection.Add">
			<summary>Opens a comment input control so that the end-user can type the comment's text. The new comment is inserted after the input control has been closed.</summary>
		</member>
		<member name="M:TXTextControl.CommentCollection.Add(TXTextControl.CommentedText)">
			<summary>Adds a new comment given through the specified CommentedText object.The commented text is defined through the CommentedText.Start and CommentedText.Length properties. If the length of the commented text is zero, the current text selection is used to define the text associated with the comment.</summary>
			<param name="commentedText">Defines the commented text and its comment to add.</param>
		</member>
		<member name="M:TXTextControl.CommentCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.CommentCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.CommentCollection.GetItem">
			<summary>Gets the comment at the current text input position. If there is more than one comment at the current text input position the innermost comment is returned.</summary>
		</member>
		<member name="M:TXTextControl.CommentCollection.GetItem(System.Boolean)">
			<summary>Gets the next or the previous comment in the textflow. The search begins at the current text input position.</summary>
			<param name="next">If this parameter is true, the next comment in the textflow is returned.</param>
		</member>
		<member name="M:TXTextControl.CommentCollection.Remove(TXTextControl.CommentedText)">
			<summary>Removes a CommentedText from the collection. The method removes the saved position values and the comment string. The text, which is commented, is not removed from the document.</summary>
			<param name="commentedText">Specifies the CommentedText to remove.</param>
		</member>
		<member name="P:TXTextControl.CommentCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.CommentCollection.IsSynchronized">
			<summary>Returns true if the collection is designed to be thread safe, otherwise, it returns false.</summary>
		</member>
		<member name="P:TXTextControl.CommentCollection.Item">
			<summary>Gets the comment with the specified number from the collection.</summary>
		</member>
		<member name="P:TXTextControl.CommentCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
		</member>
		<member name="T:TXTextControl.CommentEventArgs">
			<summary>The CommentEventArgs class provides data for the CommentCreated, CommentDeleted, CommentedTextEntered, CommentedTextLeft, CommentChanged and CommentStateChanged events.</summary>
		</member>
		<member name="P:TXTextControl.CommentEventArgs.CommentedText">
			<summary>Gets an object that represents the commented text.</summary>
		</member>
		<member name="T:TXTextControl.CommentedText">
			<summary>A CommentedText object represents a commented piece of text.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.#ctor(System.String)">
			<summary>Creates a CommentedText object with the specified comment string. The current text selection defines the commented text.</summary>
			<param name="comment">Specifies a comment string.</param>
		</member>
		<member name="M:TXTextControl.CommentedText.#ctor(System.String,System.Int32,System.Int32)">
			<summary>Creates a CommentedText object with the specified comment string and start position and length specifying the commented text.</summary>
			<param name="comment">Specifies a comment string.</param>
			<param name="start">Specifies the index (one-based) of the commented text's first character.</param>
			<param name="length">Specifies the number of characters which belong to the commented text.</param>
		</member>
		<member name="M:TXTextControl.CommentedText.#ctor(System.String,TXTextControl.CommentedText)">
			<summary>Creates a CommentedText object with the specified comment string which is a reply to the specified comment.</summary>
			<param name="comment">Specifies a comment string.</param>
			<param name="repliedComment">The new comment is a reply to this comment.</param>
		</member>
		<member name="M:TXTextControl.CommentedText.EditComment">
			<summary>Opens a comment input control to edit the comment's text.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.ReplyToComment">
			<summary>Opens a comment input control to reply to this comment.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the commented text in a byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the commented text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.CommentedText.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the commented text as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the commented text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.CommentedText.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the commented text in a byte array with the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the commented text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.CommentedText.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the commented text as a string with the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the commented text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.CommentedText.ScrollTo">
			<summary>Scrolls the beginning of the commented text into the visible part of the document using a default position depending on the previous position.</summary>
		</member>
		<member name="M:TXTextControl.CommentedText.ScrollTo(InputPosition.ScrollPosition)">
			<summary>Scrolls the beginning of the commented text into the visible part of the document using the specified position.</summary>
			<param name="position">Specifies an InputPosition.ScrollPosition value.</param>
		</member>
		<member name="M:TXTextControl.CommentedText.Select">
			<summary>Selects the commented part of the document.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.Active">
			<summary>Gets or sets a value specifying whether the comment is currently active or not.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.Comment">
			<summary>Gets or sets a string which is the comment.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.CreationTime">
			<summary>Gets the date and time when the comment has been inserted.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.DefaultHighlightColor">
			<summary>Gets the default highlight color for the commented text.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.HighlightColor">
			<summary>Gets or sets the highlight color for the commented text.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.HighlightMode">
			<summary>Gets or sets a value indicating whether the commented text is highlighted.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.ID">
			<summary>Gets or sets a user-defined identifier.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.Length">
			<summary>Gets the number of commented characters.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.Number">
			<summary>Gets the comment's number.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.RepliedComment">
			<summary>Gets the comment for which this comment is a reply.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.Replies">
			<summary>Gets all replies of this comment or null if there are no replies.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.Start">
			<summary>Gets the index (one-based) of the first commented character.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.Text">
			<summary>Gets the commented text.</summary>
		</member>
		<member name="P:TXTextControl.CommentedText.UserName">
			<summary>Gets the name of the user who has commented the document.</summary>
		</member>
		<member name="T:TXTextControl.CommentsDialog">
			<summary>The CommentsDialog class implements a dialog box that shows all comments of the document.</summary>
		</member>
		<member name="M:TXTextControl.CommentsDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a CommentsDialog object for the specified Windows Forms TextControl.</summary>
			<param name="textControl">Specifies the TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.CommentsDialog.DialogItem">
			<summary>Each DialogItem represents an item in a CommentsDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.CommentsDialog.DialogItem.TXITEM_CommentsCount">
			<summary>Identifies the comments count label.</summary>
		</member>
		<member name="F:TXTextControl.CommentsDialog.DialogItem.TXITEM_CommentsRefresh">
			<summary>Identifies the refresh comments button.</summary>
		</member>
		<member name="F:TXTextControl.CommentsDialog.DialogItem.TXITEM_CommentsViewer">
			<summary>Identifies the comments viewer.</summary>
		</member>
		<member name="F:TXTextControl.CommentsDialog.DialogItem.TXITEM_DeleteComment">
			<summary>Identifies the delete comment button.</summary>
		</member>
		<member name="F:TXTextControl.CommentsDialog.DialogItem.TXITEM_DeleteAllComments">
			<summary>Identifies the delete all comments button.</summary>
		</member>
		<member name="F:TXTextControl.CommentsDialog.DialogItem.TXITEM_EditComment">
			<summary>Identifies the edit comment button.</summary>
		</member>
		<member name="F:TXTextControl.CommentsDialog.DialogItem.TXITEM_ReplyComment">
			<summary>Identifies the reply comment button.</summary>
		</member>
		<member name="F:TXTextControl.CommentsDialog.DialogItem.TXITEM_Close">
			<summary>Identifies the close button.</summary>
		</member>
		<member name="M:TXTextControl.CommentsDialog.FindItem(CommentsDialog.DialogItem)">
			<summary>Finds a control that has the provided identifier name.</summary>
			<param name="dialogItem">The name of the requested control represented by an enum of type CommentsDialog.DialogItem.</param>
		</member>
		<member name="T:TXTextControl.Condition">
			<summary>An object of the Condition class is an element of the ConditionalInstruction class and represents the state of a FormField that has to be fulfilled to execute the instructions of the related ConditionalInstruction object.To create a condition, the Condition object has to be initialized with a FormField that is located inside the document.Furthermore, a comparison value has to be defined by the constructor's comparisonValue parameter.• The constructor's isChecked parameter value of a condition that references to a CheckFormField represents a check state to be fulfilled.• Conditions that are related to form fields of type TextFormField or SelectionFormField execute a comparison to the form field's Text property value.• In addition, the text of a SelectionFormField object can be compared with one of its SelectionFormField.Items array entries or checked whether or not the string equals to one of its SelectionFormField.Items array entries.• Up to four different comparison types can be applied to compare the Date property of DateFormField objects with a specified value: If the comparison value is an object of type System.DateTime, the year, month and day of month is compared with the current property value.</summary>
		</member>
		<member name="M:TXTextControl.Condition.#ctor(TXTextControl.CheckFormField,System.Boolean)">
			<summary>Creates an instance of the Condition class that tests whether the CheckFormField's Checked property value equals the specified boolean value. The Condition.ComparisonValueType property is set to ComparisonValueTypes.CheckState.</summary>
			<param name="formField">Specifies the form field whose property value is to be compared with the condition's comparison value.</param>
			<param name="isChecked">Specifies the value that the CheckFormField.Checked property must have to fulfill the condition.</param>
		</member>
		<member name="M:TXTextControl.Condition.#ctor(TXTextControl.TextFormField,Condition.ComparisonOperators,System.String)">
			<summary>Creates an instance of the Condition class that compares the TextFormField's Text property with the specified string value. If that value is null or an empty string, the condition's comparison value is interpreted as ComparisonValueTypes.NoValue. Otherwise as ComparisonValueTypes.CustomText.</summary>
			<param name="formField">Specifies the form field whose property value is to be compared with the condition's comparison value.</param>
			<param name="comparisonOperator">Specifies the operator that is used to compare the condition's form field value with the specified comparison value.</param>
			<param name="comparisonValue">Specifies the value that is compared with the condition's form field value.</param>
		</member>
		<member name="M:TXTextControl.Condition.#ctor(TXTextControl.TextFormField,Condition.ComparisonOperators,System.String,Condition.TextComparisonFlags)">
			<summary>Creates an instance of the Condition class that compares the TextFormField's Text property with the specified string value. The textComparisonFlag parameter determines whether the comparison value is interpreted as ComparisonValueTypes.CustomText or ComparisonValueTypes.Regex. If the comparisonValue parameter is null or an empty string, a System.ArgumentException is thrown.</summary>
			<param name="formField">Specifies the form field whose property value is to be compared with the condition's comparison value.</param>
			<param name="comparisonOperator">Specifies the operator that is used to compare the condition's form field value with the specified comparison value.</param>
			<param name="comparisonValue">Specifies the value that is compared with the condition's form field value.</param>
			<param name="textComparisonFlag">Determines whether the comparison value is interpreted as ComparisonValueTypes.CustomText or ComparisonValueTypes.Regex.</param>
		</member>
		<member name="M:TXTextControl.Condition.#ctor(TXTextControl.SelectionFormField,Condition.ComparisonOperators,System.String)">
			<summary>Creates an instance of the Condition class that compares the SelectionFormField's Text property with the specified string value. If that value is null or an empty string, the condition's comparison value is interpreted as ComparisonValueTypes.NoValue.</summary>
			<param name="formField">Specifies the form field whose property value is to be compared with the condition's comparison value.</param>
			<param name="comparisonOperator">Specifies the operator that is used to compare the condition's form field value with the specified comparison value.</param>
			<param name="comparisonValue">Specifies the value that is compared with the condition's form field value.</param>
		</member>
		<member name="M:TXTextControl.Condition.#ctor(TXTextControl.SelectionFormField,Condition.ComparisonOperators,System.String,Condition.TextComparisonFlags)">
			<summary>Creates an instance of the Condition class that compares the SelectionFormField's Text property with the specified string value. The textComparisonFlag parameter determines whether the comparison value is interpreted as ComparisonValueTypes.CustomText or ComparisonValueTypes.Regex. If the comparisonValue parameter is null or an empty string, a System.ArgumentException is thrown.</summary>
			<param name="formField">Specifies the form field whose property value is to be compared with the condition's comparison value.</param>
			<param name="comparisonOperator">Specifies the operator that is used to compare the condition's form field value with the specified comparison value.</param>
			<param name="comparisonValue">Specifies the value that is compared with the condition's form field value.</param>
			<param name="textComparisonFlag">Determines whether the comparison value is interpreted as ComparisonValueTypes.CustomText or ComparisonValueTypes.Regex.</param>
		</member>
		<member name="M:TXTextControl.Condition.#ctor(TXTextControl.SelectionFormField,Condition.ComparisonOperators,System.String,Condition.ItemComparisonFlags)">
			<summary>Creates an instance of the Condition class that compares the SelectionFormField's Text property with the specified string value. The itemComparisonFlag parameter determines whether the comparison value is interpreted as ComparisonValueTypes.AnyItem or ComparisonValueTypes.SpecificItem. If the itemComparisonFlag parameter is set to ItemComparisonFlags.SpecificItem and the comparisonValue parameter is null, an empty string or not an element of the SelectionFormField.Items collection, a System.ArgumentException is thrown.</summary>
			<param name="formField">Specifies the form field whose property value is to be compared with the condition's comparison value.</param>
			<param name="comparisonOperator">Specifies the operator that is used to compare the condition's form field value with the specified comparison value.</param>
			<param name="comparisonValue">Specifies the value that is compared with the condition's form field value.</param>
			<param name="itemComparisonFlag">Determines whether the comparison value is interpreted as ComparisonValueTypes.AnyItem or ComparisonValueTypes.SpecificItem.</param>
		</member>
		<member name="M:TXTextControl.Condition.#ctor(TXTextControl.DateFormField,Condition.ComparisonOperators,System.DateTime?)">
			<summary>Creates an instance of the Condition class that compares the DateFormField's Date property with the specified System.DateTime value. If that value is null, the condition's comparison value is interpreted as ComparisonValueTypes.NoValue. Otherwise as ComparisonValueTypes.Date.</summary>
			<param name="formField">Specifies the form field whose property value is to be compared with the condition's comparison value.</param>
			<param name="comparisonOperator">Specifies the operator that is used to compare the condition's form field value with the specified comparison value.</param>
			<param name="comparisonValue">Specifies the value that is compared with the condition's form field value.</param>
		</member>
		<member name="M:TXTextControl.Condition.#ctor(TXTextControl.DateFormField,Condition.ComparisonOperators,System.Int32)">
			<summary>Creates an instance of the Condition class that compares the DateFormField's Date property with the specified integer value. If that value is greater than 1600 and less than 10000, the condition's comparison value is interpreted as ComparisonValueTypes.Year. If the value is a positive number between 1 and 31, the comparison value is interpreted as ComparisonValueTypes.DayOfMonth. For all other integer values a System.ArgumentException is thrown.</summary>
			<param name="formField">Specifies the form field whose property value is to be compared with the condition's comparison value.</param>
			<param name="comparisonOperator">Specifies the operator that is used to compare the condition's form field value with the specified comparison value.</param>
			<param name="comparisonValue">Specifies the value that is compared with the condition's form field value.</param>
		</member>
		<member name="M:TXTextControl.Condition.#ctor(TXTextControl.DateFormField,Condition.ComparisonOperators,Condition.Month)">
			<summary>Creates an instance of the Condition class that compares the DateFormField's Date property with the specified Condition.Month value. That condition's comparison value is interpreted as ComparisonValueTypes.Month.</summary>
			<param name="formField">Specifies the form field whose property value is to be compared with the condition's comparison value.</param>
			<param name="comparisonOperator">Specifies the operator that is used to compare the condition's form field value with the specified comparison value.</param>
			<param name="comparisonValue">Specifies the value that is compared with the condition's form field value.</param>
		</member>
		<member name="M:TXTextControl.Condition.#ctor(TXTextControl.DateFormField,Condition.ComparisonOperators,System.DayOfWeek)">
			<summary>Creates an instance of the Condition class that compares the DateFormField's Date property with the specified System.DayOfWeek value. That condition's comparison value is interpreted as ComparisonValueTypes.Weekday.</summary>
			<param name="formField">Specifies the form field whose property value is to be compared with the condition's comparison value.</param>
			<param name="comparisonOperator">Specifies the operator that is used to compare the condition's form field value with the specified comparison value.</param>
			<param name="comparisonValue">Specifies the value that is compared with the condition's form field value.</param>
		</member>
		<member name="T:TXTextControl.Condition.ComparisonOperators">
			<summary>Determines the comparison operator that is used to compare the condition's form field value with the specified comparison value or the interpretation of that value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.Is">
			<summary>Form field value equals to the specified comparison value or the interpretation of that value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.IsNot">
			<summary>Form field value does not equal to the specified comparison value or the interpretation of that value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.Contains">
			<summary>Form field value contains the specified comparison value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.StartsWith">
			<summary>Form field value starts with the specified comparison value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.EndsWith">
			<summary>Form field value ends with the specified comparison value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.DoesNotContain">
			<summary>Form field value does not contain the specified comparison value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.DoesNotStartWith">
			<summary>Form field value does not start with the specified comparison value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.DoesNotEndWith">
			<summary>Form field value does not end with the specified comparison value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.IsGreaterThan">
			<summary>Form field value is greater than the specified comparison value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.IsGreaterThanOrEqual">
			<summary>Form field value is greater than or equals to the specified comparison value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.IsLessThan">
			<summary>Form field value is less than the specified comparison value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonOperators.IsLessThanOrEqual">
			<summary>Form field value is less than or equals to the specified comparison value.</summary>
		</member>
		<member name="T:TXTextControl.Condition.ComparisonValueTypes">
			<summary>Determines how the condition's comparison value is interpreted by the condition.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonValueTypes.CheckState">
			<summary>The condition tests the check state of the related condition's CheckFormField. If this enumeration value is returned by the Condition.ComparisonValueType property, the Condition.ComparisonValue property is set to true. The Condition.ComparisonOperator returns the enumeration value ComparisonOperators.Is, if the condition checks whether the check form field is checked. Otherwise ComparisonOperators.IsNot.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonValueTypes.NoValue">
			<summary>The condition examines whether the related condition's FormField property does not provide a suitable value that can be used for comparison. Form field values of type TextFormField and SelectionFormField are not suitable for comparison, if their FormField.Text property value is an empty string. The corresponding value of a DateFormField cannot be compared, if its DateFormField.Date property returns null. If the ComparisonValueTypes.NoValue value is returned by the Condition.ComparisonValueType property, the Condition.ComparisonValue property is set to null. The ComparisonValueTypes.NoValue enumeration value can only be combined with the operator ComparisonOperators.Is or ComparisonOperators.IsNot.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonValueTypes.CustomText">
			<summary>The condition compares the FormField.Text property value of the related condition's TextFormField or SelectionFormField with the value of the Condition.ComparisonValue property. If this enumeration value is returned by the Condition.ComparisonValueType property, the Condition.ComparisonValue property value is an object of type string. Furthermore, all provided values of the ComparisonOperators enumeration can be set as Condition.ComparisonOperator property value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonValueTypes.Regex">
			<summary>The condition checks whether or not the FormField.Text property value of the related condition's TextFormField or SelectionFormField matches a specific regular expression. That regular expression is represented by the Condition.ComparisonValue property. It is an object of type string and conforms to the rules of the .NET Framework regular expression engine. The ComparisonValueTypes.Regex enumeration value can only be combined with the operator ComparisonOperators.Is or ComparisonOperators.IsNot.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonValueTypes.SpecificItem">
			<summary>The condition compares the FormField.Text property value of the related condition's SelectionFormField with an item of SelectionFormField.Items string array collection. The representation of that item is an object of type string, which is specified by the Condition.ComparisonValue property. All provided values of the ComparisonOperators enumeration can be set as Condition.ComparisonOperator property value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonValueTypes.AnyItem">
			<summary>The condition examines whether the related condition's SelectionFormField.Text property value matches one of the SelectionFormField.Items string array collection values. If this enumeration value is returned by the Condition.ComparisonValueType property, the Condition.ComparisonValue property is set to null. The ComparisonValueTypes.AnyItem enumeration value can only be combined with the operator ComparisonOperators.Is or ComparisonOperators.IsNot.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonValueTypes.Date">
			<summary>The condition compares the DateFormField.Date property value of the related condition's DateFormField with a date that is specified by the Condition.ComparisonValue property. If this enumeration value is returned by the Condition.ComparisonValueType property, the Condition.ComparisonValue property is an object of type System.DateTime. The ComparisonValueTypes.Date enumeration value can only be combined with the operator ComparisonOperators.Is, ComparisonOperators.IsNot,ComparisonOperators.IsGreaterThan, ComparisonOperators.IsGreaterThanOrEqual, ComparisonOperators.IsLessThan or ComparisonOperators.IsLessThanOrEqual.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonValueTypes.Year">
			<summary>The condition compares the DateFormField.Date property value of the related condition's DateFormField with a year that is specified by the Condition.ComparisonValue property. If this enumeration value is returned by the Condition.ComparisonValueType property, the Condition.ComparisonValue property represents an integer between 1601 and 9999. The ComparisonValueTypes.Year enumeration value can only be combined with the operator ComparisonOperators.Is, ComparisonOperators.IsNot, ComparisonOperators.IsGreaterThan, ComparisonOperators.IsGreaterThanOrEqual, ComparisonOperators.IsLessThan or ComparisonOperators.IsLessThanOrEqual.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonValueTypes.Month">
			<summary>The condition compares the DateFormField.Date property value of the related condition's DateFormField with a month that is specified by the Condition.ComparisonValue property. If this enumeration value is returned by the Condition.ComparisonValueType property, the Condition.ComparisonValueproperty is an object of type Condition.Month. The ComparisonValueTypes.Month enumeration value can only be combined with the operator ComparisonOperators.Is, ComparisonOperators.IsNot, ComparisonOperators.IsGreaterThan, ComparisonOperators.IsGreaterThanOrEqual, ComparisonOperators.IsLessThan or ComparisonOperators.IsLessThanOrEqual.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonValueTypes.DayOfMonth">
			<summary>The condition compares the DateFormField.Date property value of the related condition's DateFormField with a day of the month that is specified by the Condition.ComparisonValue property. If this enumeration value is returned by the Condition.ComparisonValueType property, the Condition.ComparisonValue property represents an integer between 1 and 31. The ComparisonValueTypes.DayOfMonth enumeration value can only be combined with the operator ComparisonOperators.Is, ComparisonOperators.IsNot, ComparisonOperators.IsGreaterThan, ComparisonOperators.IsGreaterThanOrEqual, ComparisonOperators.IsLessThan or ComparisonOperators.IsLessThanOrEqual.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ComparisonValueTypes.Weekday">
			<summary>The condition compares the DateFormField.Date property value of the related condition's DateFormField with a weekday that is specified by the Condition.ComparisonValue property. If this enumeration value is returned by the Condition.ComparisonValueType property, the Condition.ComparisonValue property is an object of type System.DayOfWeek. The ComparisonValueTypes.Weekday enumeration value can only be combined with the operator ComparisonOperators.Is or ComparisonOperators.IsNot.</summary>
		</member>
		<member name="T:TXTextControl.Condition.ItemComparisonFlags">
			<summary>Determines how the specified comparison value has to be interpreted when comparing it with the SelectionFormField's Text property.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ItemComparisonFlags.SpecificItem">
			<summary>The comparison value represents an item of the SelectionFormField.Items array.</summary>
		</member>
		<member name="F:TXTextControl.Condition.ItemComparisonFlags.AnyItem">
			<summary>The condition checks whether or not the SelectionFormField's Text property value equals to one of its items.</summary>
		</member>
		<member name="T:TXTextControl.Condition.LogicalConnectives">
			<summary>Determines how the condition is related to the previous condition inside the corresponding ConditionalInstruction.Conditions array.</summary>
		</member>
		<member name="F:TXTextControl.Condition.LogicalConnectives.And">
			<summary>The condition is connected to the previous condition by a logical conjunction (ConditionA ∧ ConditionB)</summary>
		</member>
		<member name="F:TXTextControl.Condition.LogicalConnectives.Or">
			<summary>The condition is connected to the previous condition by a logical disjunction (ConditionA ∨ ConditionB)</summary>
		</member>
		<member name="T:TXTextControl.Condition.Month">
			<summary>Determines the month that is compared with the condition's form field value.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.January">
			<summary>Represents the month January.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.February">
			<summary>Represents the month February.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.March">
			<summary>Represents the month March.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.April">
			<summary>Represents the month April.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.May">
			<summary>Represents the month May.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.June">
			<summary>Represents the month June.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.July">
			<summary>Represents the month July.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.August">
			<summary>Represents the month August.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.September">
			<summary>Represents the month September.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.October">
			<summary>Represents the month October.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.November">
			<summary>Represents the month November.</summary>
		</member>
		<member name="F:TXTextControl.Condition.Month.December">
			<summary>Represents the month December.</summary>
		</member>
		<member name="T:TXTextControl.Condition.TextComparisonFlags">
			<summary>Determines how the specified comparison value has to be interpreted when comparing it with the TextFormField's or SelectionFormField's Text property.</summary>
		</member>
		<member name="F:TXTextControl.Condition.TextComparisonFlags.CustomText">
			<summary>The comparison value has to be interpreted as custom text.</summary>
		</member>
		<member name="F:TXTextControl.Condition.TextComparisonFlags.Regex">
			<summary>The comparison value has to be interpreted as a regular expression.</summary>
		</member>
		<member name="P:TXTextControl.Condition.ComparisonOperator">
			<summary>Gets the operator that is used to compare the condition's form field value with the specified comparison value.</summary>
		</member>
		<member name="P:TXTextControl.Condition.ComparisonValue">
			<summary>Gets the value that is compared with the condition's form field value.</summary>
		</member>
		<member name="P:TXTextControl.Condition.ComparisonValueType">
			<summary>Gets a value of type ComparisonValueTypes that determines how the condition's comparison value is interpreted.</summary>
		</member>
		<member name="P:TXTextControl.Condition.FormField">
			<summary>Gets the FormField whose property value is to be compared with the condition's comparison value.</summary>
		</member>
		<member name="P:TXTextControl.Condition.LogicalConnective">
			<summary>Gets or sets a value of type Condition.LogicalConnectives that describes how the condition is related to the previous condition inside the corresponding ConditionalInstruction.Conditions array.</summary>
		</member>
		<member name="T:TXTextControl.ConditionalInstruction">
			<summary>An object of the ConditionalInstruction class represents a list of form field related instructions that are executed when specific requirements, represented by an array of conditions, are fulfilled.</summary>
		</member>
		<member name="M:TXTextControl.ConditionalInstruction.#ctor">
			<summary>Initializes a new instance of the ConditionalInstruction class without any of the required values.</summary>
		</member>
		<member name="M:TXTextControl.ConditionalInstruction.#ctor(System.String,TXTextControl.Condition[],TXTextControl.Instruction[])">
			<summary>Initializes a new instance of the ConditionalInstruction class with all values that are necessary to provide a valid conditional instruction.</summary>
			<param name="name">Specifies the name of the conditional instruction.</param>
			<param name="conditions">Specifies the conditions of the conditional instruction.</param>
			<param name="instructions">Specifies the instructions of the conditional instruction.</param>
		</member>
		<member name="M:TXTextControl.ConditionalInstruction.Copy">
			<summary>Returns a copy of this ConditionalInstruction object.</summary>
		</member>
		<member name="P:TXTextControl.ConditionalInstruction.Conditions">
			<summary>Gets or sets an array of conditions, that represent the requirements that has to be fulfilled to execute the specified instructions.</summary>
		</member>
		<member name="P:TXTextControl.ConditionalInstruction.Instructions">
			<summary>Gets or sets an array of instructions that are executed when the specified conditions are fulfilled.</summary>
		</member>
		<member name="P:TXTextControl.ConditionalInstruction.Name">
			<summary>Gets or sets a name of the conditional instruction.</summary>
		</member>
		<member name="T:TXTextControl.ConditionalInstructionCollection">
			<summary>An instance of the ConditionalInstructionCollection class contains all conditional instructions in a Text Control document or part of the document represented through objects of type ConditionalInstruction.</summary>
		</member>
		<member name="M:TXTextControl.ConditionalInstructionCollection.Add(TXTextControl.ConditionalInstruction)">
			<summary>Inserts an instance of the class ConditionalInstruction to the collection and the document.</summary>
			<param name="conditionalInstruction">Specifies ConditionalInstruction element to add.</param>
		</member>
		<member name="M:TXTextControl.ConditionalInstructionCollection.Clear">
			<summary>Removes all conditional instructions from the collection and the document.</summary>
		</member>
		<member name="M:TXTextControl.ConditionalInstructionCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.ConditionalInstructionCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.ConditionalInstructionCollection.GetItem(System.String)">
			<summary>Gets that ConditionalInstruction element from the collection, where the Name property value equals the specified name.</summary>
			<param name="name">Specifies the name of the requested ConditionalInstruction element.</param>
		</member>
		<member name="M:TXTextControl.ConditionalInstructionCollection.GetItems(TXTextControl.FormField)">
			<summary>Gets those ConditionalInstruction elements from the collection, where at least one Condition or Instruction element references the specified FormField.</summary>
			<param name="formField">Specifies the FormField that is referenced inside the requested ConditionalInstruction elements.</param>
		</member>
		<member name="M:TXTextControl.ConditionalInstructionCollection.IsValueValid(TXTextControl.FormField)">
			<summary>Returns a value indicating whether the value of a specific form field is marked as valid. The corresponding validation is executed by the conditions of a conditional instruction and applied by an Instruction object, that marks the related form field as valid or invalid.</summary>
			<param name="formField">Specifies the FormField that is checked.</param>
		</member>
		<member name="M:TXTextControl.ConditionalInstructionCollection.Remove(System.String)">
			<summary>Removes that ConditionalInstruction element from the collection and the document, where the Name property value equals the specified name.</summary>
			<param name="name">Specifies the name of the ConditionalInstruction element to remove.</param>
		</member>
		<member name="P:TXTextControl.ConditionalInstructionCollection.ConditionalInstructionNames">
			<summary>Gets the names of all ConditionalInstruction elements that are listed inside the collection.</summary>
		</member>
		<member name="P:TXTextControl.ConditionalInstructionCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="T:TXTextControl.DateFormField">
			<summary>An object of the DateFormField class represents a date field on a form.</summary>
		</member>
		<member name="M:TXTextControl.DateFormField.#ctor(System.Int32)">
			<summary>Initializes a new instance of an empty DateFormField. The date is set to January 1, 1601.</summary>
			<param name="emptyWidth">Specifies the horizontal extension, in twips, of the DateFormField, when a date is not set.</param>
		</member>
		<member name="M:TXTextControl.DateFormField.#ctor(System.DateTime,System.Int32)">
			<summary>Initializes a new instance of a DateFormField with the specified date.</summary>
			<param name="date">Specifies the date of the DateFormField.</param>
			<param name="emptyWidth">Specifies the horizontal extension, in twips, of the DateFormField, when a date is not set.</param>
		</member>
		<member name="P:TXTextControl.DateFormField.Date">
			<summary>Gets or sets the DateFormField's date.</summary>
		</member>
		<member name="P:TXTextControl.DateFormField.DateFormat">
			<summary>Gets or sets the date's format.</summary>
		</member>
		<member name="P:TXTextControl.DateFormField.EmptyWidth">
			<summary>Gets or sets the horizontal extension, in twips, of the DateFormField, when a date is not set.</summary>
		</member>
		<member name="P:TXTextControl.DateFormField.IsDateControlVisible">
			<summary>Gets or sets a value indicating wheather a date control is shown below the DateFormField so that the user can select a date.</summary>
		</member>
		<member name="P:TXTextControl.DateFormField.SupportedDateFormats">
			<summary>Gets an array of format picture strings which can be used to format the date.</summary>
		</member>
		<member name="T:TXTextControl.DateFormFieldEventArgs">
			<summary>The DateFormFieldEventArgs class provides data for the TextControl.FormFieldDateChanged event.</summary>
		</member>
		<member name="P:TXTextControl.DateFormFieldEventArgs.DateFormField">
			<summary>Gets an object representing the DateFormField that causes the event.</summary>
		</member>
		<member name="T:TXTextControl.DeleteBookmarksDialog">
			<summary>The DeleteBookmarksDialog class implements a Windows Forms dialog box which shows all targets in the current document.</summary>
		</member>
		<member name="M:TXTextControl.DeleteBookmarksDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a DeleteBookmarksDialog object for the specified Windows Forms TextControl.</summary>
			<param name="textControl">Specifies the TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.DeleteBookmarksDialog.DialogItem">
			<summary>Each DialogItem represents an item in a DeleteBookmarksDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.DeleteBookmarksDialog.DialogItem.TXITEM_BookmarkListLabel">
			<summary>Identifies the bookmark list label.</summary>
		</member>
		<member name="F:TXTextControl.DeleteBookmarksDialog.DialogItem.TXITEM_BookmarkList">
			<summary>Identifies the bookmark listbox.</summary>
		</member>
		<member name="F:TXTextControl.DeleteBookmarksDialog.DialogItem.TXITEM_Cancel">
			<summary>Identifies the Cancel button.</summary>
		</member>
		<member name="F:TXTextControl.DeleteBookmarksDialog.DialogItem.TXITEM_DeleteBookmark">
			<summary>Identifies the Delete button.</summary>
		</member>
		<member name="F:TXTextControl.DeleteBookmarksDialog.DialogItem.TXITEM_AutoGenerationBookmarks">
			<summary>Identifies the Automatically Generated Bookmarks check box.</summary>
		</member>
		<member name="F:TXTextControl.DeleteBookmarksDialog.DialogItem.TXITEM_GotoBookmark">
			<summary>Identifies the Goto button.</summary>
		</member>
		<member name="M:TXTextControl.DeleteBookmarksDialog.FindItem(DeleteBookmarksDialog.DialogItem)">
			<summary>Finds a control that has the provided identifier name.</summary>
			<param name="dialogItem">The name of the requested control represented by an enum of type DeleteBookmarksDialog.DialogItem.</param>
		</member>
		<member name="T:TXTextControl.DigitalSignature">
			<summary>An instance of the DigitalSignature class represents an X.509 certificate which can be used to digitally sign a PDF or PDF/A document.</summary>
		</member>
		<member name="M:TXTextControl.DigitalSignature.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.String)">
			<summary>Initializes a new instance of the DigitalSignature class specifying a certificate and a time server.</summary>
			<param name="x509">Specifies an X509Certificate2 object which represents an X.509 certificate.</param>
			<param name="timeServerURL">Specifies the URL of a time server which is used to get a time stamp for the certification.</param>
		</member>
		<member name="M:TXTextControl.DigitalSignature.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.String,System.String)">
			<summary>Initializes a new instance of the DigitalSignature class which is associated with a SignatureField.</summary>
			<param name="x509">Specifies an X509Certificate2 object which represents an X.509 certificate.</param>
			<param name="timeServerURL">Specifies the URL of a time server which is used to get a time stamp for the certification.</param>
			<param name="signatureFieldName">Specifies the name of a SignatureField contained in a document.</param>
		</member>
		<member name="T:TXTextControl.DocumentLink">
			<summary>The DocumentLink class represents a link in a Text Control document that points to a target in the same document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentLink.#ctor(System.String,TXTextControl.DocumentTarget)">
			<summary>Initializes a new instance of the DocumentLink class.</summary>
			<param name="text">Specifies the visible text of the link.</param>
			<param name="documentTarget">Specifies an object of the type DocumentTarget specifying to where the link points.</param>
		</member>
		<member name="P:TXTextControl.DocumentLink.AutoGenerationType">
			<summary>Gets the type of auto-generation.</summary>
		</member>
		<member name="P:TXTextControl.DocumentLink.DocumentTarget">
			<summary>Gets or sets an object of the type DocumentTarget specifying to where the link points.</summary>
		</member>
		<member name="T:TXTextControl.DocumentLinkCollection">
			<summary>An instance of the DocumentLinkCollection class contains all links in a Text Control document that point to targets in the same document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentLinkCollection.Add(TXTextControl.DocumentLink)">
			<summary>Inserts a new document link at the current input position.</summary>
			<param name="documentLink">Specifies the document link to add.</param>
		</member>
		<member name="M:TXTextControl.DocumentLinkCollection.Clear(System.Boolean)">
			<summary>Removes all document links from a Text Control document.</summary>
			<param name="keepText">If this parameter is set to true, all document links are removed without deleting their texts.</param>
		</member>
		<member name="M:TXTextControl.DocumentLinkCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.DocumentLinkCollection.GetItem">
			<summary>Gets the document link at the current input position or null if there is no document link at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.DocumentLinkCollection.GetItem(System.Int32)">
			<summary>Gets the document link with the specified id, previously set with the DocumentLink.ID property.</summary>
			<param name="id">Specifies the document link's identifier.</param>
		</member>
		<member name="M:TXTextControl.DocumentLinkCollection.Remove(TXTextControl.DocumentLink)">
			<summary>Removes a document link including its visible text from a Text Control document.</summary>
			<param name="documentLink">Specifies the document link to remove.</param>
		</member>
		<member name="M:TXTextControl.DocumentLinkCollection.Remove(TXTextControl.DocumentLink,System.Boolean)">
			<summary>Removes a document link from a Text Control document. The visible text is deleted depending on the keepText parameter.</summary>
			<param name="documentLink">Specifies the document link to remove.</param>
			<param name="keepText">If this parameter is set to true, the document link is removed without deleting its text.</param>
		</member>
		<member name="P:TXTextControl.DocumentLinkCollection.Item">
			<summary>Gets the field with the specified number from the collection.</summary>
		</member>
		<member name="T:TXTextControl.DocumentLinkEventArgs">
			<summary>The DocumentLinkEventArgs class provides data for the TextControl.DocumentLinkClicked event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentLinkEventArgs.DocumentLink">
			<summary>Gets an object that represents the clicked document link.</summary>
		</member>
		<member name="T:TXTextControl.DocumentPermissions">
			<summary>The DocumentPermissions class provides settings determining how the document can be edited, when the EditMode is changed from Edit to ReadAndSelect.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.AllowCopy">
			<summary>Specifies whether document content can be copied to the clipboard.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.AllowEditingFormFields">
			<summary>Specifies whether form fields can be edited.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.AllowFormatting">
			<summary>Gets or sets a value specifying whether the document can be formatted.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.AllowFormattingStyles">
			<summary>Gets or sets a value specifying whether formatting styles can be used to format the document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.AllowPrinting">
			<summary>Gets or sets a value specifying whether the document can be printed.</summary>
		</member>
		<member name="P:TXTextControl.DocumentPermissions.ReadOnly">
			<summary>Gets or sets a value specifying whether the document is read only.</summary>
		</member>
		<member name="T:TXTextControl.DocumentSettings">
			<summary>The DocumentSettings class provides properties which inform about general document settings, such as author and title, contained in the document the user is currently working on.</summary>
		</member>
		<member name="P:TXTextControl.DocumentSettings.Author">
			<summary>Gets or sets the author of the current document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentSettings.CreationDate">
			<summary>Gets or sets the document's creation date.</summary>
		</member>
		<member name="P:TXTextControl.DocumentSettings.CreatorApplication">
			<summary>Gets or sets the application, which has created the current document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentSettings.DocumentBasePath">
			<summary>Gets or sets a file path that is used to search for resources like images or hypertext links.</summary>
		</member>
		<member name="P:TXTextControl.DocumentSettings.DocumentKeywords">
			<summary>Gets or sets the current document's keywords.</summary>
		</member>
		<member name="P:TXTextControl.DocumentSettings.DocumentSubject">
			<summary>Gets or sets the subject string of the current document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentSettings.DocumentTitle">
			<summary>Gets or sets the current document's title.</summary>
		</member>
		<member name="P:TXTextControl.DocumentSettings.EmbeddedFiles">
			<summary>Gets or sets an array of EmbeddedFile objects providing the name, data and additional optional properties of files, which are embedded in the current document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentSettings.UserDefinedDocumentProperties">
			<summary>Gets or sets a dictionary with all user-defined document properties contained in the current document.</summary>
		</member>
		<member name="T:TXTextControl.DocumentTarget">
			<summary>The DocumentTarget class represents a text position in a Text Control document that can be a target of a document link or a bookmark.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTarget.#ctor(System.String)">
			<summary>Creates a new instance of the DocumentTarget class with the specified target name.</summary>
			<param name="targetName">Specifies the name of the target.</param>
		</member>
		<member name="M:TXTextControl.DocumentTarget.#ctor(System.String,System.Int32)">
			<summary>Creates a new instance of the DocumentTarget class with the specified target name and position.</summary>
			<param name="targetName">Specifies the name of the target.</param>
			<param name="position">Specifies the one-based character position where to insert the target.</param>
		</member>
		<member name="M:TXTextControl.DocumentTarget.ScrollTo">
			<summary>Sets the current text input position to the target's position and scrolls it into the visible part of the document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTarget.AutoGenerationType">
			<summary>Gets the type of auto-generation.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTarget.Bounds">
			<summary>Gets the bounding rectangle of a target.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTarget.ContainsInputPosition">
			<summary>Returns true, if the target's position is the same as the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTarget.Deleteable">
			<summary>Specifies whether the target can be deleted by the end-user while the document is being edited.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTarget.ID">
			<summary>Gets or sets an identifier for the document target.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTarget.Name">
			<summary>Relates a user-defined name to a target, that can be any kind of text in addition to the target's TargetName.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTarget.Start">
			<summary>Gets the character position (one-based) of the target.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTarget.TargetName">
			<summary>Gets or sets the target name.</summary>
		</member>
		<member name="T:TXTextControl.DocumentTargetCollection">
			<summary>An instance of the DocumentTargetCollection class contains all targets in a Text Control document represented through objects of the type DocumentTarget.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.Add(TXTextControl.DocumentTarget)">
			<summary>Inserts the specified target at the current text input position.</summary>
			<param name="documentTarget">Specifies the document target to add.</param>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.Clear">
			<summary>Removes all document targets from a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.GetItem">
			<summary>Gets the first document target at the current text input position or null if there is no document target. This method is for compatibility only with prior versions. Use GetItems to get all targets at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.GetItem(System.Int32)">
			<summary>Gets the document target with the specified id, previously set with the DocumentTarget.ID property.</summary>
			<param name="id">Specifies the document target's identifier.</param>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.GetItem(System.String)">
			<summary>Gets the document target with the specified target name, previously set with the DocumentTarget.TargetName property.</summary>
			<param name="targetName">Specifies the document target's target name.</param>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.GetItems">
			<summary>Gets all document targets at the current text input position. The method returns null, if there is no target at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.DocumentTargetCollection.Remove(TXTextControl.DocumentTarget)">
			<summary>Removes the specified target from a Text Control document.</summary>
			<param name="documentTarget">Specifies the document target to remove.</param>
		</member>
		<member name="P:TXTextControl.DocumentTargetCollection.CanAdd">
			<summary>Gets a value indicating whether a new document target can be inserted at the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTargetCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTargetCollection.IsSynchronized">
			<summary>Returns true if the collection is designed to be thread safe, otherwise, it returns false.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTargetCollection.Item">
			<summary>Gets the field with the specified number from the collection.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTargetCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
		</member>
		<member name="T:TXTextControl.DocumentTargetEventArgs">
			<summary>The DocumentTargetEventArgs class provides data for the DocumentTargetCreated and DocumentTargetDeleted events.</summary>
		</member>
		<member name="P:TXTextControl.DocumentTargetEventArgs.DocumentTarget">
			<summary>Gets an object that represents the document target which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.EditableRegion">
			<summary>An EditableRegion object represents an editable region in a TX Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegion.#ctor(System.String,System.Int32)">
			<summary>Creates an editable region with the specified user name and/or id. The start and length of the editable region are initialized to zero. When a zero-length editable region is inserted, the current text selection defines it position and length.</summary>
			<param name="userName">Specifies the name of the user who can edit the region.</param>
			<param name="id">Specifies an identifier for the editable region.</param>
		</member>
		<member name="M:TXTextControl.EditableRegion.#ctor(System.String,System.Int32,System.Int32,System.Int32)">
			<summary>Creates an editable region with the specified user name, id, start position and length.</summary>
			<param name="userName">Specifies the name of the user who can edit the region.</param>
			<param name="id">Specifies an identifier for the editable region.</param>
			<param name="start">Specifies the index (one-based) of the first character which belongs to the editable region.</param>
			<param name="length">Specifies the number of characters which belong to the editable region.</param>
		</member>
		<member name="M:TXTextControl.EditableRegion.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the editable region's text in a byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the editable region's text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.EditableRegion.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the editable region's text as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the editable region's text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.EditableRegion.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the editable region's text in a byte array with the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the editable region's text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.EditableRegion.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the editable region's text as a string with the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the editable region's text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.EditableRegion.ScrollTo">
			<summary>Sets the current input position to the beginning of an editable region and scrolls it into the visible part of the document.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegion.DefaultHighlightColor">
			<summary>Gets the default highlight color of an editable region.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegion.HighlightColor">
			<summary>Gets or sets the highlight color for the editable region.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegion.HighlightMode">
			<summary>Gets or sets a value indicating when the editable region is highlighted.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegion.ID">
			<summary>Gets or sets the editable region's identifier.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegion.Length">
			<summary>Gets the number of characters which belong to the editable region.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegion.UserName">
			<summary>Gets or sets the name of the user who can edit the region.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegion.Number">
			<summary>Gets the editable region's number.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegion.Start">
			<summary>Gets the index (one-based) of the first character which belongs to the editable region.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegion.Text">
			<summary>Gets the editable region's text.</summary>
		</member>
		<member name="T:TXTextControl.EditableRegionCollection">
			<summary>Contains all editable regions in the main text or another part of a document.</summary>
		</member>
		<member name="T:TXTextControl.EditableRegionCollection.AddResult">
			<summary>Specifies the result when an editable region has been added to the document.</summary>
		</member>
		<member name="F:TXTextControl.EditableRegionCollection.AddResult.Combined">
			<summary>The editable region was inserted and combined with an existing one. An editable region is combined with an existing one, when it overlaps or immediately follows it and has the same user name and id.</summary>
		</member>
		<member name="F:TXTextControl.EditableRegionCollection.AddResult.Error">
			<summary>An unexpected error has occurred.</summary>
		</member>
		<member name="F:TXTextControl.EditableRegionCollection.AddResult.NoSelection">
			<summary>The editable region wasn't inserted because there is no selection.</summary>
		</member>
		<member name="F:TXTextControl.EditableRegionCollection.AddResult.PositionInvalid">
			<summary>The editable region wasn't inserted because the specified position values are invalid. Invalid start and/or length values have been specified.</summary>
		</member>
		<member name="F:TXTextControl.EditableRegionCollection.AddResult.SelectionTooComplex">
			<summary>The editable region wasn't inserted because the selection is too complex. It is not a continuous sequence of characters.</summary>
		</member>
		<member name="F:TXTextControl.EditableRegionCollection.AddResult.Successful">
			<summary>The editable region has successfully been inserted.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegionCollection.Add(TXTextControl.EditableRegion)">
			<summary>Adds a new editable region to the document. Its position is defined through the EditableRegion.Start and EditableRegion.Length properties. If the editable region's length is zero, the current text selection is used to define the position.</summary>
			<param name="editableRegion">Specifies the editable region to add.</param>
		</member>
		<member name="M:TXTextControl.EditableRegionCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.EditableRegionCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegionCollection.GetItem(System.Int32)">
			<summary>Gets the editable region with the specified id. The method returns null, if such a region does not exist. If more than one region with this id exists, the first found region is returned.</summary>
			<param name="id">Specifies the editable region's identifier.</param>
		</member>
		<member name="M:TXTextControl.EditableRegionCollection.GetItems">
			<summary>Gets all editable regions at the current text input position. The method returns null, if there is no region at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.EditableRegionCollection.Remove(TXTextControl.EditableRegion,System.Boolean)">
			<summary>Removes an editable region from the collection. The region's text is not removed.</summary>
			<param name="editableRegion">Specifies the editable region to remove.</param>
			<param name="selectedPart">When this parameter is true, only the selected part of the editable region is removed.</param>
		</member>
		<member name="P:TXTextControl.EditableRegionCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegionCollection.IsSynchronized">
			<summary>Returns true if the collection is designed to be thread safe, otherwise, it returns false.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegionCollection.Item">
			<summary>Gets the editable region with the specified number from the collection.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegionCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
		</member>
		<member name="T:TXTextControl.EditableRegionEventArgs">
			<summary>The EditableRegionEventArgs class provides data for the EditableRegionCreated, EditableRegionDeleted, EditableRegionEntered and EditableRegionLeft events.</summary>
		</member>
		<member name="P:TXTextControl.EditableRegionEventArgs.EditableRegion">
			<summary>Gets an object that represents the editable region which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.EmbeddedFile">
			<summary>The EmbeddedFile class represents a file embedded in another document.</summary>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.#ctor(System.String,Microsoft.Win32.SafeHandles.SafeFileHandle,System.String)">
			<summary>Initializes a new instance of an embedded file with the specified name. The file's data is given through the specified file handle. When the document is saved, the data is read from the file and embedded in the document.</summary>
			<param name="fileName">Specifies the file's name.</param>
			<param name="handle">Identifies a file from which the data to embed is read.</param>
			<param name="metaData">Specifies additional metadata with properties of the document which is embedded.</param>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.#ctor(System.String,System.String,System.String)">
			<summary>Initializes a new instance of an embedded file with the specified name and string data.</summary>
			<param name="fileName">Specifies the file's name.</param>
			<param name="data">Specifies the file's data.</param>
			<param name="metaData">Specifies additional metadata with properties of the document which is embedded.</param>
		</member>
		<member name="M:TXTextControl.EmbeddedFile.#ctor(System.String,System.Byte[],System.String)">
			<summary>Initializes a new instance of an embedded file with the specified name and binary data.</summary>
			<param name="fileName">Specifies the file's name.</param>
			<param name="data">Specifies the file's data.</param>
			<param name="metaData">Specifies additional metadata with properties of the document which is embedded.</param>
		</member>
		<member name="P:TXTextControl.EmbeddedFile.CreationDate">
			<summary>Gets or sets the file's creation date.</summary>
		</member>
		<member name="P:TXTextControl.EmbeddedFile.Data">
			<summary>Gets the file's data.</summary>
		</member>
		<member name="P:TXTextControl.EmbeddedFile.Description">
			<summary>Gets or sets an optional file description.</summary>
		</member>
		<member name="P:TXTextControl.EmbeddedFile.FileName">
			<summary>Gets the file's name.</summary>
		</member>
		<member name="P:TXTextControl.EmbeddedFile.LastModificationDate">
			<summary>Gets or sets the date the file was last modified.</summary>
		</member>
		<member name="P:TXTextControl.EmbeddedFile.MIMEType">
			<summary>Gets or sets an optional string specifying the file's type using types specified through the Multipurpose Internet Mail Extensions (MIME) specification.</summary>
		</member>
		<member name="P:TXTextControl.EmbeddedFile.Relationship">
			<summary>PDF/A only. Gets or sets an optional string describing the relationship of the embedded file and the containing document.</summary>
		</member>
		<member name="T:TXTextControl.FilterException">
			<summary>The FilterException class informs about errors which can occur when a text filter is used to convert a document to or from another format.</summary>
		</member>
		<member name="M:TXTextControl.FilterException.#ctor(FilterException.FilterError)">
			<summary>Initializes a new instance of the FilterException class with a specified error.</summary>
			<param name="error">The error that is the cause of the current exception.</param>
		</member>
		<member name="M:TXTextControl.FilterException.#ctor(FilterException.FilterError,System.String)">
			<summary>Initializes a new instance of the FilterException class with a specified error and a specified error message.</summary>
			<param name="error">The error that is the cause of the current exception.</param>
			<param name="message">The error message that explains the reason for the exception.</param>
		</member>
		<member name="T:TXTextControl.FilterException.FilterError">
			<summary>Enumerates errors which can occur when a text filter is used to convert a TX Text Control document to or from another format.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.WrongFileType">
			<summary>The file type is not supported through the filter.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.BadToken">
			<summary>There is a logical error in the file.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.OutOfMemory">
			<summary>Unable to allocate enough memory.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.CannotRead">
			<summary>File read error.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.CannotWrite">
			<summary>File write error.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.CannotOpen">
			<summary>Unable to open the file.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.FileTooBig">
			<summary>The input file is too big.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.Unsupported">
			<summary>Unsupported format version.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.Internal">
			<summary>Unspecified internal error.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.Obsolete">
			<summary>The filter is obsolete.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.NotWellFormed">
			<summary>The file contains not well-formed syntax.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.Encrypted">
			<summary>The document cannot be imported because the used encryption scheme is not supported.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.NonEmbeddableFont">
			<summary>The document cannot be saved, because it contains a non-embeddable font.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.InvalidCertificate">
			<summary>The specified certificate is invalid or has no private key.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.InvalidTimeServer">
			<summary>The specified time server does not exist or retrieves invalid data.</summary>
		</member>
		<member name="F:TXTextControl.FilterException.FilterError.InvalidPassword">
			<summary>The specified user-password is invalid.</summary>
		</member>
		<member name="P:TXTextControl.FilterException.Reason">
			<summary>Gets the error which is the cause of this exception.</summary>
		</member>
		<member name="T:TXTextControl.FontSettings">
			<summary>The FontSettings class provides settings determining which fonts can be used in a document.</summary>
		</member>
		<member name="P:TXTextControl.FontSettings.AdaptFontEvent">
			<summary>Specifies whether a TextControl.AdaptFont event is raised, if a font must be adapted.</summary>
		</member>
		<member name="P:TXTextControl.FontSettings.EmbeddableFontsOnly">
			<summary>Gets or sets a value specifying that only embeddable fonts can be used in a document.</summary>
		</member>
		<member name="P:TXTextControl.FontSettings.ScalableFontsOnly">
			<summary>Gets or sets a value specifying that only free scalable fonts can be used in a document.</summary>
		</member>
		<member name="P:TXTextControl.FontSettings.TrueTypeFontsOnly">
			<summary>Gets or sets a value specifying that only TrueType and OpenType fonts can be used in a document.</summary>
		</member>
		<member name="T:TXTextControl.Footnote">
			<summary>A Footnote object represents a footnote in a TextControl document.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.#ctor(System.String)">
			<summary>Creates a Footnote object with the specified footnote text.</summary>
			<param name="text">Specifies the footnote's text.</param>
		</member>
		<member name="M:TXTextControl.Footnote.#ctor(System.String,System.String,System.Int32)">
			<summary>Creates a Footnote object with the specified footnote text and a name and/or an identifier.</summary>
			<param name="text">Specifies the footnote's text.</param>
			<param name="name">Specifies the footnote's name.</param>
			<param name="id">Specifies the footnote's id.</param>
		</member>
		<member name="M:TXTextControl.Footnote.Edit">
			<summary>Sets the current text input position in the footnote section at the end of the current footnote text, so that the text can be edited or formatted.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the footnote's text in a byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the footnote's text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Footnote.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the footnote's text as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the footnote's text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Footnote.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the footnote's text in a byte array with the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the footnote's text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.Footnote.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the footnote's text as a string with the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the footnote's text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.Footnote.ScrollTo">
			<summary>Scrolls the beginning of the footnote mark into the visible part of the document using a default position depending on the previous position.</summary>
		</member>
		<member name="M:TXTextControl.Footnote.ScrollTo(InputPosition.ScrollPosition)">
			<summary>Scrolls the beginning of the footnote mark into the visible part of the document using the specified position.</summary>
			<param name="position">Specifies an InputPosition.ScrollPosition value.</param>
		</member>
		<member name="P:TXTextControl.Footnote.DefaultHighlightColor">
			<summary>Gets the default highlight color for the reference mark and the footnote mark.</summary>
		</member>
		<member name="P:TXTextControl.Footnote.HighlightColor">
			<summary>Gets or sets the highlight color for the reference mark and the footnote mark.</summary>
		</member>
		<member name="P:TXTextControl.Footnote.HighlightMode">
			<summary>Gets or sets a value indicating whether the reference mark and the footnote mark is highlighted.</summary>
		</member>
		<member name="P:TXTextControl.Footnote.ID">
			<summary>Gets or sets a user-defined identifier.</summary>
		</member>
		<member name="P:TXTextControl.Footnote.Name">
			<summary>Gets or sets a name for the footnote.</summary>
		</member>
		<member name="P:TXTextControl.Footnote.Number">
			<summary>Gets the footnote's number in the text.</summary>
		</member>
		<member name="P:TXTextControl.Footnote.ReferenceMarkLength">
			<summary>Gets the number of characters the reference mark consists of.</summary>
		</member>
		<member name="P:TXTextControl.Footnote.ReferenceMarkStart">
			<summary>Gets the index (one-based) of the first character of the footnote's reference mark.</summary>
		</member>
		<member name="P:TXTextControl.Footnote.Text">
			<summary>Gets the footnote's text including the footnote mark in front of the text.</summary>
		</member>
		<member name="T:TXTextControl.FootnoteCollection">
			<summary>An instance of the FootnoteCollection class contains all footnotes in a Text Control document represented through objects of the type Footnote.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.Add(TXTextControl.Footnote,System.Boolean)">
			<summary>Adds a new footnote to the document at the current text input position. A footnote consists of a reference mark in the document and the footnote itself appearing at the bottom of the page.</summary>
			<param name="footnote">Specifies the footnote to add.</param>
			<param name="edit">If this parameter is true, the text input position is set in the footnote section at the bottom of the page, so that the footnote's text can be edited.</param>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.GetItem">
			<summary>Gets the footnote at the current text input position. If there is no footnote, null is returned.</summary>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.GetItem(System.Boolean)">
			<summary>Gets the next or the previous footnote in the textflow. The search begins at the current text input position.</summary>
			<param name="next">If this parameter is true, the next footnote in the textflow is returned.</param>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.GetItem(System.Int32)">
			<summary>Gets the footnote with the specified identifier.</summary>
			<param name="id">Specifies the footnote's identifier set with the footnote's constructor or the ID property.</param>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.GetItem(System.String)">
			<summary>Gets the footnote with the specified name.</summary>
			<param name="name">Specifies the footnote's name set with set with the footnote's constructor or the Name property.</param>
		</member>
		<member name="M:TXTextControl.FootnoteCollection.Remove(TXTextControl.Footnote)">
			<summary>Removes a footnote from a Text Control document.</summary>
			<param name="footnote">Specifies the footnote to remove.</param>
		</member>
		<member name="P:TXTextControl.FootnoteCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteCollection.HighlightMode">
			<summary>Gets or sets a value indicating whether all the footnote numbers, reference marks as well as footnote marks, in the document are highlighted.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteCollection.Item">
			<summary>Gets the footnote with the specified number from the collection.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteCollection.NumberFormat">
			<summary>Gets or sets the footnotes' number format.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteCollection.StartNumber">
			<summary>Gets or sets the number for the first footnote.</summary>
		</member>
		<member name="T:TXTextControl.FootnoteEventArgs">
			<summary>The FootnoteEventArgs class provides data for the FootnoteCreated, FootnoteDeleted, FootnoteReferenceMarkEntered and FootnoteReferenceMarkLeft events.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteEventArgs.Footnote">
			<summary>Gets an object that represents the footnote which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.FootnoteSection">
			<summary>The FootnoteSection class represents a footnote section at the bottom of a page.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteSection.Charts">
			<summary>Gets a collection of all charts contained in the footnote section of a page.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteSection.TextFrames">
			<summary>Gets a collection of all text frames contained in the footnote section of a page.</summary>
		</member>
		<member name="T:TXTextControl.FootnoteText">
			<summary>The FootnoteText class represents the text of all footnotes contained in a document.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteText.Charts">
			<summary>Gets a collection of all charts contained in the footnotes' text.</summary>
		</member>
		<member name="P:TXTextControl.FootnoteText.TextFrames">
			<summary>Gets a collection of all text frames contained in the footnotes' text.</summary>
		</member>
		<member name="T:TXTextControl.FormField">
			<summary>The FormField class is the base class of all form fields.</summary>
		</member>
		<member name="M:TXTextControl.FormField.FormFieldDialog">
			<summary>Opens a dialog box to alter the formatting attributes of the form field.</summary>
		</member>
		<member name="P:TXTextControl.FormField.Enabled">
			<summary>Gets or set a value indicating whether the form field is enabled.</summary>
		</member>
		<member name="T:TXTextControl.FormFieldCollection">
			<summary>An instance of the FormFieldCollection class contains all form fields in a Text Control document represented through objects of the types TextFormField, CheckFormField and SelectionFormField.</summary>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.Add(TXTextControl.FormField)">
			<summary>Inserts the specified form field at the current input position.</summary>
			<param name="formField">Specifies the form field to add.</param>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.Clear">
			<summary>Removes all form fields from a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.GetItem">
			<summary>Gets the form field at the current input position or null if there is no form field at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.GetItem(System.Int32)">
			<summary>Gets the form field with the specified id, previously set with the FormField.ID property.</summary>
			<param name="id">Specifies the form field's identifier.</param>
		</member>
		<member name="M:TXTextControl.FormFieldCollection.Remove(TXTextControl.FormField)">
			<summary>Removes the specified form field from a Text Control document.</summary>
			<param name="formField">Specifies the formr field to remove.</param>
		</member>
		<member name="P:TXTextControl.FormFieldCollection.ConditionalInstructions">
			<summary>Gets a collection of all conditional instructions that references to the form fields of the collection.</summary>
		</member>
		<member name="P:TXTextControl.FormFieldCollection.Item">
			<summary>Gets the form field with the specified number from the collection.</summary>
		</member>
		<member name="T:TXTextControl.FormFieldEventArgs">
			<summary>The FormFieldEventArgs class provides data for the TextControl.FormFieldSettingsChanged event, which occurs, when the name, the id and/or formatting attributes of a form field have been changed.</summary>
		</member>
		<member name="P:TXTextControl.FormFieldEventArgs.FormField">
			<summary>Gets an object that represents the form field which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.FormattingStyle">
			<summary>The FormattingStyle class is the base class for the InlineStyle and ParagraphStyle classes.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyle.Apply">
			<summary>Applies all set attributes of the style to the current document.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.AutoBaseline">
			<summary>Gets or sets values specifying automatic sub- or superscripted text.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.Baseline">
			<summary>Gets or sets a user-defined baseline alignment, in twips, of the style.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.BaseStyle">
			<summary>Gets the FormattingStyle which is the base style of this style.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.Bold">
			<summary>Gets or sets the bold attribute of the style.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.Capitals">
			<summary>Gets or sets values specifying wheather lowercase letters are displayed with capital letters.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.CharacterScaling">
			<summary>Gets or sets the style's character scaling, in percent of the average character width.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.CharacterSpacing">
			<summary>Gets or sets the style's character spacing value, in twips.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.Culture">
			<summary>Gets or sets the style's culture.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.FontName">
			<summary>Gets or sets the font of the style.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.FontSize">
			<summary>Gets or sets the font's size of the style.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.ForeColor">
			<summary>Gets or sets the style's color used to display the text.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.Italic">
			<summary>Gets or sets the italic attribute of the style.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.Name">
			<summary>Gets or sets the name of the style.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.Strikeout">
			<summary>Gets or sets the strikeout attribute of the style.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.TextBackColor">
			<summary>Gets or sets the style's text background color.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyle.Underline">
			<summary>Gets or sets underlining styles for the style.</summary>
		</member>
		<member name="T:TXTextControl.FormattingStyleCollection">
			<summary>The FormattingStyleCollection class is the base class of the ParagraphStyleCollection and InlineStyleCollection classes.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyleCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.FormattingStyleCollection.Remove(System.String)">
			<summary>Removes a formatting style from a Text Control document.</summary>
			<param name="styleName">Specifies the name of the style to remove.</param>
		</member>
		<member name="P:TXTextControl.FormattingStyleCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyleCollection.IsSynchronized">
			<summary>Returns true if the collection is designed to be thread safe, otherwise, it returns false.</summary>
		</member>
		<member name="P:TXTextControl.FormattingStyleCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
		</member>
		<member name="T:TXTextControl.FormulaException">
			<summary>The FormulaException class informs about an invalid syntax or missing parameters of formulas used in tables.</summary>
		</member>
		<member name="P:TXTextControl.FormulaException.CharacterIndex">
			<summary>Gets the one-based character index of the first invalid character in the formula string.</summary>
		</member>
		<member name="T:TXTextControl.FrameBase">
			<summary>The FrameBase class is the base class of the Image, TextFrame, ChartFrame, BarcodeFrame and DrawingFrame classes.</summary>
		</member>
		<member name="M:TXTextControl.FrameBase.ChangeZOrder(TXTextControl.ZOrder)">
			<summary>Changes the frame's z-order.</summary>
			<param name="zOrder">Specifies how the z-order is changed.</param>
		</member>
		<member name="P:TXTextControl.FrameBase.Alignment">
			<summary>Gets or sets the frame's horizontal alignment when it is anchored to a paragraph.</summary>
		</member>
		<member name="P:TXTextControl.FrameBase.Bounds">
			<summary>Gets the frame's bounding rectangle relative to the upper left corner of the document.</summary>
		</member>
		<member name="P:TXTextControl.FrameBase.ID">
			<summary>Gets or sets an identifier for the frame.</summary>
		</member>
		<member name="P:TXTextControl.FrameBase.InsertionMode">
			<summary>Gets or sets a value determining whether the frame is treated as a single character or the document's text either flows around or overwrites the frame.</summary>
		</member>
		<member name="P:TXTextControl.FrameBase.Location">
			<summary>Gets or sets, in twips, the frame's current location.</summary>
		</member>
		<member name="P:TXTextControl.FrameBase.Moveable">
			<summary>Determines whether a frame can be moved in the document at run time with the built-in mouse interface.</summary>
		</member>
		<member name="P:TXTextControl.FrameBase.Name">
			<summary>Gets or sets a name for the frame.</summary>
		</member>
		<member name="P:TXTextControl.FrameBase.Size">
			<summary>Gets or sets the frame's size in twips.</summary>
		</member>
		<member name="P:TXTextControl.FrameBase.Sizeable">
			<summary>Determines whether the frame can be resized at run time with the built-in mouse interface.</summary>
		</member>
		<member name="P:TXTextControl.FrameBase.TextDistances">
			<summary>Gets or sets the distances, in twips, between the frame and the document's text.</summary>
		</member>
		<member name="P:TXTextControl.FrameBase.TextPosition">
			<summary>Read only. Gets the frame's character position in the document's text (one-based).</summary>
		</member>
		<member name="T:TXTextControl.FrameBaseCollection">
			<summary>The FrameBaseCollection class is the base class of the ImageCollection and TextFrameCollection classes.</summary>
		</member>
		<member name="M:TXTextControl.FrameBaseCollection.Clear">
			<summary>Removes all objects from the collection and from the document.</summary>
		</member>
		<member name="M:TXTextControl.FrameBaseCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="P:TXTextControl.FrameBaseCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.FrameBaseCollection.IsSynchronized">
			<summary>Returns true if the collection is designed to be thread safe, otherwise, it returns false.</summary>
		</member>
		<member name="P:TXTextControl.FrameBaseCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
		</member>
		<member name="T:TXTextControl.FrameCollection">
			<summary>An instance of the FrameCollection class contains all images, text frames and charts in a document.</summary>
		</member>
		<member name="M:TXTextControl.FrameCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.FrameCollection.GetItem">
			<summary>Gets the image, text frame, chart, barcode or drawing selected by the user.</summary>
		</member>
		<member name="M:TXTextControl.FrameCollection.GetItem(System.Int32)">
			<summary>Gets the image, text frame, chart, barcode or drawing with the specified identifier. An identifier can be set with the FrameBase.ID property.</summary>
			<param name="id">Specifies the frame's identifier.</param>
		</member>
		<member name="M:TXTextControl.FrameCollection.GetItem(System.String)">
			<summary>Gets the image, text frame, chart, barcode or drawing with the specified name. A name can be set with the FrameBase.Name property.</summary>
			<param name="name">Specifies the frame's name.</param>
		</member>
		<member name="M:TXTextControl.FrameCollection.Remove(TXTextControl.FrameBase)">
			<summary>Removes a frame (image, text frame, chart, barcode or drawing) from a document.</summary>
			<param name="frame">Specifies the image, text frame, chart, barcode or drawing to remove.</param>
		</member>
		<member name="T:TXTextControl.FrameEventArgs">
			<summary>The FrameEventArgs class provides data for all events that occur with frames.</summary>
		</member>
		<member name="P:TXTextControl.FrameEventArgs.Frame">
			<summary>Gets an object that represents the frame which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.GotoDialog">
			<summary>The GotoDialog class implements a Windows Forms dialog box which can be used to move the current input position to a certain page, section, line, table or bookmark.</summary>
		</member>
		<member name="M:TXTextControl.GotoDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a GotoDialog object for the specified Windows Forms TextControl.</summary>
			<param name="textControl">Specifies the TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.GotoDialog.DialogItem">
			<summary>Each DialogItem represents an item in a GotoDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.GotoDialog.DialogItem.TXITEM_GotoLabel">
			<summary>Identifies the label of the Go to listbox.</summary>
		</member>
		<member name="F:TXTextControl.GotoDialog.DialogItem.TXITEM_GotoList">
			<summary>Identifies the Go to listbox.</summary>
		</member>
		<member name="F:TXTextControl.GotoDialog.DialogItem.TXITEM_NumberLabel">
			<summary>Identifies the label of the Number textbox.</summary>
		</member>
		<member name="F:TXTextControl.GotoDialog.DialogItem.TXITEM_Number">
			<summary>Identifies the Number respectively Bookmark combobox.</summary>
		</member>
		<member name="F:TXTextControl.GotoDialog.DialogItem.TXITEM_GotoPrevious">
			<summary>Identifies the Previous button.</summary>
		</member>
		<member name="F:TXTextControl.GotoDialog.DialogItem.TXITEM_GotoNext">
			<summary>Identifies the Next button.</summary>
		</member>
		<member name="F:TXTextControl.GotoDialog.DialogItem.TXITEM_Close">
			<summary>Identifies the Close button.</summary>
		</member>
		<member name="M:TXTextControl.GotoDialog.FindItem(GotoDialog.DialogItem)">
			<summary>Finds a control that has the provided identifier name.</summary>
			<param name="dialogItem">The name of the requested control represented by an enum of type GotoDialog.DialogItem.</param>
		</member>
		<member name="T:TXTextControl.HeaderFooter">
			<summary>An instance of the HeaderFooter class represents a header or footer in a Text Control document.The TextControl class has events that inform about different occurrences like activation or deactivation of a header or footer.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooter.Activate">
			<summary>Activates a header or a footer.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooter.AddUndoUnit">
			<summary>Adds the current state of the header or footer to the undo stack. Programmatic changes performed with the header's or footer's properties and methods are not automatically added to a TextControl's undo stack. Calling this method is not necessary, when the header's or footer's text and/or formatting is changed.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooter.Deactivate">
			<summary>Deactivates a header or a footer.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooter.Find(System.String,System.Int32,TXTextControl.FindOptions)">
			<summary>Finds a text string in a header or footer.</summary>
			<param name="text">Specifies the text to search for.</param>
			<param name="start">Specifies the text position where the search starts, beginning with 0.</param>
			<param name="options">Specifies search options.</param>
		</member>
		<member name="M:TXTextControl.HeaderFooter.GetTextFields(TXTextControl.TextFieldType)">
			<summary>Returns a collection containing text fields of the specified types.</summary>
			<param name="fieldType">Specifies types of text fields.</param>
		</member>
		<member name="P:TXTextControl.HeaderFooter.ApplicationFields">
			<summary>Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Barcodes">
			<summary>Gets a collection of all barcodes contained in a header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Charts">
			<summary>Gets a collection of all charts contained in a header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Comments">
			<summary>Gets a collection of all comments in the header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.ConnectedToPrevious">
			<summary>Gets or sets a value specifying whether the header or footer is connected with the header or footer of the previous section.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Distance">
			<summary>Gets or sets the distance, in twips, of a header or footer to the top or bottom of the page.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.DocumentLinks">
			<summary>Gets a collection of all links in a header or footer which point to targets in the same document.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.DocumentTargets">
			<summary>Gets a collection of all targets in a header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Drawings">
			<summary>Gets a collection of all drawings contained in a header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.EditableRegions">
			<summary>Gets a collection of all editable regions in the header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.FormFields">
			<summary>Gets a collection of all form fields contained in a header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Frames">
			<summary>Gets a collection of all images, textframes, charts, barcodes and drawings in a header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.HypertextLinks">
			<summary>Gets a collection of all hypertext links the header or footer contains.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Images">
			<summary>Gets a collection of all images the header or footer contains.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Lines">
			<summary>Gets a collection of all text lines the header or footer contains.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.MisspelledWords">
			<summary>Gets a collection of all misspelled words the header or footer contains.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.PageNumberFields">
			<summary>Gets a collection of page number fields in the header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Paragraphs">
			<summary>Gets a collection of all paragraphs the header or footer contains.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.SectionNumber">
			<summary>Returns the number of the section to which the header or footer belongs.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Selection">
			<summary>Gets or sets the current selection in a header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.SubTextParts">
			<summary>Gets a collection of all subtextparts in the header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Tables">
			<summary>Gets a collection of all tables in the header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.TablesOfContents">
			<summary>Gets a collection of all tables of contents in the header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.TextChars">
			<summary>Gets a collection of all characters the header or footer contains.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.TextFields">
			<summary>Gets a collection of all standard text fields in the header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.TextFrames">
			<summary>Gets a collection of all text frames contained in a header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.TrackedChanges">
			<summary>Gets a collection of all changes made in the header or footer.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooter.Type">
			<summary>Gets the type of the header or footer.</summary>
		</member>
		<member name="T:TXTextControl.HeaderFooterCollection">
			<summary>An instance of the HeaderFooterCollection class contains the headers and footers in a Text Control document represented through objects of the type HeaderFooter.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooterCollection.Add(TXTextControl.HeaderFooterType)">
			<summary>Adds a new header or footer to a Text Control document or to a certain section of the document. If a header or footer is added to the complete document the first section receives the header or footer and all other sections receive headers or footers which are connected to their previous section. To add more than one header or footer a combination of the HeaderFooterType enumeration values can be used.</summary>
			<param name="headerFooterType">Specifies the headers and/or footers to add.</param>
		</member>
		<member name="M:TXTextControl.HeaderFooterCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.HeaderFooterCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.HeaderFooterCollection.GetItem(TXTextControl.HeaderFooterType)">
			<summary>Gets a particular header or footer from the collection. If the specified header or footer does not exist in the collection an ArgumentException is thrown.</summary>
			<param name="headerFooterType">Specifies the header or footer to return.</param>
		</member>
		<member name="M:TXTextControl.HeaderFooterCollection.Remove(TXTextControl.HeaderFooterType)">
			<summary>Removes a header or footer from a Text Control document or from a certain section. To remove more than one header or footer a combination of the HeaderFooterType enumeration can be used.</summary>
			<param name="headerFooterType">Specifies the headers and/or footers to remove.</param>
		</member>
		<member name="P:TXTextControl.HeaderFooterCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="T:TXTextControl.HeaderFooterEventArgs">
			<summary>The HeaderFooterEventArgs class provides data for the TextControl.HeaderFooterActivated and TextControl.HeaderFooterDeactivated events.</summary>
		</member>
		<member name="P:TXTextControl.HeaderFooterEventArgs.HeaderFooter">
			<summary>Gets an object that represents the header or footer which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.HyperlinkDialog">
			<summary>The HyperlinkDialog class implements a Windows Forms dialog box for inserting and editing a hyperlink at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.HyperlinkDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a HyperlinkDialog object for the specified Windows Forms TextControl.</summary>
			<param name="textControl">Specifies the TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.HyperlinkDialog.DialogItem">
			<summary>Each DialogItem represents an item in a HyperlinkDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_HyperlinkTextLabel">
			<summary>Identifies the Hyperlink text label.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_HyperlinkText">
			<summary>Identifies the Hyperlink text edit control.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_HyperlinkLabel">
			<summary>Identifies the Hyperlink label.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_Hyperlink">
			<summary>Identifies the Hyperlink edit control.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_SelectFile">
			<summary>Identifies the Select File button.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_BookmarkListLabel">
			<summary>Identifies the bookmark list label.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_BookmarkList">
			<summary>Identifies the bookmark listbox.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_ShowBookmarks">
			<summary>Identifies the Show Bookmarks label.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_CurrentDocument">
			<summary>Identifies the Current Document radio button.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_SelectedFile">
			<summary>Identifies the Selected File radio button.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_AutoGenerationBookmarks">
			<summary>Identifies the Automatically Generated Bookmarks check box.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_DeleteHyperlink">
			<summary>Identifies the Delete Hyperlink button.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_OK">
			<summary>Identifies the OK button.</summary>
		</member>
		<member name="F:TXTextControl.HyperlinkDialog.DialogItem.TXITEM_Cancel">
			<summary>Identifies the Cancel button.</summary>
		</member>
		<member name="M:TXTextControl.HyperlinkDialog.FindItem(HyperlinkDialog.DialogItem)">
			<summary>Finds a control that has the provided identifier name.</summary>
			<param name="dialogItem">The name of the requested control represented by an enum of type HyperlinkDialog.DialogItem.</param>
		</member>
		<member name="T:TXTextControl.HypertextLink">
			<summary>The HypertextLink class represents a hypertext link in a Text Control document that points to a target outside of the document.</summary>
		</member>
		<member name="M:TXTextControl.HypertextLink.#ctor(System.String,System.String)">
			<summary>Initializes a new instance of the HypertextLink class.</summary>
			<param name="text">Specifies the visible text of the hypertext link.</param>
			<param name="target">Specifies a string specifying to where the hypertext link points.</param>
		</member>
		<member name="P:TXTextControl.HypertextLink.Target">
			<summary>Gets or sets a string that specifies the target to where the hypertext link points.</summary>
		</member>
		<member name="T:TXTextControl.HypertextLinkCollection">
			<summary>An instance of the HypertextLinkCollection class contains all hypertext links in a Text Control document represented through objects of the type HypertextLink.</summary>
		</member>
		<member name="M:TXTextControl.HypertextLinkCollection.Add(TXTextControl.HypertextLink)">
			<summary>Inserts a new hypertext link at the current input position.</summary>
			<param name="hypertextLink">Specifies the hypertext link to add.</param>
		</member>
		<member name="M:TXTextControl.HypertextLinkCollection.Clear(System.Boolean)">
			<summary>Removes all hypertext links from a Text Control document.</summary>
			<param name="keepText">If this parameter is set to true, all hypertext links are removed without deleting their texts.</param>
		</member>
		<member name="M:TXTextControl.HypertextLinkCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.HypertextLinkCollection.GetItem">
			<summary>Gets the hypertext link at the current input position or null if there is no hypertext link at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.HypertextLinkCollection.GetItem(System.Int32)">
			<summary>Gets the hypertext link with the specified id. An id can be set with the HypertextLink.ID property.</summary>
			<param name="id">Specifies the hypertext link's identifier.</param>
		</member>
		<member name="M:TXTextControl.HypertextLinkCollection.Remove(TXTextControl.HypertextLink)">
			<summary>Removes a hypertext link including its visible text from a Text Control document.</summary>
			<param name="hypertextLink">Specifies the hypertext link to remove.</param>
		</member>
		<member name="M:TXTextControl.HypertextLinkCollection.Remove(TXTextControl.HypertextLink,System.Boolean)">
			<summary>Removes a hypertext link from a Text Control document. The visible text is deleted depending on the keepText parameter.</summary>
			<param name="hypertextLink">Specifies the hypertext link to remove.</param>
			<param name="keepText">If this parameter is set to true, the hypertext link is removed without deleting its text.</param>
		</member>
		<member name="P:TXTextControl.HypertextLinkCollection.Item">
			<summary>Gets the field with the specified number from the collection.</summary>
		</member>
		<member name="T:TXTextControl.HypertextLinkEventArgs">
			<summary>The HypertextLinkEventArgs class provides data for the TextControl.HypertextLinkClicked event.</summary>
		</member>
		<member name="P:TXTextControl.HypertextLinkEventArgs.HypertextLink">
			<summary>Gets an object that represents the clicked hypertext link.</summary>
		</member>
		<member name="T:TXTextControl.HyphenateWordEventArgs">
			<summary>The HyphenateWordEventArgs class provides data for the TextControl.HyphenateWord, ServerTextControl.HyphenateWord and WPF.TextControl.HyphenateWord events.</summary>
		</member>
		<member name="P:TXTextControl.HyphenateWordEventArgs.Culture">
			<summary>Gets the culture of the word to hyphenate.</summary>
		</member>
		<member name="P:TXTextControl.HyphenateWordEventArgs.DividePos">
			<summary>Gets or sets the position at which the word should be divided.</summary>
		</member>
		<member name="P:TXTextControl.HyphenateWordEventArgs.MaxDividePos">
			<summary>Gets the maximum dividing position.</summary>
		</member>
		<member name="P:TXTextControl.HyphenateWordEventArgs.Word">
			<summary>Gets the word to hyphenate.</summary>
		</member>
		<member name="T:TXTextControl.IFormattedText">
			<summary>The IFormattedText interface contains properties and methods common to all text parts in a TX Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.IFormattedText.Find(System.String,System.Int32,TXTextControl.FindOptions)">
			<summary>Finds a text string in the text part.</summary>
			<param name="text">Specifies the text to search for.</param>
			<param name="start">Specifies the text position where the search starts, beginning with 0.</param>
			<param name="options">Specifies search options.</param>
		</member>
		<member name="M:TXTextControl.IFormattedText.GetTextFields(TXTextControl.TextFieldType)">
			<summary>Returns a collection containing text fields of the specified types.</summary>
			<param name="fieldType">Specifies types of text fields.</param>
		</member>
		<member name="P:TXTextControl.IFormattedText.ApplicationFields">
			<summary>Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.Barcodes">
			<summary>Gets a collection of all barcodes in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.Comments">
			<summary>Gets a collection of all comments in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.DocumentLinks">
			<summary>Gets a collection of all links in the text part which point to targets in the same document.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.DocumentTargets">
			<summary>Gets a collection of all targets in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.Drawings">
			<summary>Gets a collection of all drawings in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.EditableRegions">
			<summary>Gets a collection of all editable regions in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.FormFields">
			<summary>Gets a collection of all form fields in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.Frames">
			<summary>Gets a collection of all images, textframes, charts, barcodes and drawings in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.HypertextLinks">
			<summary>Gets a collection of all hypertext links in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.Images">
			<summary>Gets a collection of all images in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.Lines">
			<summary>Gets a collection of all lines the text in the text part consists of.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.MisspelledWords">
			<summary>Gets a collection of all misspelled words in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.Paragraphs">
			<summary>Gets a collection of all paragraphs the text in the text part consists of.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.Selection">
			<summary>Gets or sets the current selection in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.SubTextParts">
			<summary>Gets a collection of all subtextparts in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.Tables">
			<summary>Gets a collection of all tables in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.TablesOfContents">
			<summary>Gets a collection of all tables of contents.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.TextChars">
			<summary>Gets a collection of all characters the text in the text part consists of.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.TextFields">
			<summary>Gets a collection of all standard text fields in the text part.</summary>
		</member>
		<member name="P:TXTextControl.IFormattedText.TrackedChanges">
			<summary>Gets a collection of all tracked changes made in the text part.</summary>
		</member>
		<member name="T:TXTextControl.Image">
			<summary>An instance of the Image class represents an image in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.Image.#ctor">
			<summary>Creates an empty instance of the Image class.</summary>
		</member>
		<member name="M:TXTextControl.Image.#ctor(System.String,System.Int32)">
			<summary>Initializes a new image from the specified image file and filter.</summary>
			<param name="fileName">Specifies the name and the path of the file from which the image is loaded.</param>
			<param name="filterIndex">Specifies the index of the filter used to load the image.</param>
		</member>
		<member name="M:TXTextControl.Image.#ctor(System.Drawing.Image)">
			<summary>Initializes a new image from the specified System.Drawing.Image.</summary>
			<param name="image">Specifies a System.Drawing.Image object which is used to initialize the TXTextControl image.</param>
		</member>
		<member name="M:TXTextControl.Image.#ctor(System.IO.MemoryStream)">
			<summary>Initializes a new image from the specified memory stream.</summary>
			<param name="memoryStream">Specifies a memory stream from which the data for the TXTextControl image is read.</param>
		</member>
		<member name="M:TXTextControl.Image.#ctor(System.IO.UnmanagedMemoryStream)">
			<summary>Initializes a new image from the specified unmanaged memory stream.</summary>
			<param name="unmanagedStream">Specifies an unmanaged memory stream from which the data for the TXTextControl image is read.</param>
		</member>
		<member name="P:TXTextControl.Image.ExportCompressionQuality">
			<summary>Sets a value between 1 and 100, which is the quality of a lossy data compression used if this image is saved.</summary>
		</member>
		<member name="P:TXTextControl.Image.ExportFileName">
			<summary>Gets or sets the file name of an image used, if a Text Control document is saved.</summary>
		</member>
		<member name="P:TXTextControl.Image.ExportFilterIndex">
			<summary>Gets or sets the format used if an image is saved.</summary>
		</member>
		<member name="P:TXTextControl.Image.ExportMaxResolution">
			<summary>Gets or sets the maximum resolution in dots per inch used if this image is saved.</summary>
		</member>
		<member name="P:TXTextControl.Image.FileName">
			<summary>Gets or sets the corresponding file name and path from which an inserted image is loaded.</summary>
		</member>
		<member name="P:TXTextControl.Image.FilterIndex">
			<summary>Gets or sets the format used, if an image is inserted.</summary>
		</member>
		<member name="P:TXTextControl.Image.HorizontalScaling">
			<summary>Gets or sets an images's horizontal scaling factor in percent.</summary>
		</member>
		<member name="P:TXTextControl.Image.InsertionMode">
			<summary>(Only for compatibility) Gets or sets a value determining whether an image is treated as a single character or the document's text either flows around or overwrites the image.</summary>
		</member>
		<member name="P:TXTextControl.Image.SaveMode">
			<summary>Determines whether the image is stored through its data or through its file reference.</summary>
		</member>
		<member name="P:TXTextControl.Image.VerticalScaling">
			<summary>Gets or sets an images's vertical scaling factor in percent.</summary>
		</member>
		<member name="T:TXTextControl.ImageCollection">
			<summary>An instance of the ImageCollection class contains all images in a Text Control document or part of the document represented through objects of the type Image.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.Add">
			<summary>Inserts an image inline, which means that it is treated in the text like a single character. The image is inserted at the current text input position. A file open dialog box is shown to get the image's file name and filter.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.Add(TXTextControl.Image,System.Int32)">
			<summary>Inserts an image inline, which means that it is treated in the text like a single character. The image is inserted at the specified text input position. A file open dialog box is shown to get the image's file name and filter. To avoid opening the dialog box set the Image.FileName and the Image.FilterIndex properties of the specified Image object.</summary>
			<param name="image">Specifies the image to add.</param>
			<param name="textPosition">Specifies the text position at which the image is to be inserted.</param>
		</member>
		<member name="M:TXTextControl.ImageCollection.Add(TXTextControl.Image,TXTextControl.HorizontalAlignment,System.Int32,TXTextControl.ImageInsertionMode)">
			<summary>Inserts a new image which is anchored to the specified text position. It has the specified horizontal alignment and a textflow which is given through the insertionMode parameter. Anchored images are moved with the text. A file open dialog box is shown to get the image's file name and filter. To avoid opening the dialog box set the Image.FileName and the Image.FilterIndex properties of the specified Image object.</summary>
			<param name="image">Specifies the image to add.</param>
			<param name="alignment">Specifies the image's horizontal alignment.</param>
			<param name="textPosition">Specifies the text position at which the image is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.ImageCollection.Add(TXTextControl.Image,System.Drawing.Point,System.Int32,TXTextControl.ImageInsertionMode)">
			<summary>Inserts a new image which is anchored to the specified text position. It has the specified location relative to the paragraph it is anchored to and a textflow which is given through the insertionMode parameter. Anchored images are moved with the text. A file open dialog box is shown to get the image's file name and filter. To avoid opening the dialog box set the Image.FileName and the Image.FilterIndex properties of the specified Image object.</summary>
			<param name="image">Specifies the image to add.</param>
			<param name="location">Specifies the location, in twips, at which the image is to be inserted.</param>
			<param name="textPosition">Specifies the text position at which the image is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.ImageCollection.Add(TXTextControl.Image,System.Int32,System.Drawing.Point,TXTextControl.ImageInsertionMode)">
			<summary>Inserts a new image which has a fixed geometrical position in the document. This position is specified through a page number and a location on this page. A file open dialog box is shown to get the image's file name and filter. To avoid opening the dialog box set the Image.FileName and the Image.FilterIndex properties of the specified Image object.</summary>
			<param name="image">Specifies the image to add.</param>
			<param name="pageNumber">Specifies the number of a page beginning with 1 where the image is located.</param>
			<param name="location">Specifies the location, in twips, at which the image is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.ImageCollection.Add(TXTextControl.Image,System.Drawing.Point,TXTextControl.ImageInsertionMode)">
			<summary>Inserts a new image which has a fixed geometrical position in the document. This position is specified through a location relative to the top left corner of the complete document. All gaps between the pages must be included. A file open dialog box is shown to get the image's file name and filter. To avoid opening the dialog box set the Image.FileName and the Image.FilterIndex properties of the specified Image object.</summary>
			<param name="image">Specifies the image to add.</param>
			<param name="location">Specifies the location, in twips, at which the image is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.ImageCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.ImageCollection.GetItem">
			<summary>Gets the image selected by the user.</summary>
		</member>
		<member name="M:TXTextControl.ImageCollection.GetItem(System.Int32)">
			<summary>Gets the image with the specified identifier. An identifier can be set with the Image.ID property.</summary>
			<param name="id">Specifies the image's identifier.</param>
		</member>
		<member name="M:TXTextControl.ImageCollection.GetItem(System.String)">
			<summary>Gets the image with the specified name. A name can be set with the Image.Name property.</summary>
			<param name="name">Specifies the image's name.</param>
		</member>
		<member name="M:TXTextControl.ImageCollection.Remove(TXTextControl.Image)">
			<summary>Removes an image from a Text Control document.</summary>
			<param name="image">Specifies the image to remove.</param>
		</member>
		<member name="P:TXTextControl.ImageCollection.ExportFilters">
			<summary>Gets all available filters for exporting images.</summary>
		</member>
		<member name="P:TXTextControl.ImageCollection.ImportFilters">
			<summary>Gets all available filters for importing images.</summary>
		</member>
		<member name="T:TXTextControl.ImageEventArgs">
			<summary>The ImageEventArgs class provides data for all events that occur with images.</summary>
		</member>
		<member name="P:TXTextControl.ImageEventArgs.Image">
			<summary>Gets an object that represents the image which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.InlineStyle">
			<summary>The InlineStyle class defines a formatting style that can be used to format single words in a line of text.</summary>
		</member>
		<member name="M:TXTextControl.InlineStyle.#ctor(System.String)">
			<summary>Creates a new instance of the InlineStyle class based on the TextControl root style named [Normal].</summary>
			<param name="name">Specifies the new style's name.</param>
		</member>
		<member name="M:TXTextControl.InlineStyle.#ctor(System.String,System.String)">
			<summary>Creates a new instance of the InlineStyle class based on the specified base style.</summary>
			<param name="name">Specifies the new style's name.</param>
			<param name="baseStyle">Specifies the name of the style the new style based on.</param>
		</member>
		<member name="M:TXTextControl.InlineStyle.#ctor(TXTextControl.InlineStyle)">
			<summary>Creates a new root style that has all attributes of the specified style.</summary>
			<param name="style">Is a style the attributes of which are used to initialize the new style.</param>
		</member>
		<member name="T:TXTextControl.InlineStyle.Attributes">
			<summary>Determines the style's attributes.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.Baseline">
			<summary>Specifies the attribute set through the style's Baseline property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.Bold">
			<summary>Specifies the attribute set through the style's Bold property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.FontName">
			<summary>Specifies the attribute set through the style's FontName property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.FontSize">
			<summary>Specifies the attribute set through the style's FontSize property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.ForeColor">
			<summary>Specifies the attribute set through the style's ForeColor property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.Italic">
			<summary>Specifies the attribute set through the style's Italic property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.Strikeout">
			<summary>Specifies the attribute set through the style's Strikeout property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.TextBackColor">
			<summary>Specifies the attribute set through the style's TextBackColor property.</summary>
		</member>
		<member name="F:TXTextControl.InlineStyle.Attributes.Underline">
			<summary>Specifies the attribute set through the style's Underline property.</summary>
		</member>
		<member name="M:TXTextControl.InlineStyle.IsInheritedFromParagraph(InlineStyle.Attributes)">
			<summary>Informs about whether one or more of the style's attributes are inherited from the surrounding paragraph. Text formatted through an inline style has all the attributes defined through the surrounding paragraph except the attributes explicitly defined through the inline style.</summary>
			<param name="attributes">Specifies one or more attributes.</param>
		</member>
		<member name="M:TXTextControl.InlineStyle.ResetToParagraph(InlineStyle.Attributes)">
			<summary>Resets one or more of the style's attributes to its default value which is the same value as defined for the surrounding paragraph. Text formatted through an inline style has all the attributes defined through the surrounding paragraph except the attributes explicitly defined through the inline style.</summary>
			<param name="attributes">Specifies one or more attributes to reset.</param>
		</member>
		<member name="T:TXTextControl.InlineStyleCollection">
			<summary>An instance of the InlineStyleCollection class contains all inline formatting styles in the current document represented through objects of the type InlineStyle.</summary>
		</member>
		<member name="M:TXTextControl.InlineStyleCollection.Add(TXTextControl.InlineStyle)">
			<summary>Adds to new formatting style to the current document.</summary>
			<param name="inlineStyle">Specifies the style to add.</param>
		</member>
		<member name="M:TXTextControl.InlineStyleCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.InlineStyleCollection.GetItem(System.String)">
			<summary>Gets a particular style from the collection.</summary>
			<param name="styleName">Specifies the name of the style.</param>
		</member>
		<member name="T:TXTextControl.InputFormat">
			<summary>The InputFormat class represents all formatting attributes at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.GetFontFamilies">
			<summary>Returns an array of strings specifying all supported fonts. These fonts depend on the formatting device set with the WPF.TextControl.FormattingPrinter or TextControl.FormattingPrinter property and on attributes set with the WPF.TextControl.FontSettings or TextControl.FontSettings property.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.GetFontSizes">
			<summary>Returns an array of strings specifying all possible font sizes for the font at the text input position. If the font is free scalable, standard sizes are returned.</summary>
		</member>
		<member name="M:TXTextControl.InputFormat.GetFontSizes(System.String)">
			<summary>Returns an array of strings specifying all possible font sizes for specified font. If the font is free scalable, standard sizes are returned.</summary>
			<param name="fontFamily">Specifies the font the possible sizes of which are returned.</param>
		</member>
		<member name="P:TXTextControl.InputFormat.AllFrameLines">
			<summary>Gets or sets a value specifying whether all frame lines, including all inner frame lines, are set for the selected text.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.FrameFillColor">
			<summary>Gets or sets the color used to display the frame fill color at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.Bold">
			<summary>Gets or sets a value specifying whether text is bold at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.BottomAligned">
			<summary>Gets or sets a value specifying whether text is bottom aligned at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.VerticallyCentered">
			<summary>Gets or sets a value specifying whether text is vertically centered at the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.BottomDistance">
			<summary>Gets or sets a bottom paragraph distance, in twips, at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.BottomFrameLine">
			<summary>Gets or sets a value specifying whether there is a frame line at the bottom of the text.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.BoxFrame">
			<summary>Gets or sets a value specifying whether there is a complete frame around the text.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.BulletCharacter">
			<summary>Gets or sets the bullet character at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.BulletedList">
			<summary>Gets or sets a value specifying whether there is a bulleted list at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.Centered">
			<summary>Gets or sets a value specifying whether text is centered at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.FontFamily">
			<summary>Gets or sets the font family at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.NumberFormat">
			<summary>Gets or sets a number format which can be used to automatically format numbers in table cells.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.FontSize">
			<summary>Gets or sets the font's size, in twips, at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.FrameLineColor">
			<summary>Gets or sets the color used to display the color of frame lines at the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.FrameLineWidth">
			<summary>Gets or sets the line width, in twips, of the paragraph's or table's frame at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.HangingIndent">
			<summary>Gets or sets the hanging indent, in twips, at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.InnerHorizontalFrameLines">
			<summary>Gets or sets a value specifying whether all inner horizontal frame lines are set for the selected text.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.InnerVerticalFrameLines">
			<summary>Gets or sets a value specifying whether all inner vertical frame lines are set for the selected text.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.Italic">
			<summary>Gets or sets a value specifying whether the text is italic at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.Justified">
			<summary>Gets or sets a value specifying whether text is justified at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.LeftAligned">
			<summary>Gets or sets a value specifying whether text is left aligned at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.LeftFrameLine">
			<summary>Gets or sets a value specifying whether there is a frame line at the left side of the text.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.LeftIndent">
			<summary>Gets or sets the left indent, in twips, at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.LeftToRight">
			<summary>Gets or sets a value specifying whether the writung direction is left-to-right at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.LineSpacing">
			<summary>Gets or sets the line spacing, in percent, at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.NumberedList">
			<summary>Gets or sets a value specifying whether there is a numbered list at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.NumberedListFormat">
			<summary>Gets or sets the number format for a numbered list at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.NumberTextType">
			<summary>Gets or sets a value specifying whether text at the current input position is interpreted as a number which means that the period character (.) is defined as decimal separator and the comma character (,) is defined as thousands separator.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.NumberFormats">
			<summary>Returns an array of all supported number formats for numbered and structured lists.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.RightAligned">
			<summary>Gets or sets a value specifying whether text is right aligned at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.RightFrameLine">
			<summary>Gets or sets a value specifying whether there is a frame line at the right side of the text.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.RightIndent">
			<summary>Gets or sets the right indent, in twips, at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.RightToLeft">
			<summary>Gets or sets a value specifying whether the writing direction is right-to-left at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.StandardTextType">
			<summary>Gets or sets a value specifying whether the text at the current input position is interpreted as standard text which means that it is displayed as it is.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.Strikeout">
			<summary>Gets or sets a value specifying whether the text is strikeout at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.StructuredList">
			<summary>Gets or sets a value specifying whether there is a structured list at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.StructuredListFormat">
			<summary>Gets or sets the number format for a structured list at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.StructureLevel">
			<summary>Gets or sets the structure level of all selected paragraphs.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.StyleName">
			<summary>Gets or sets the formatting style name at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.StyleNames">
			<summary>Returns an array of the names of all formatting styles, the document contains.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.Subscript">
			<summary>Gets or sets a value specifying whether text is subscript at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.Superscript">
			<summary>Gets or sets a value specifying whether text is superscript at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.TextBackColor">
			<summary>Gets or sets the color used to display the text background color at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.TextColor">
			<summary>Returns or sets the color used to display the text at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.TopAligned">
			<summary>Gets or sets a value specifying whether text is top aligned at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.TopDistance">
			<summary>Gets or sets a top paragraph distance, in twips, at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.TopFrameLine">
			<summary>Gets or sets a value specifying whether there is a frame line at the top of the text.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.Underline">
			<summary>Gets or sets a value specifying whether text is underlined at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.UnderlineStyle">
			<summary>Gets or sets the underline style at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.InputFormat.UnderlineStyles">
			<summary>Returns an array of all supported underline styles.</summary>
		</member>
		<member name="T:TXTextControl.InputPosition">
			<summary>An instance of the InputPosition class represents the current text input position of a TXTextControl document.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.#ctor(System.Int32,System.Int32,System.Int32)">
			<summary>Creates a new input position from a page, line and column number.</summary>
			<param name="page">Specifies a page number.</param>
			<param name="line">Specifies a line number.</param>
			<param name="column">Specifies a column number.</param>
		</member>
		<member name="M:TXTextControl.InputPosition.#ctor(System.Int32)">
			<summary>Creates a new input position from a text position.</summary>
			<param name="textPosition">Specifies a text position.</param>
		</member>
		<member name="M:TXTextControl.InputPosition.#ctor(System.Int32,TXTextControl.TextFieldPosition)">
			<summary>Creates a new input position from a text position with a special handling at the beginning and the end of a TextField.</summary>
			<param name="textPosition">Specifies a text position.</param>
			<param name="textFieldPosition">If the textPosition parameter is a position at the beginning or at the end of a TextField with a doubled input position, this parameter can be used to define whether the position is inside or outside the field.</param>
		</member>
		<member name="M:TXTextControl.InputPosition.#ctor(System.Drawing.Point)">
			<summary>Creates a new input position from a geometric location.</summary>
			<param name="location">Specifies a geometric location.</param>
		</member>
		<member name="T:TXTextControl.InputPosition.ScrollPosition">
			<summary>Determines a position to where the input position is scrolled.</summary>
		</member>
		<member name="F:TXTextControl.InputPosition.ScrollPosition.Left">
			<summary>Scrolls the input position to the left side of the visible portion of the document.</summary>
		</member>
		<member name="F:TXTextControl.InputPosition.ScrollPosition.Top">
			<summary>Scrolls the input position to the top of the visible portion of the document.</summary>
		</member>
		<member name="F:TXTextControl.InputPosition.ScrollPosition.Right">
			<summary>Scrolls the input position to the right side of the visible portion of the document.</summary>
		</member>
		<member name="F:TXTextControl.InputPosition.ScrollPosition.Bottom">
			<summary>Scrolls the input position to the bottom of the visible portion of the document.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.ScrollTo">
			<summary>Scrolls the current input position into the visible part of the document using a default position depending on the previous position.</summary>
		</member>
		<member name="M:TXTextControl.InputPosition.ScrollTo(InputPosition.ScrollPosition)">
			<summary>Scrolls the current input position into the visible part of the document using the specified position.</summary>
			<param name="position">Specifies an InputPosition.ScrollPosition value.</param>
		</member>
		<member name="P:TXTextControl.InputPosition.CaretSize">
			<summary>Gets the size of the caret, in pixels, at the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputPosition.Column">
			<summary>Gets the column number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputPosition.InactiveMarker">
			<summary>Shows or hides a marker which indicates the current text input position when the TextControl is inactive and the blinking caret is not visible.</summary>
		</member>
		<member name="P:TXTextControl.InputPosition.Line">
			<summary>Gets the line number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputPosition.Location">
			<summary>Gets the geometric location of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputPosition.Page">
			<summary>Gets the page number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputPosition.PageInSection">
			<summary>Gets the page number in the section containing the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputPosition.Section">
			<summary>Gets the section number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.InputPosition.TextPosition">
			<summary>Gets the text position of the current text input position.</summary>
		</member>
		<member name="T:TXTextControl.Instruction">
			<summary>An object of the Instruction class is an element of the ConditionalInstruction class and represents actions that are execute´d when the corresponding conditions are fulfilled.To specify such an instruction, the Instruction object has to be initialized with a FormField that is located inside the document.In this context, up to four different types of actions can be executed: Changing the FormField.Enabled property, marking the form field value as valid or invalid, setting a new value and replacing the SelectionFormField.Items array with another string array.To specify a value that is set by the specified action when the defined requirements of the ConditionalInstruction.Conditions array are fulfilled, the constructor's instructionValue parameter must be used.</summary>
		</member>
		<member name="M:TXTextControl.Instruction.#ctor(TXTextControl.FormField,Instruction.InstructionTypes,System.Object)">
			<summary>Initializes a new instance of the Instruction class to determine the executing action when the defined requirements of the ConditionalInstruction.Conditions array are fulfilled. Using this overload, by default, no else instruction is applied when the corresponding conditions are not fulfilled. Accordingly, the Instruction.IsElseInstructionEnabled property is set to false and the Instruction.ElseInstructionValue property value returns the instruction type depending default value.</summary>
			<param name="formField">Specifies the form field to which the specified action is executed.</param>
			<param name="instructionType">Specifies the type of the action to perfom.</param>
			<param name="instructionValue">Specifies the desired value that is set by the specified action when the defined requirements of the ConditionalInstruction.Conditions array are fulfilled.The type of the instructionValue parameter depends on the Instruction.InstructionTypes enumeration value that is specified by the instructionType parameter and, in case Instruction.InstructionTypes.SetValue is set, the related form field type:</param>
		</member>
		<member name="M:TXTextControl.Instruction.#ctor(TXTextControl.FormField,Instruction.InstructionTypes,System.Object,System.Object)">
			<summary>Initializes a new instance of the Instruction class to determine the executing actions when the defined requirements of the ConditionalInstruction.Conditions array are fulfilled or not fulfilled. Apart from the instructionValue parameter value, that is set by the specified action when the defined requirements of the ConditionalInstruction.Conditions array are fulfilled, an else instruction value must be specified. It is set if the corresponding condtitions are not fulfilled. On using this overload, the Instruction.IsElseInstructionEnabled property is set to true and the Instruction.ElseInstructionValue property represents the set else instruction value.</summary>
			<param name="formField">Specifies the form field to which the specified action is executed.</param>
			<param name="instructionType">Specifies the type of the action to perfom.</param>
			<param name="instructionValue">Specifies the desired value that is set by the specified action when the defined requirements of the ConditionalInstruction.Conditions array are fulfilled.The type of the instructionValue parameter depends on the Instruction.InstructionTypes enumeration value that is specified by the instructionType parameter and, in case Instruction.InstructionTypes.SetValue is set, the related form field type:</param>
			<param name="elseInstructionValue">Specifies the desired value that is set by the specified action when the defined requirements of the ConditionalInstruction.Conditions array are not fulfilled.The type of the elseInstructionValue parameter depends on the Instruction.InstructionTypes enumeration value that is specified by the instructionType parameter and, in case Instruction.InstructionTypes.SetValue is set, the related form field type:</param>
		</member>
		<member name="T:TXTextControl.Instruction.InstructionTypes">
			<summary>Determines the type of action to execute.</summary>
		</member>
		<member name="F:TXTextControl.Instruction.InstructionTypes.IsEnabled">
			<summary>The instruction sets the FormField.Enabled property to true or false. This enumeration value is used in combination with an instruction value of type boolean that represents the new desired FormField.Enabled value.</summary>
		</member>
		<member name="F:TXTextControl.Instruction.InstructionTypes.IsValueValid">
			<summary>The instruction marks the form field value as valid or invalid. This enumeration value is used in combination with an instruction value of type boolean. To retrieve the result of an instruction with that instruction type, the ConditionalInstructionCollection.IsValueValid method is provided.</summary>
		</member>
		<member name="F:TXTextControl.Instruction.InstructionTypes.SetValue">
			<summary>The instruction sets a new value to a FormField type specific property. If the related FormField is an object of type CheckFormField, the instruction type is used in combination with an instruction value of type boolean that represents the new desired CheckFormField.Checked property value. At form fields of type TextFormField and SelectionFormField, the Text property is updated with a string value. The corresponding property of date form fields is the DateFormField.Date property. To update that property, the Instruction.InstructionValue property needs a value of type System.DateTime.</summary>
		</member>
		<member name="F:TXTextControl.Instruction.InstructionTypes.SetItems">
			<summary>The instruction replaces the SelectionFormField.Items array with the string array that is represented by Instruction.InstructionValue property.</summary>
		</member>
		<member name="P:TXTextControl.Instruction.ElseInstructionValue">
			<summary>Gets the value that is set by the specified action when the defined requirements of the ConditionalInstruction.Conditions array are not fulfilled and the Instruction.IsElseInstructionEnabled property is set to true.</summary>
		</member>
		<member name="P:TXTextControl.Instruction.FormField">
			<summary>Gets the FormField to which the specified action is executed.</summary>
		</member>
		<member name="P:TXTextControl.Instruction.InstructionType">
			<summary>Gets the type of action to execute.</summary>
		</member>
		<member name="P:TXTextControl.Instruction.InstructionValue">
			<summary>Gets the value that is set by the specified action when the defined requirements of the ConditionalInstruction.Conditions array are fulfilled.</summary>
		</member>
		<member name="P:TXTextControl.Instruction.IsElseInstructionEnabled">
			<summary>Gets or sets a value indicating whether this Instruction allows to execute else instructions.</summary>
		</member>
		<member name="P:TXTextControl.Instruction.IsFormFieldChangeInstruction">
			<summary>Gets or sets a value indicating whether this Instruction listens to value changes of the related conditions' form fields.</summary>
		</member>
		<member name="P:TXTextControl.Instruction.IsInitialInstruction">
			<summary>Gets or sets a value indicating whether this Instruction is handled when the document is initialized as a form.</summary>
		</member>
		<member name="T:TXTextControl.LicenseLevelException">
			<summary>A LicenseLevelException is thrown when a feature is not contained in the currently licensed product level.</summary>
		</member>
		<member name="M:TXTextControl.LicenseLevelException.#ctor">
			<summary>Initializes a new instance of the LicenseLevelException class.</summary>
		</member>
		<member name="M:TXTextControl.LicenseLevelException.#ctor(System.String)">
			<summary>Initializes a new instance of the LicenseLevelException class with a specified error message.</summary>
			<param name="message">The error message that explains the reason for the exception.</param>
		</member>
		<member name="M:TXTextControl.LicenseLevelException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the LicenseLevelException class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
			<param name="message">The error message that explains the reason for the exception.</param>
			<param name="innerException">The exception that is the cause of the current exception.</param>
		</member>
		<member name="T:TXTextControl.Line">
			<summary>An instance of the Line class represents a single line in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.Line.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the line's text in a byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the line's text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Line.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the line's text as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the line's text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Line.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the line's text in a byte array with the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the line's text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.Line.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the line's text as a string with the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the line's text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="P:TXTextControl.Line.Baseline">
			<summary>Gets the line's baseline position.</summary>
		</member>
		<member name="P:TXTextControl.Line.Length">
			<summary>Gets the number of characters in the line including the break character.</summary>
		</member>
		<member name="P:TXTextControl.Line.Number">
			<summary>Gets the line's number.</summary>
		</member>
		<member name="P:TXTextControl.Line.Page">
			<summary>Gets the number of the page to which the line belongs.</summary>
		</member>
		<member name="P:TXTextControl.Line.Start">
			<summary>Gets the number (one-based) of the first character in the line.</summary>
		</member>
		<member name="P:TXTextControl.Line.Text">
			<summary>Gets the line's text.</summary>
		</member>
		<member name="P:TXTextControl.Line.TextBounds">
			<summary>Gets the bounding rectangle of the text belonging to the line.</summary>
		</member>
		<member name="T:TXTextControl.LineCollection">
			<summary>An instance of the LineCollection class contains all text lines in a Text Control document or part of the document represented through objects of the type Line.</summary>
		</member>
		<member name="M:TXTextControl.LineCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.LineCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.LineCollection.GetItem(System.Drawing.Point)">
			<summary>Gets the line at a certain geometrical position.</summary>
			<param name="location">Specifies the line's location.</param>
		</member>
		<member name="M:TXTextControl.LineCollection.GetItem(System.Int32)">
			<summary>Gets the line at a certain text position.</summary>
			<param name="textPosition">Specifies a zero-based text position.</param>
		</member>
		<member name="P:TXTextControl.LineCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.LineCollection.Item">
			<summary>Gets the line from the collection.</summary>
		</member>
		<member name="T:TXTextControl.ListFormat">
			<summary>An instance of the ListFormat class represents the formatting attributes of a bulleted or numbered list.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.#ctor">
			<summary>Creates a new empty instance of the ListFormat class.</summary>
		</member>
		<member name="M:TXTextControl.ListFormat.#ctor(TXTextControl.ListType)">
			<summary>Creates a new instance of the ListFormat class which has the specified list type.</summary>
			<param name="type">Specifies one of the ListType values.</param>
		</member>
		<member name="T:TXTextControl.ListFormat.Attribute">
			<summary>Determines a certain list format attribute.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.BulletCharacter">
			<summary>Specifies the attribute set through the BulletCharacter property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.BulletSize">
			<summary>Specifies the attribute set through the BulletSize property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.CharAfterNumber">
			<summary>Obsolete. Use the TextAfterNumber attribute instead.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.CharBeforeNumber">
			<summary>Obsolete. Use the TextBeforeNumber attribute instead.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.FirstNumber">
			<summary>Specifies the attribute set through the FirstNumber property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.FontName">
			<summary>Specifies the attribute set through the FontName property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.FormatCharacter">
			<summary>Specifies the attribute set through the FormatChar property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.HangingIndent">
			<summary>Specifies the attribute set through the HangingIndent property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.Level">
			<summary>Specifies the attribute set through the Level property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.LeftIndent">
			<summary>Specifies the attribute set through the LeftIndent property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.NumberFormat">
			<summary>Specifies the attribute set through the NumberFormat property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.RestartNumbering">
			<summary>Specifies the attribute set through the RestartNumbering property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.TextAfterNumber">
			<summary>Specifies the attribute set through the TextAfterNumber property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.TextBeforeNumber">
			<summary>Specifies the attribute set through the TextBeforeNumber property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.Attribute.Type">
			<summary>Specifies the attribute set through the Type property.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.MaxLevel">
			<summary>Represents the maximum of levels for bulleted and numbered lists.</summary>
		</member>
		<member name="F:TXTextControl.ListFormat.MaxText">
			<summary>Represents the maximum number of charcters for the additinal text in front and behind the number of a numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.BulletCharacter">
			<summary>Gets or sets the symbol character for a bulleted list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.BulletSize">
			<summary>Gets or sets the size of the symbol character for a bulleted list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.CharAfterNumber">
			<summary>Obsolete. Gets or sets a character that is displayed behind the number in a numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.CharBeforeNumber">
			<summary>Obsolete. Gets or sets a character that is displayed in front of the number in a numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.FirstNumber">
			<summary>Gets or sets the starting number for a numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.FontName">
			<summary>Gets or sets the font used for the bullet character.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.FormatCharacter">
			<summary>Gets or sets the formatting character for a bulleted or numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.HangingIndent">
			<summary>Gets or sets the hanging indent of a numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.LeftIndent">
			<summary>Gets or sets the left indent for a numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.Level">
			<summary>Gets or sets the level for a bulleted or numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.NumberFormat">
			<summary>Gets or sets the number format for a numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.RestartNumbering">
			<summary>Gets or sets a value determining whether a new numbered list begins.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.TextAfterNumber">
			<summary>Gets or sets the text that is displayed behind the number in a numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.TextBeforeNumber">
			<summary>Gets or sets the text that is displayed in front of the number in a numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ListFormat.Type">
			<summary>Gets or sets the type of the list, bulleted, numbered or none.</summary>
		</member>
		<member name="T:TXTextControl.LoadSaveSettingsBase">
			<summary>The LoadSaveSettingsBase class is the base class of the LoadSettings and SaveSettings classes.</summary>
		</member>
		<member name="P:TXTextControl.LoadSaveSettingsBase.DefaultStreamType">
			<summary>Determines the default StreamType used in the file Open... and file Save As... dialogboxes.</summary>
		</member>
		<member name="P:TXTextControl.LoadSaveSettingsBase.DocumentBasePath">
			<summary>Sets a base path saved in the document that is used to resolve relative file paths.</summary>
		</member>
		<member name="P:TXTextControl.LoadSaveSettingsBase.EmbeddedFiles">
			<summary>Specifies an array of EmbeddedFile objects which will be embedded in the saved document.</summary>
		</member>
		<member name="P:TXTextControl.LoadSaveSettingsBase.MasterPassword">
			<summary>Specifies a password for the document's access permissions.</summary>
		</member>
		<member name="P:TXTextControl.LoadSaveSettingsBase.ReportingMergeBlockFormat">
			<summary>Specifies how reporting merge blocks are handled when a document is saved.</summary>
		</member>
		<member name="P:TXTextControl.LoadSaveSettingsBase.UserPassword">
			<summary>Specifies the password for the user when the document is reopened.</summary>
		</member>
		<member name="T:TXTextControl.LoadSettings">
			<summary>The LoadSettings class provides properties for advanced settings and information during load operations.</summary>
		</member>
		<member name="M:TXTextControl.LoadSettings.GetDocumentPartNames(System.String,TXTextControl.StreamType)">
			<summary>Gets the names of all document parts from the specified file.</summary>
			<param name="path">Specifies a file from which the document is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.LoadSettings.GetDocumentPartNames(System.Byte[],TXTextControl.StreamType)">
			<summary>Gets the names of all document parts from the specified byte array.</summary>
			<param name="binaryData">Specifies a byte array from which the document is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="P:TXTextControl.LoadSettings.AddParagraph">
			<summary>Specifies whether or not a new paragraph is created before text is loaded.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.ApplicationFieldFormat">
			<summary>Specifies the format of text fields which are imported.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.ApplicationFieldTypeNames">
			<summary>Specifies an array of strings containing the type names of fields which are to be imported.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.Author">
			<summary>Gets the document's author.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.BytesRead">
			<summary>Gets the number of bytes read during the load operation.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.CreationDate">
			<summary>Gets the document's creation date.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.CreatorApplication">
			<summary>Gets the application, which has created the document.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.CssFileName">
			<summary>Gets the path and filename of the CSS file belonging to a HTML or XML document.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.DocumentAccessPermissions">
			<summary>Specifies how a document can be accessed after it has been loaded.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.DocumentKeywords">
			<summary>Gets the document's keywords.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.DocumentPartName">
			<summary>SpreadsheetML only. Gets or sets the name of the part of the document to be loaded.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.DocumentSubject">
			<summary>Gets the document's subject string.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.DocumentTitle">
			<summary>Gets the document's title.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.EmbeddedData">
			<summary>Gets a System.Collections.Generic.Dictionary containing additional embedded data contained in a PDF document.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.ImageSearchPath">
			<summary>Sets a file path that is used to search for resources like images or hypertext links.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.LastModificationDate">
			<summary>Gets the date the document is last modified.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.LoadDocumentBackColor">
			<summary>Specifies whether or not the document background color is loaded.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.LoadedFile">
			<summary>Gets the name and path of the file that has been loaded.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.LoadedStreamType">
			<summary>Gets the StreamType of the file that has been loaded.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.LoadHypertextLinks">
			<summary>Specifies whether or not hypertext links are loaded.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.LoadImages">
			<summary>Specifies whether or not images are loaded.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.LoadSubTextParts">
			<summary>DOCX, DOC and RTF Formats only: Specifies whether or not bookmarks which extend over several characters are converted to SubTextParts.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.PageMargins">
			<summary>Gets the margins of the loaded document's pages.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.PageSize">
			<summary>Gets the width and height of the loaded document's pages.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.PDFImportSettings">
			<summary>Specifies how the document structure is generated when a PDF document is imported.</summary>
		</member>
		<member name="P:TXTextControl.LoadSettings.UserDefinedDocumentProperties">
			<summary>Gets a dictionary with all user-defined document properties contained in the loaded document.</summary>
		</member>
		<member name="T:TXTextControl.MainText">
			<summary>The MainText class represents the main text of a TX Text Control document.</summary>
		</member>
		<member name="P:TXTextControl.MainText.Charts">
			<summary>Gets a collection of all charts contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.MainText.TextFrames">
			<summary>Gets a collection of all text frames contained in the main text of the document.</summary>
		</member>
		<member name="T:TXTextControl.MiniToolbar">
			<summary>The MiniToolbar class is the base class of the built-in mini toolbars TextMiniToolbar and ObjectMiniToolbar of a Windows Forms TextControl.</summary>
		</member>
		<member name="M:TXTextControl.MiniToolbar.#ctor">
			<summary>Initializes a new instance of the MiniToolbar class.</summary>
		</member>
		<member name="P:TXTextControl.MiniToolbar.RibbonGroups">
			<summary>Gets a collection of all ribbon groups in a MiniToolbar.</summary>
		</member>
		<member name="T:TXTextControl.MiniToolbarInitializedEventArgs">
			<summary>The MiniToolbarInitializedEventArgs class provides data for the TextControl.TextMiniToolbarInitialized or TextControl.ObjectMiniToolbarInitialized event of a Windows Forms TextControl just after the pre-defined TextMiniToolbar or ObjectMiniToolbar was created.</summary>
		</member>
		<member name="P:TXTextControl.MiniToolbarInitializedEventArgs.MiniToolbar">
			<summary>Considering which event (TextControl.TextMiniToolbarInitialized or TextControl.ObjectMiniToolbarInitialized) is raised the property provides an object of type TextMiniToolbar or ObjectMiniToolbar that can be altered, extended or completely replaced.</summary>
		</member>
		<member name="T:TXTextControl.MiniToolbarOpeningEventArgs">
			<summary>The MiniToolbarOpeningEventArgs class provides data for the TextControl.MiniToolbarOpening event of a Windows Forms TextControl.</summary>
		</member>
		<member name="P:TXTextControl.MiniToolbarOpeningEventArgs.Location">
			<summary>Gets the location, in pixels, where the mini toolbar is displayed.</summary>
		</member>
		<member name="P:TXTextControl.MiniToolbarOpeningEventArgs.MiniToolbar">
			<summary>Gets or sets the mini toolbar, which will be shown.</summary>
		</member>
		<member name="P:TXTextControl.MiniToolbarOpeningEventArgs.MiniToolbarContext">
			<summary>Gets the context in the document for which a mini toolbar will be opened.</summary>
		</member>
		<member name="T:TXTextControl.MisspelledWord">
			<summary>The MisspelledWord class represents a misspelled word in a document's text.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWord.#ctor(System.Int32,System.Int32)">
			<summary>Initializes a new instance of the MisspelledWord class with the specified starting position and length.</summary>
			<param name="start">Specifies the starting position of the misspelled word.</param>
			<param name="length">Specifies the length of the misspelled word.</param>
		</member>
		<member name="M:TXTextControl.MisspelledWord.Select">
			<summary>Selects the misspelled word in the text.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWord.Culture">
			<summary>Gets the culture of the misspelled word.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWord.IsDuplicate">
			<summary>Gets or sets a value which marks the misspelled word as duplicate.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWord.IsIgnored">
			<summary>Gets or sets a value which marks the misspelled word as ignored.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWord.Length">
			<summary>Gets the length of a misspelled word.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWord.Number">
			<summary>Gets the number of this misspelled word.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWord.Start">
			<summary>Gets the starting position of a misspelled word.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWord.Text">
			<summary>Gets the text of the misspelled word.</summary>
		</member>
		<member name="T:TXTextControl.MisspelledWordCollection">
			<summary>An instance of the MisspelledWordCollection class contains all misspelled words in the main part of a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.GetCount(TXTextControl.MisspelledWordKind)">
			<summary>Returns the number of misspelled words with a special meaning from the collection.</summary>
			<param name="kind">Specifies the word's kind.</param>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.GetItem">
			<summary>Gets the misspelled word at the current text input position. If there is no misspelled word, the next possible word is returned. If there is no misspelled word between the current input position and the end of the text, the first word is returned.</summary>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.GetItem(TXTextControl.MisspelledWordKind)">
			<summary>Gets the misspelled word of the specified kind at the current text input position. If there is no misspelled word, the next possible word of is returned. If there is no misspelled word of the specified kind between the current input position and the end of the text, the first word of the specified kind is returned.</summary>
			<param name="kind">Specifies the word's kind.</param>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.GetItem(System.Drawing.Point)">
			<summary>Gets the misspelled word at a certain geometrical location. If there is no misspelled word, null is returned.</summary>
			<param name="location">Specifies the word's location.</param>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.GetItem(System.Int32)">
			<summary>Gets the misspelled word at the specified text input position. If there is no misspelled word, the next possible word is returned. If there is no misspelled word between the specified input position and the end of the text, the first word is returned.</summary>
			<param name="textPosition">Specifies a zero-based text postion.</param>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.GetItem(System.Int32,TXTextControl.MisspelledWordKind)">
			<summary>Gets the misspelled word of the specified kind at the specified text input position. If there is no misspelled word, the next possible word is returned. If there is no misspelled word of the specified kind between the specified input position and the end of the text, the first word of the specified kind is returned.</summary>
			<param name="textPosition">Specifies a zero-based text postion.</param>
			<param name="kind">Specifies the word's kind.</param>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.Ignore(TXTextControl.MisspelledWord,System.String)">
			<summary>Changes the text of the specified misspelled word and marks it as ignored. Ignored misspelled words are not underlined with a red zigzag line.</summary>
			<param name="misspelledWord">Specifies the misspelled word to change.</param>
			<param name="changedText">Specifies the changed text.</param>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.Remove(TXTextControl.MisspelledWord)">
			<summary>Removes the specified misspelled word from a Text Control document. The method removes the word's reference in the list of misspelled words, but not the word's text in the document.</summary>
			<param name="misspelledWord">Specifies the misspelled word to remove.</param>
		</member>
		<member name="M:TXTextControl.MisspelledWordCollection.Remove(TXTextControl.MisspelledWord,System.String)">
			<summary>Removes the specified misspelled word from a Text Control document. The method removes the word's reference in the list of misspelled words and replaces the word's text with the specified text.</summary>
			<param name="misspelledWord">Specifies the misspelled word to remove.</param>
			<param name="correctedText">Specifies the corrected text.</param>
		</member>
		<member name="P:TXTextControl.MisspelledWordCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.MisspelledWordCollection.Item">
			<summary>Gets a misspelled word from the collection.</summary>
		</member>
		<member name="T:TXTextControl.NumberFormatException">
			<summary>The NumberFormatException class informs about an invalid syntax of a numberformat used to display a formula result.</summary>
		</member>
		<member name="P:TXTextControl.NumberFormatException.CharacterIndex">
			<summary>Gets the one-based character index of the first invalid character in the numberformat string.</summary>
		</member>
		<member name="T:TXTextControl.ObjectMiniToolbar">
			<summary>The ObjectMiniToolbar class is a mini toolbar that appears when the ShowMiniToolbar property is set to MiniToolbarButton.RightButton or MiniToolbarButton.LeftButton | MiniToolbarButton.RightButton, the right mouse button is released and the current context is a selected text frame, drawing frame or barcode frame (ContextMenuLocation.SelectedFrame).</summary>
		</member>
		<member name="T:TXTextControl.ObjectMiniToolbar.RibbonItem">
			<summary>Each RibbonItem represents an item in a ObjectMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_TextFrame_BordersandBackgroundGroup">
			<summary>Identifies the BordersandBackground group for the selected text frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_TextFrameBackColor">
			<summary>Identifies the Back Color button for the selected text frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_TextFrameTransparency">
			<summary>Identifies the Transparency button for the selected text frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_TextFrameLineWidth">
			<summary>Identifies the Line Width button for the selected text frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_TextFrameBorderColor">
			<summary>Identifies the Border Color button for the selected text frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_Drawing_BordersandBackgroundGroup">
			<summary>Identifies the BordersandBackground group for the selected drawing frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_DrawingBackColor">
			<summary>Identifies the Back Color button for the selected drawing frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_DrawingTransparency">
			<summary>Identifies the Transparency button for the selected drawing frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_DrawingLineColor">
			<summary>Identifies the Line Color button for the selected drawing frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_DrawingLineWidth">
			<summary>Identifies the Line Width button for the selected drawing frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_Barcode_ColorsAndAlignmentGroup">
			<summary>Identifies the ColorsAndAlignment group for the selected barcode frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_BarcodeBackColor">
			<summary>Identifies the Back Color button for the selected barcode frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_BarcodeForeColor">
			<summary>Identifies the Fore Color button for the selected barcode frame.</summary>
		</member>
		<member name="F:TXTextControl.ObjectMiniToolbar.RibbonItem.TXITEM_BarcodeTransparency">
			<summary>Identifies the Transparency button for the selected barcode frame.</summary>
		</member>
		<member name="M:TXTextControl.ObjectMiniToolbar.FindItem(ObjectMiniToolbar.RibbonItem)">
			<summary>Finds a control that has the provided ObjectMiniToolbar.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="T:TXTextControl.Page">
			<summary>An object of the Page class represents a formatted page of a document.</summary>
		</member>
		<member name="M:TXTextControl.Page.GetImage(TXTextControl.PageContent)">
			<summary>Gets an image of the page's contents as an enhanced metafile.</summary>
			<param name="contents">Specifies the image's contents.</param>
		</member>
		<member name="M:TXTextControl.Page.GetImage(System.Int32,TXTextControl.PageContent)">
			<summary>Gets an image of the page's contents as a bitmap in screen resolution.</summary>
			<param name="zoomFactor">Specifies a zooming factor in percent.</param>
			<param name="contents">Specifies the image's contents.</param>
		</member>
		<member name="M:TXTextControl.Page.GetImage(TXTextControl.PageContent,System.Int32)">
			<summary>Gets an image of the page's contents as a string in Scalable Vector Graphics (SVG) format. All characters are contained with outline curve data that are cubic Bézier splines. Curve and line data coordinates are in twentieth of a point (twips). Images of all pixel-formats are embedded in Portable Network Graphics (PNG) format.</summary>
			<param name="contents">Specifies the image's contents.</param>
			<param name="iMaxImageResolution">Specifies a maximum resolution value, in dots per inch, for images in pixel-formats.</param>
		</member>
		<member name="M:TXTextControl.Page.Select">
			<summary>Selects the text of the page. The page break characters bounding the page and the header and/or footer belonging to the page are not selected.</summary>
		</member>
		<member name="P:TXTextControl.Page.Bounds">
			<summary>Gets the bounding rectangle of the page, in twips, relative to the top of the document.</summary>
		</member>
		<member name="P:TXTextControl.Page.Footer">
			<summary>Gets the footer of the page.</summary>
		</member>
		<member name="P:TXTextControl.Page.Header">
			<summary>Gets the header of the page.</summary>
		</member>
		<member name="P:TXTextControl.Page.Length">
			<summary>Gets the number of characters of the page, including the page break character at the end of the page.</summary>
		</member>
		<member name="P:TXTextControl.Page.Number">
			<summary>Gets the page's number.</summary>
		</member>
		<member name="P:TXTextControl.Page.NumberInSection">
			<summary>Gets the page number relative to the beginning of the section the page belongs to.</summary>
		</member>
		<member name="P:TXTextControl.Page.Section">
			<summary>Gets the number, one-based, of the section the page belongs to.</summary>
		</member>
		<member name="P:TXTextControl.Page.Start">
			<summary>Gets the number (one-based) of the page's first character.</summary>
		</member>
		<member name="P:TXTextControl.Page.TextBounds">
			<summary>Gets the bounding rectangle of the page's text, in twips, relative to the top of the document.</summary>
		</member>
		<member name="T:TXTextControl.PageBorder">
			<summary>An instance of the PageBorder class represents the attributes of a border, which is drawn in the margin area of a page.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.#ctor">
			<summary>Creates an empty PageBorder object. Further properties must be set.</summary>
		</member>
		<member name="M:TXTextControl.PageBorder.#ctor(System.Int32,System.Int32,System.Drawing.Color)">
			<summary>Creates a PageBorder object with equal line widths, colors and distances from the edge of the page.</summary>
			<param name="lineWidth">Specifies the width for all border lines.</param>
			<param name="distance">Specifies the distance of the border lines from the edge of the page.</param>
			<param name="lineColor">Specifies the color for all border lines.</param>
		</member>
		<member name="T:TXTextControl.PageBorder.Attribute">
			<summary>Determines a certain page border attribute.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.BottomDistance">
			<summary>Specifies the attribute set through the BottomDistance property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.BottomLineColor">
			<summary>Specifies the attribute set through the BottomLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.BottomLineWidth">
			<summary>Specifies the attribute set through the BottomLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.FirstPageOnly">
			<summary>Specifies the attribute set through the FirstPageOnly property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.LeftDistance">
			<summary>Specifies the attribute set through the LeftDistance property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.LeftLineColor">
			<summary>Specifies the attribute set through the LeftLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.LeftLineWidth">
			<summary>Specifies the attribute set through the LeftLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.MeasureFromText">
			<summary>Specifies the attribute set through the MeasureFromText property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.OmitFirstPage">
			<summary>Specifies the attribute set through the OmitFirstPage property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.RightDistance">
			<summary>Specifies the attribute set through the RightDistance property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.RightLineColor">
			<summary>Specifies the attribute set through the RightLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.RightLineWidth">
			<summary>Specifies the attribute set through the RightLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.SurroundFooter">
			<summary>Specifies the attribute set through the SurroundFooter property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.SurroundHeader">
			<summary>Specifies the attribute set through the SurroundHeader property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.TopDistance">
			<summary>Specifies the attribute set through the TopDistance property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.TopLineColor">
			<summary>Specifies the attribute set through the TopLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.Attribute.TopLineWidth">
			<summary>Specifies the attribute set through the TopLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.PageBorder.DefaultDistance">
			<summary>Represents the default distance of a page border from the edge of the page.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.BottomDistance">
			<summary>Gets or sets the distance, in twips, of the bottom border line either from the edge of the page or from the text, depending on the MeasureFromText property.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.BottomLineColor">
			<summary>Gets or sets the color of the bottom border line.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.BottomLineWidth">
			<summary>Gets or sets the width of the bottom border line.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.FirstPageOnly">
			<summary>Gets or sets a value indicating whether the page border is drawn only on the first page of the section.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.LeftDistance">
			<summary>Gets or sets the distance, in twips, of the left border line either from the edge of the page or from the text, depending on the MeasureFromText property.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.LeftLineColor">
			<summary>Gets or sets the color of the left border line.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.LeftLineWidth">
			<summary>Gets or sets the width of the left border line.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.MeasureFromText">
			<summary>Gets or sets a value indicating whether the page border's distances are measured from the text.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.OmitFirstPage">
			<summary>Gets or sets a value indicating whether the page border is not drawn on the first page of the section.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.RightDistance">
			<summary>Gets or sets the distance, in twips, of the right border line either from the edge of the page or from the text, depending on the MeasureFromText property.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.RightLineColor">
			<summary>Gets or sets the color of the right border line.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.RightLineWidth">
			<summary>Gets or sets the width of the right border line.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.SurroundFooter">
			<summary>Gets or sets a value indicating whether the page border surrounds the section's footer.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.SurroundHeader">
			<summary>Gets or sets a value indicating whether the page border surrounds the section's header.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.TopDistance">
			<summary>Gets or sets the distance, in twips, of the top border line either from the edge of the page or from the text, depending on the MeasureFromText property.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.TopLineColor">
			<summary>Gets or sets the color of the top border line.</summary>
		</member>
		<member name="P:TXTextControl.PageBorder.TopLineWidth">
			<summary>Gets or sets the width of the top border line.</summary>
		</member>
		<member name="T:TXTextControl.PageCollection">
			<summary>An instance of the PageCollection class contains all pages of a document.</summary>
		</member>
		<member name="M:TXTextControl.PageCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.PageCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.PageCollection.GetItem">
			<summary>Gets the Page containing the current text input position from the collection.</summary>
		</member>
		<member name="M:TXTextControl.PageCollection.GetItem(System.Int32)">
			<summary>Gets the Page at a certain text input position.</summary>
			<param name="textPosition">Specifies a zero-based text input position.</param>
		</member>
		<member name="P:TXTextControl.PageCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.PageCollection.Item">
			<summary>Gets a page from the collection.</summary>
		</member>
		<member name="T:TXTextControl.PageMargins">
			<summary>An instance of the PageMargins class represents the page margins of a TX Text Control document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageMargins.#ctor">
			<summary>Creates a new instance of the PageMargins class with a left, top, right and bottom margin of 1 inch.</summary>
		</member>
		<member name="M:TXTextControl.PageMargins.#ctor(System.Double,System.Double,System.Double,System.Double)">
			<summary>Creates a new instance of the PageMargins class with the specified margins.</summary>
			<param name="left">Specifies the left page margin.</param>
			<param name="top">Specifies the top page margin.</param>
			<param name="right">Specifies the right page margin.</param>
			<param name="bottom">Specifies the bottom page margin.</param>
		</member>
		<member name="T:TXTextControl.PageMargins.Attribute">
			<summary>Determines a certain attribute.</summary>
		</member>
		<member name="F:TXTextControl.PageMargins.Attribute.Bottom">
			<summary>Specifies the attribute set through the Bottom property.</summary>
		</member>
		<member name="F:TXTextControl.PageMargins.Attribute.Left">
			<summary>Specifies the attribute set through the Left property.</summary>
		</member>
		<member name="F:TXTextControl.PageMargins.Attribute.Right">
			<summary>Specifies the attribute set through the Right property.</summary>
		</member>
		<member name="F:TXTextControl.PageMargins.Attribute.Top">
			<summary>Specifies the attribute set through the Top property.</summary>
		</member>
		<member name="P:TXTextControl.PageMargins.Left">
			<summary>Specifies the left margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="P:TXTextControl.PageMargins.Top">
			<summary>Specifies the top margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="P:TXTextControl.PageMargins.Right">
			<summary>Specifies the right margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="P:TXTextControl.PageMargins.Bottom">
			<summary>Specifies the bottom margin of a TX Text Control document or document section.</summary>
		</member>
		<member name="T:TXTextControl.PageNumberField">
			<summary>The PageNumberField class represents a field in a header or footer of a Text Control document that automatically displays the current page number.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberField.#ctor">
			<summary>Creates a new PageNumberField which displays Arabic numbers starting with 1.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberField.#ctor(System.Int32,TXTextControl.NumberFormat)">
			<summary>Creates a new PageNumberField which displays page numbers with the specified number format starting with the specified start number.</summary>
			<param name="startNumber">Specifies the page number for the first page.</param>
			<param name="numberFormat">Specifies the number format.</param>
		</member>
		<member name="M:TXTextControl.PageNumberField.PageNumberDialog">
			<summary>Opens a dialog box to alter the formatting and numbering attributes of the page number field.</summary>
		</member>
		<member name="P:TXTextControl.PageNumberField.NumberFormat">
			<summary>Gets or sets the number format.</summary>
		</member>
		<member name="P:TXTextControl.PageNumberField.ShowNumberOfPages">
			<summary>Gets or sets a value indicating whether the field shows the page number or the total number of pages.</summary>
		</member>
		<member name="P:TXTextControl.PageNumberField.StartNumber">
			<summary>Gets or sets the page number for the first page.</summary>
		</member>
		<member name="T:TXTextControl.PageNumberFieldCollection">
			<summary>An instance of the PageNumberFieldCollection class contains the page number fields in a header or footer of a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberFieldCollection.Add(TXTextControl.PageNumberField)">
			<summary>Inserts a new page number field at the current input position of a header or footer.</summary>
			<param name="pageNumberField">Specifies the page number field to add.</param>
		</member>
		<member name="M:TXTextControl.PageNumberFieldCollection.Clear(System.Boolean)">
			<summary>Removes all page number fields contained in the collection from the document.</summary>
			<param name="keepText">If this parameter is set to true, all page number fields are removed without deleting their texts.</param>
		</member>
		<member name="M:TXTextControl.PageNumberFieldCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.PageNumberFieldCollection.GetItem">
			<summary>Gets the page number field at the current input position or null if there is no page number field at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.PageNumberFieldCollection.GetItem(System.Int32)">
			<summary>Gets the page number field with the specified id. An id can be set with the PageNumberField.ID property.</summary>
			<param name="id">Specifies the page number field's identifier.</param>
		</member>
		<member name="M:TXTextControl.PageNumberFieldCollection.Remove(TXTextControl.PageNumberField)">
			<summary>Removes a page number from a header or footer of a Text control document.</summary>
			<param name="pageNumberField">Specifies the page number field to remove.</param>
		</member>
		<member name="P:TXTextControl.PageNumberFieldCollection.Item">
			<summary>Gets the field with the specified number from the collection.</summary>
		</member>
		<member name="T:TXTextControl.PageSize">
			<summary>An instance of the PageSize class represents the page size of a TX Text Control document or document section.</summary>
		</member>
		<member name="M:TXTextControl.PageSize.#ctor">
			<summary>Creates a new PageSize object representing an US Letter page size (8.5 x 11 inch).</summary>
		</member>
		<member name="M:TXTextControl.PageSize.#ctor(System.Double,System.Double)">
			<summary>Creates a new PageSize object representing a page size with the specified width and height. The measure for the width and height parameters depends on the TextControl.PageUnit, WPF.TextControl.PageUnit or ServerTextControl.PageUnit property.</summary>
			<param name="width">Specifies the width of the page.</param>
			<param name="height">Specifies the height of the page.</param>
		</member>
		<member name="T:TXTextControl.PageSize.Attribute">
			<summary>Determines a certain attribute.</summary>
		</member>
		<member name="F:TXTextControl.PageSize.Attribute.Height">
			<summary>Specifies the attribute set through the Height property.</summary>
		</member>
		<member name="F:TXTextControl.PageSize.Attribute.Width">
			<summary>Specifies the attribute set through the Width property.</summary>
		</member>
		<member name="P:TXTextControl.PageSize.Height">
			<summary>Specifies the page height of a document or document section.</summary>
		</member>
		<member name="P:TXTextControl.PageSize.Width">
			<summary>Specifies the page width of a document or document section.</summary>
		</member>
		<member name="T:TXTextControl.PaperSize">
			<summary>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.</summary>
		</member>
		<member name="P:TXTextControl.PaperSize.Height">
			<summary>Gets the height of the paper size, in twips.</summary>
		</member>
		<member name="P:TXTextControl.PaperSize.Name">
			<summary>Gets the name of the paper size.</summary>
		</member>
		<member name="P:TXTextControl.PaperSize.Width">
			<summary>Gets the width of the paper size, in twips.</summary>
		</member>
		<member name="T:TXTextControl.Paragraph">
			<summary>An instance of the Paragraph class represents a single paragraph in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.Paragraph.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the paragraph's text in a byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the paragraph's text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Paragraph.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the paragraph's text as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the paragraph's text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Paragraph.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the paragraph's text in a byte array with the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the paragraph's text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.Paragraph.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the paragraph's text as a string with the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the paragraph's text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.Paragraph.Select">
			<summary>Selects the paragraph. The paragraph break characters bounding the paragraph are not selected.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.FormattingStyle">
			<summary>Gets or sets the paragraph's formatting style.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.Format">
			<summary>Gets or sets the paragraph's formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.Length">
			<summary>Gets the number of characters in the paragraph including the paragraph end character.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.ListFormat">
			<summary>Gets or sets the paragraph's bulleted or numbered list and/or its formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.Lines">
			<summary>Gets the number of lines the paragraph consists of.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.ListNumber">
			<summary>Gets the paragraph's list number.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.ListNumberText">
			<summary>Gets the paragraph's list number text.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.Number">
			<summary>Gets the paragraph's number.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.Start">
			<summary>Gets the number (one-based) of the paragraph's first character.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.StartLine">
			<summary>Gets the number (one-based) of the paragraph's first line.</summary>
		</member>
		<member name="P:TXTextControl.Paragraph.Text">
			<summary>Gets the paragraph's text.</summary>
		</member>
		<member name="T:TXTextControl.ParagraphCollection">
			<summary>An instance of the ParagraphCollection class contains all paragraphs in a Text Control document or part of the document represented through objects of the type Paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.ParagraphCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphCollection.GetItem(System.Drawing.Point)">
			<summary>Gets the paragraph at a certain geometrical position.</summary>
			<param name="location">Specifies the paragraph's location.</param>
		</member>
		<member name="M:TXTextControl.ParagraphCollection.GetItem(System.Int32)">
			<summary>Gets the paragraph at a certain text input position.</summary>
			<param name="textPosition">Specifies a zero-based text position.</param>
		</member>
		<member name="P:TXTextControl.ParagraphCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphCollection.Item">
			<summary>Gets a paragraph from the collection.</summary>
		</member>
		<member name="T:TXTextControl.ParagraphFormat">
			<summary>An instance of the ParagraphFormat class represents the formatting attributes of a paragraph.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.#ctor">
			<summary>Creates an empty ParagraphFormat object with all properties set to their default values.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphFormat.#ctor(TXTextControl.HorizontalAlignment)">
			<summary>Creates a new ParagraphFormat object with the specified horizontal alignment. All other properties are set to their default values.</summary>
			<param name="alignment">Specifies one of the HorizontalAlignment values.</param>
		</member>
		<member name="T:TXTextControl.ParagraphFormat.Attribute">
			<summary>Determines a certain paragraph format attribute.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.AbsoluteLineSpacing">
			<summary>Specifies the attribute set through the AbsoluteLineSpacing property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.Alignment">
			<summary>Specifies the attribute set through the Alignment property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.BackColor">
			<summary>Specifies the attribute set through the BackColor property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.BottomDistance">
			<summary>Specifies the attribute set through the BottomDistance property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.Direction">
			<summary>Specifies the attribute set through the Direction property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.Frame">
			<summary>Specifies the attribute set through the Frame property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.FrameDistance">
			<summary>Specifies the attribute set through the FrameDistance property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.FrameLineColor">
			<summary>Specifies the attribute set through the FrameLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.FrameLineWidth">
			<summary>Specifies the attribute set through the FrameLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.FrameStyle">
			<summary>Specifies the attribute set through the FrameStyle property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.HangingIndent">
			<summary>Specifies the attribute set through the HangingIndent property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.Direction">
			<summary>Specifies the attribute set through the Direction property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.Justification">
			<summary>Specifies the attribute set through the Justification property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.KeepWithNext">
			<summary>Specifies the attribute set through the KeepWithNext property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.LeftIndent">
			<summary>Specifies the attribute set through the LeftIndent property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.LineSpacing">
			<summary>Specifies the attribute set through the LineSpacing property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.PageBreakBefore">
			<summary>Specifies the attribute set through the PageBreakBefore property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.RightIndent">
			<summary>Specifies the attribute set through the RightIndent property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.StructureLevel">
			<summary>Specifies the attribute set through the StructureLevel property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.TabPositions">
			<summary>Specifies the attribute set through the TabPositions property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.TabTypes">
			<summary>Specifies the attribute set through the TabTypes property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.TopDistance">
			<summary>Specifies the attribute set through the TopDistance property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.Attribute.WidowOrphanLines">
			<summary>Specifies the attribute set through the WidowOrphanLines property.</summary>
		</member>
		<member name="F:TXTextControl.ParagraphFormat.MaxTabs">
			<summary>Represents the maximum number of tabs in a line.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.AbsoluteLineSpacing">
			<summary>Gets or sets the line spacing of a paragraph in twips.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.Alignment">
			<summary>Gets or sets the horizontal text alignment.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.BackColor">
			<summary>Gets or sets the background color of a paragraph.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.FrameLineColor">
			<summary>Gets or sets the color used for the frame lines of a paragraph.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.BottomDistance">
			<summary>Gets or sets the bottom distance, in twips, between this and the next paragraph.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.Direction">
			<summary>Gets or sets the writing direction.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.Frame">
			<summary>Gets or sets a frame around the paragraph.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.FrameDistance">
			<summary>Gets or sets the distance, in twips, between the text and the paragraph's frame.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.FrameLineWidth">
			<summary>Gets or sets the line width, in twips, of the paragraph's frame.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.FrameStyle">
			<summary>Gets or sets the style of the paragraph's frame.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.HangingIndent">
			<summary>Gets or sets the distance, in twips, for the hanging indent.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.Justification">
			<summary>Gets or sets the kind of justification in documents containing Arabic or Hebrew characters.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.KeepLinesTogether">
			<summary>Gets or sets a value indicating whether a page break is allowed within the paragraph.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.KeepWithNext">
			<summary>If this property is set to true, the paragraph is displayed on the same page as its following paragraph.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.LeftIndent">
			<summary>Gets or sets the distance, in twips, between the left edge of the Text Control and the left edge of the text.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.LineSpacing">
			<summary>Specifies the line spacing of a paragraph as a percentage of the font size.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.PageBreakBefore">
			<summary>If this property is set to true, the paragraph is always displayed on top of a page.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.RightIndent">
			<summary>Gets or sets the distance, in twips, between the right edge of a Text Control document and the right edge of the text.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.StructureLevel">
			<summary>Gets or sets the structure level of a paragraph in the document.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.TabLeaders">
			<summary>Gets or sets an array containing the tab leaders in a paragraph.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.TabPositions">
			<summary>Gets or sets an array containing the absolute tab stop positions, in twips, in a paragraph.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.TabTypes">
			<summary>Gets or sets an array containing the tab types in a paragraph.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.TopDistance">
			<summary>Gets or sets a top distance, in twips, between this and the previous paragraph.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphFormat.WidowOrphanLines">
			<summary>Gets or sets the number of lines for widow/orphan control.</summary>
		</member>
		<member name="T:TXTextControl.ParagraphStyle">
			<summary>The ParagraphStyle class defines a formatting style for paragraphs.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphStyle.#ctor(System.String)">
			<summary>Creates a new instance of the ParagraphStyle class based on the TextControl root style named [Normal].</summary>
			<param name="name">Specifies the new style's name.</param>
		</member>
		<member name="M:TXTextControl.ParagraphStyle.#ctor(System.String,System.String)">
			<summary>Creates a new instance of the ParagraphStyle class based on the specified base style.</summary>
			<param name="name">Specifies the new style's name.</param>
			<param name="baseStyle">Specifies the name of the style the new style is based on.</param>
		</member>
		<member name="M:TXTextControl.ParagraphStyle.#ctor(TXTextControl.ParagraphStyle)">
			<summary>Creates a new root style that has all attributes of the specified style.</summary>
			<param name="style">Is a style the attributes of which are used to initialize the new style.</param>
		</member>
		<member name="P:TXTextControl.ParagraphStyle.FollowingStyle">
			<summary>Gets or sets the name of the style that TextControl automatically selects for the following paragraph after the user has pressed the ENTER key.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphStyle.ListFormat">
			<summary>Gets or sets the style's bulleted or numbered list and/or its formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.ParagraphStyle.ParagraphFormat">
			<summary>Gets or sets the style's paragraph attributes.</summary>
		</member>
		<member name="T:TXTextControl.ParagraphStyleCollection">
			<summary>An instance of the ParagraphStyleCollection class contains all paragraph formatting styles in the current document represented through objects of the type ParagraphStyle.</summary>
		</member>
		<member name="M:TXTextControl.ParagraphStyleCollection.Add(TXTextControl.ParagraphStyle)">
			<summary>Adds to new formatting style to the current document.</summary>
			<param name="paragraphStyle">Specifies the style to add.</param>
		</member>
		<member name="M:TXTextControl.ParagraphStyleCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.ParagraphStyleCollection.GetItem(System.String)">
			<summary>Gets a particular style from the collection.</summary>
			<param name="styleName">Specifies the name of the style.</param>
		</member>
		<member name="T:TXTextControl.RulerBar">
			<summary>The RulerBar class represents a Windows Forms tool bar which can be used to show or to set indents, margins and tabs of a Windows Forms TextControl.</summary>
		</member>
		<member name="M:TXTextControl.RulerBar.ResetDisplayColors">
			<summary>Resets all display colors of a ruler bar to their system dependent default values.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.Alignment">
			<summary>Gets or sets a value specifying the alignment of the ruler bar in the document.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.BorderStyle">
			<summary>Gets or sets the border style of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.DisplayColors">
			<summary>Gets or sets the colors of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.EnablePageMargins">
			<summary>Enables or disables the setting of page margins.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.FormulaMode">
			<summary>Gets or sets a value specifying whether the ruler bar shows cell references when the current input position is in a table cell.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.ReadOnly">
			<summary>Gets or sets a value determining the ruler bar's read only mode.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.ScaleUnit">
			<summary>Gets or sets the unit of the ruler bar's scale.</summary>
		</member>
		<member name="T:TXTextControl.RulerBar.Colors">
			<summary>The RulerBar.Colors class gets, sets or resets the display colors of a Windows Forms RulerBar control.</summary>
		</member>
		<member name="M:TXTextControl.RulerBar.Colors.#ctor">
			<summary>Initializes a new instance of the RulerBar.Colors class. After creating the object with this constuctor, individual colors can be set. If the Colors object is assigned to the RulerBar.DisplayColors property, non-set colors are reset to their system dependent default values.</summary>
		</member>
		<member name="M:TXTextControl.RulerBar.Colors.ResetBackColor">
			<summary>Resets the ruler bar's BackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.RulerBar.Colors.ResetForeColor">
			<summary>Resets the ruler bar's ForeColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.RulerBar.Colors.ResetGradientBackColor">
			<summary>Resets the ruler bar's GradientBackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.RulerBar.Colors.ResetRulerColor">
			<summary>Resets the ruler bar's RulerColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.RulerBar.Colors.ResetSeparatorColorDark">
			<summary>Resets the ruler bar's SeparatorColorDark to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.RulerBar.Colors.ResetSeparatorColorLight">
			<summary>Resets the ruler bar's SeparatorColorLight to its system dependent default value.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.Colors.BackColor">
			<summary>Gets or sets the background color at the left or top edge of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.Colors.ForeColor">
			<summary>Gets or sets the color used for the numbers of the ruler.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.Colors.GradientBackColor">
			<summary>Gets or sets the background color at the right or bottom edge of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.Colors.RulerColor">
			<summary>Gets or sets the color of the ruler.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.Colors.SeparatorColorDark">
			<summary>Gets or sets the color of dark separators.</summary>
		</member>
		<member name="P:TXTextControl.RulerBar.Colors.SeparatorColorLight">
			<summary>Gets or sets the color of light separators.</summary>
		</member>
		<member name="T:TXTextControl.SaveSettings">
			<summary>The SaveSettings class provides properties for advanced settings and information during save operations.</summary>
		</member>
		<member name="T:TXTextControl.SaveSettings.DialogSettings">
			<summary>Determines additional options in a file Save As... dialogbox.</summary>
		</member>
		<member name="F:TXTextControl.SaveSettings.DialogSettings.None">
			<summary>The dialogbox does not show additional options.</summary>
		</member>
		<member name="F:TXTextControl.SaveSettings.DialogSettings.EnterPassword">
			<summary>PDF only: The dialogbox offers a button which opens a dialogbox to specify an encryption password. This button is shown only, if the user selects Adobe PDF as the file format to save the document. The Adobe PDF/A file format does not support encryption passwords.</summary>
		</member>
		<member name="F:TXTextControl.SaveSettings.DialogSettings.StylesheetOptions">
			<summary>HTML only: The dialogbox offers buttons to specify how to save formatting styles: Inline or in a separate file. These buttons are shown only, if the user selects Hypertext Markup Language as the file format to save the document.</summary>
		</member>
		<member name="F:TXTextControl.SaveSettings.DialogSettings.SaveSelection">
			<summary>The dialogbox offers a checkbox indicating that only the currently selected text is saved. This checkbox is shown only, if a text selection exists when the dialogbox is opened.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.Author">
			<summary>Sets the document's author which will be saved in the document.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.BytesWritten">
			<summary>Gets the number of bytes written during a save operation.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.CreationDate">
			<summary>Sets the document's creation date which will be saved in the document.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.CreatorApplication">
			<summary>Sets the application, which has created the document.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.CssFileName">
			<summary>HTML only. Sets the path and filename of a CSS file belonging to a HTML document.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.CssSaveMode">
			<summary>HTML only. Specifies how to save stylesheet data with a HTML document.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.DigitalSignature">
			<summary>Specifies a DigitalSignature object, which defines an X.509 certificate.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.DocumentAccessPermissions">
			<summary>Specifies how a document can be accessed after it has been opened.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.DocumentKeywords">
			<summary>Sets the document's keywords which will be saved in the document.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.DocumentLevelJavaScriptActions">
			<summary>Specifies an array of strings containing Javascript.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.DocumentSubject">
			<summary>Sets the document's subject string which will be saved in the document.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.DocumentTitle">
			<summary>Sets the document's title that will be saved in the document.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.ImageCompressionQuality">
			<summary>Sets a value between 1 and 100, which is the quality of a lossy image compression used when a document is saved.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.ImageExportFilterIndex">
			<summary>Sets the format used for saving all images contained in the document.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.ImageMaxResolution">
			<summary>Sets the maximum resolution for all images in the document in dots per inch when the document is saved.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.ImageSaveMode">
			<summary>Determines whether the document's images are stored through its data or through its file reference.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.ImageSavePath">
			<summary>Sets a file path that is used to save resources like images when images are saved as file link.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.LastModificationDate">
			<summary>Sets the date the document is last modified.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.OmittedContent">
			<summary>Specifies data to be omitted when the document is saved.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.PageMargins">
			<summary>Sets the margins saved for the document's pages.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.PageSize">
			<summary>Sets the width and height saved for the document's pages.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.SavedFile">
			<summary>Read only. Gets the name and path of the file that has been saved.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.SaveDocumentBackColor">
			<summary>Specifies whether or not the document background color is saved.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.SavedStreamType">
			<summary>Read only. Gets the StreamType of the file that has been saved.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.SignatureFields">
			<summary>Specifies an array of DigitalSignature objects, each of which defines an X.509 certificate and is associated with a SignatureField in the document.</summary>
		</member>
		<member name="P:TXTextControl.SaveSettings.UserDefinedDocumentProperties">
			<summary>Sets a dictionary with all user-defined document properties which will be saved in the document.</summary>
		</member>
		<member name="T:TXTextControl.Section">
			<summary>An object of the Section class represents a section of a document.</summary>
		</member>
		<member name="M:TXTextControl.Section.Select">
			<summary>Selects the section. The section break characters bounding the section are not selected.</summary>
		</member>
		<member name="P:TXTextControl.Section.Format">
			<summary>Gets or sets the section's formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.Section.HeadersAndFooters">
			<summary>Gets a collection of all headers and footers of the section.</summary>
		</member>
		<member name="P:TXTextControl.Section.Length">
			<summary>Gets the number of characters in the section.</summary>
		</member>
		<member name="P:TXTextControl.Section.Number">
			<summary>Gets the section's number.</summary>
		</member>
		<member name="P:TXTextControl.Section.Start">
			<summary>Gets the number (one-based) of the first character in the section.</summary>
		</member>
		<member name="T:TXTextControl.SectionCollection">
			<summary>An instance of the SectionCollection class contains all sections of a document.</summary>
		</member>
		<member name="M:TXTextControl.SectionCollection.Add(TXTextControl.SectionBreakKind)">
			<summary>Adds a new section at the current text input position. The new section ends at the end position of the section containing the input position. If a new section is inserted in a paragraph or table, the paragraph or table is split into two paragraphs or tables.</summary>
			<param name="sectionBreakKind">Specifies the kind of the section break.</param>
		</member>
		<member name="M:TXTextControl.SectionCollection.Add(TXTextControl.SectionBreakKind,System.Int32)">
			<summary>Adds a new section at the specified text input position. The new section ends at the end position of the section containing the input position. If a new section is inserted in a paragraph or table, the paragraph or table is split into two paragraphs or tables.</summary>
			<param name="sectionBreakKind">Specifies the kind of the section break.</param>
			<param name="textPosition">Specifies the text position at which the section is to be inserted.</param>
		</member>
		<member name="M:TXTextControl.SectionCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.SectionCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.SectionCollection.GetItem">
			<summary>Gets the Section with the current text input position from the collection.</summary>
		</member>
		<member name="P:TXTextControl.SectionCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.SectionCollection.Item">
			<summary>Gets a section from the collection.</summary>
		</member>
		<member name="T:TXTextControl.SectionFormat">
			<summary>An instance of the SectionFormat class represents the formatting attributes of a section.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.#ctor">
			<summary>Creates an empty SectionFormat object. Further properties must be set.</summary>
		</member>
		<member name="M:TXTextControl.SectionFormat.#ctor(System.Int32,System.Int32)">
			<summary>Creates a SectionFormat object for a section with equal column widths. The SectionFormat.EqualColumnWidth property is automatically set to true.</summary>
			<param name="columns">Specifies the number of columns for the section.</param>
			<param name="columnDistance">Specifies the distance between equal columns.</param>
		</member>
		<member name="M:TXTextControl.SectionFormat.#ctor(System.Int32,System.Int32[],System.Int32[])">
			<summary>Creates a SectionFormat object for a section with individual column widths and distances. The SectionFormat.EqualColumnWidth property is automatically set to false.</summary>
			<param name="columns">Specifies the number of columns for the section.</param>
			<param name="columnWidths">Specifies the widths of the columns.</param>
			<param name="columnDistances">Specifies the distances between the columns.</param>
		</member>
		<member name="T:TXTextControl.SectionFormat.Attribute">
			<summary>Determines a certain section format attribute.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.BreakKind">
			<summary>Specifies the attribute set through the BreakKind property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.ColumnDistances">
			<summary>Specifies the attribute set through the ColumnDistances property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.ColumnLineColor">
			<summary>Specifies the attribute set through the ColumnLineColor property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.ColumnLineWidth">
			<summary>Specifies the attribute set through the ColumnLineWidth property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.Columns">
			<summary>Specifies the attribute set through the Columns property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.ColumnWidths">
			<summary>Specifies the attribute set through the ColumnWidths property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.EqualColumnWidth">
			<summary>Specifies the attribute set through the EqualColumnWidth property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.Landscape">
			<summary>Specifies the attribute set through the Landscape property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.PageSize">
			<summary>Specifies the attribute set through the PageSize property.</summary>
		</member>
		<member name="F:TXTextControl.SectionFormat.Attribute.RestartPageNumbering">
			<summary>Specifies the attribute set through the RestartPageNumbering property.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.BreakKind">
			<summary>Gets or sets the kind of the section break the section starts with.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.ColumnDistances">
			<summary>Gets the distances, in twips, between the columns on a page.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.ColumnLineColor">
			<summary>Gets or sets the color of a dividing line between two columns.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.ColumnLineWidth">
			<summary>Gets or sets the width of a dividing line between two columns.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.Columns">
			<summary>Gets or sets the number of columns on a page.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.ColumnWidths">
			<summary>Gets the widths, in twips, of the columns on a page.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.EqualColumnWidth">
			<summary>Gets or sets a value indicating whether the columns on a page have all the same width and the same distance between them.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.Landscape">
			<summary>Gets or sets a value indicating whether the section's page size is in landscape orientation.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.PageBorder">
			<summary>Gets or sets the attributes of a section's page border.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.PageMargins">
			<summary>Gets or sets the section's page margins.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.PageSize">
			<summary>Gets or sets the section's page size.</summary>
		</member>
		<member name="P:TXTextControl.SectionFormat.RestartPageNumbering">
			<summary>Gets or sets a value indicating whether page numbering is restarted at the section's beginning.</summary>
		</member>
		<member name="T:TXTextControl.Selection">
			<summary>The Selection class describes and handles the attributes of a text selection.</summary>
		</member>
		<member name="M:TXTextControl.Selection.#ctor">
			<summary>Creates an empty Selection object with all properties set to their default values.</summary>
		</member>
		<member name="M:TXTextControl.Selection.#ctor(System.Int32,System.Int32)">
			<summary>Creates an instance of the Selection class with the specified start value and length. All other properties are set to their default values.</summary>
			<param name="start">Specifies the selection's start position.</param>
			<param name="length">Specifies the number of selected characters.</param>
		</member>
		<member name="T:TXTextControl.Selection.Attribute">
			<summary>Determines a certain attribute.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.AutoBaseline">
			<summary>Specifies the attribute set through the AutoBaseline property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Baseline">
			<summary>Specifies the attribute set through the Baseline property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Bold">
			<summary>Specifies the attribute set through the Bold property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Capitals">
			<summary>Specifies the attribute set through the Capitals property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.CharacterScaling">
			<summary>Specifies the attribute set through the CharacterScaling property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.CharacterSpacing">
			<summary>Specifies the attribute set through the CharacterSpacing property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.FontName">
			<summary>Specifies the attribute set through the FontName property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.FontSize">
			<summary>Specifies the attribute set through the FontSize property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.ForeColor">
			<summary>Specifies the attribute set through the ForeColor property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.FormattingStyle">
			<summary>Specifies the attribute set through the FormattingStyle property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Italic">
			<summary>Specifies the attribute set through the Italic property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Strikeout">
			<summary>Specifies the attribute set through the Strikeout property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.TextBackColor">
			<summary>Specifies the attribute set through the TextBackColor property.</summary>
		</member>
		<member name="F:TXTextControl.Selection.Attribute.Underline">
			<summary>Specifies the attribute set through the Underline property.</summary>
		</member>
		<member name="T:TXTextControl.Selection.DialogResult">
			<summary>Specifies identifiers to indicate the return value of a dialog box.</summary>
		</member>
		<member name="F:TXTextControl.Selection.DialogResult.Cancel">
			<summary>Specifies that the dialog box has been canceled.</summary>
		</member>
		<member name="F:TXTextControl.Selection.DialogResult.None">
			<summary>Specifies that the dialog box has been left with the Escape key.</summary>
		</member>
		<member name="F:TXTextControl.Selection.DialogResult.OK">
			<summary>Specifies that the dialog box has been left with OK.</summary>
		</member>
		<member name="M:TXTextControl.Selection.ChangeCapitalization(TXTextControl.CapitalizationSettings)">
			<summary>Changes the capitalization of all selected characters depending on the settings parameter.</summary>
			<param name="settings">Specifies how the capitalization is changed.</param>
		</member>
		<member name="M:TXTextControl.Selection.ChangeDirection(TXTextControl.Direction)">
			<summary>Changes the writing direction of all selected paragraphs. When the direction of a paragraph is changed, this paragraph's alignment is toggled from left to right or from right to left. The alignment of centered and justified paragraphs is not changed. Left and right tabulators are also toggled.</summary>
			<param name="direction">Specifies the writing direction.</param>
		</member>
		<member name="M:TXTextControl.Selection.DecreaseIndent">
			<summary>Decreases the left indent of all paragraphs contained in the current text selection. If no text is selected, this method decreases the left indent at the text input position. Left indent positions are defined through the paragraphs' tab positions and the indents of the paragraphs in front and behind the paragraph with the text input position.</summary>
		</member>
		<member name="M:TXTextControl.Selection.GrowFont">
			<summary>Increases the font size of each font contained in the current text selection. If no text is selected, this method increases the font size at the text input position. The font sizes used with this method are the same as shown through the ButtonBar or the built-in font dialog.</summary>
		</member>
		<member name="M:TXTextControl.Selection.IncreaseIndent">
			<summary>Increases the left indent of all paragraphs contained in the current text selection. If no text is selected, this method increases the left indent at the text input position. left indent positions are defined through the paragraphs' tab positions and the indents of the paragraphs in front and behind the paragraph with the text input position.</summary>
		</member>
		<member name="M:TXTextControl.Selection.IsCommonValueSelected(Selection.Attribute)">
			<summary>Informs about whether an attribute from the Selection.Attribute enumeration has the same value for the complete selection.</summary>
			<param name="attribute">Specifies a possible value from the enumeration.</param>
		</member>
		<member name="M:TXTextControl.Selection.IsCommonValueSelected(ParagraphFormat.Attribute)">
			<summary>Informs about whether an attribute from the ParagraphFormat.Attribute enumeration has the same value for the complete selection.</summary>
			<param name="attribute">Specifies a possible value from the enumeration.</param>
		</member>
		<member name="M:TXTextControl.Selection.IsCommonValueSelected(ListFormat.Attribute)">
			<summary>Informs about whether an attribute from the ListFormat.Attribute enumeration has the same value for the complete selection.</summary>
			<param name="attribute">Specifies a possible value from the enumeration.</param>
		</member>
		<member name="M:TXTextControl.Selection.IsCommonValueSelected(SectionFormat.Attribute)">
			<summary>Informs about whether an attribute from the SectionFormat.Attribute enumeration has the same value for the complete selection.</summary>
			<param name="attribute">Specifies a possible value from the enumeration.</param>
		</member>
		<member name="M:TXTextControl.Selection.IsCommonValueSelected(PageMargins.Attribute)">
			<summary>Informs about whether an attribute from the PageMargins.Attribute enumeration has the same value for the complete selection.</summary>
			<param name="attribute">Specifies a possible value from the enumeration.</param>
		</member>
		<member name="M:TXTextControl.Selection.IsCommonValueSelected(PageSize.Attribute)">
			<summary>Informs about whether an attribute from the PageSize.Attribute enumeration has the same value for the complete selection.</summary>
			<param name="attribute">Specifies a possible value from the enumeration.</param>
		</member>
		<member name="M:TXTextControl.Selection.IsCommonValueSelected(PageBorder.Attribute)">
			<summary>Informs about whether an attribute from the PageBorder.Attribute enumeration has the same value for the complete selection.</summary>
			<param name="attribute">Specifies a possible value from the enumeration.</param>
		</member>
		<member name="M:TXTextControl.Selection.Load">
			<summary>Opens a dialog box to select a file and exchanges the currently selected text with the text from that file.</summary>
		</member>
		<member name="M:TXTextControl.Selection.Load(TXTextControl.StreamType)">
			<summary>Opens a dialog box to select a file in the specified format and exchanges the currently selected text with the text from that file.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Selection.Load(System.String,TXTextControl.StreamType)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified file.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Selection.Load(System.IO.FileStream,TXTextControl.StreamType)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified file stream.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Selection.Load(System.Byte[],TXTextControl.BinaryStreamType)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified byte array.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Selection.Load(System.String,TXTextControl.StringStreamType)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified string.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Selection.Load(TXTextControl.StreamType,TXTextControl.LoadSettings)">
			<summary>Opens a dialog box to select a file in the specified format and exchanges the currently selected text with the text from that file using the specified special settings.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.Selection.Load(System.String,TXTextControl.StreamType,TXTextControl.LoadSettings)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified file and loaded using the given special settings.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.Selection.Load(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.LoadSettings)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified file stream and loaded using the given special settings.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.Selection.Load(System.Byte[],TXTextControl.BinaryStreamType,TXTextControl.LoadSettings)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified byte array and loaded using the given special settings.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.Selection.Load(System.String,TXTextControl.StringStreamType,TXTextControl.LoadSettings)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified string and loaded using the given special settings.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.Selection.RemoveFormatting">
			<summary>Resets all character based formatting attributes of the selected text to its default values. If nothing or more than one paragraph is selected, all paragraph based formatting attributes are also reset.</summary>
		</member>
		<member name="M:TXTextControl.Selection.RemoveInlineStyles">
			<summary>Removes all character based styles of the selected text so that all attributes are reset to the attributes of the paragraph style.</summary>
		</member>
		<member name="M:TXTextControl.Selection.Save">
			<summary>Opens a file save dialogbox and saves the selected text of a document in a file.</summary>
		</member>
		<member name="M:TXTextControl.Selection.Save(TXTextControl.StreamType)">
			<summary>Opens a file save dialogbox and saves the selected text of a document in a file with the specified format.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Selection.Save(System.String,TXTextControl.StreamType)">
			<summary>Saves the selected text of a document in the specified file with the specified format.</summary>
			<param name="path">Specifies a file into which the selection is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Selection.Save(System.IO.FileStream,TXTextControl.StreamType)">
			<summary>Saves the selected text of a document in the specified file stream with the specified format.</summary>
			<param name="fileStream">Specifies a file into which the selection is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Selection.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the selected text of a document in the specified byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the selection is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Selection.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the selected text of a document as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the selection is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Selection.Save(TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Opens a file save dialogbox and saves the selected text of a document in a file with the specified format and special settings.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.Selection.Save(System.String,TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Saves the selected text of a document in the specified file using the specified format and special settings.</summary>
			<param name="path">Specifies a file into which the selection is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.Selection.Save(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Saves the selected text of a document in the specified file stream using the specified format and special settings.</summary>
			<param name="fileStream">Specifies a file into which the selection is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.Selection.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the selected text of a document in the specified byte array using the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the selection is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.Selection.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the selected text of a document as a string using the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the selection is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.Selection.ShrinkFont">
			<summary>Decreases the font size of each font contained in the current text selection. If no text is selected, this method decreases the font size at the text input position. The font sizes used with this method are the same as shown through the ButtonBar or the built-in font dialog.</summary>
		</member>
		<member name="P:TXTextControl.Selection.AutoBaseline">
			<summary>Gets or sets values specifying wheather the selected text is automatically sub- or superscripted.</summary>
		</member>
		<member name="P:TXTextControl.Selection.Baseline">
			<summary>Gets or sets the baseline alignment, in twips, of the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.Bold">
			<summary>Gets or sets the bold attribute of the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.Capitals">
			<summary>Gets or sets values specifying wheather the lowercase letters of the selected text are displayed with capital letters.</summary>
		</member>
		<member name="P:TXTextControl.Selection.CharacterScaling">
			<summary>Gets or sets a character scaling, in percent of the average character width, of the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.CharacterSpacing">
			<summary>Gets or sets a character spacing value, in twips, of the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.Culture">
			<summary>Gets or sets the culture of the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.FontName">
			<summary>Gets or sets the font of the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.FontSize">
			<summary>Gets or sets the font's size, in twips, of the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.ForeColor">
			<summary>Returns or sets the color used to display the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.FormattingStyle">
			<summary>Gets or sets the formatting style of the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.Italic">
			<summary>Gets or sets the italic attribute of the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.Length">
			<summary>Returns or sets the number of characters selected.</summary>
		</member>
		<member name="P:TXTextControl.Selection.ListFormat">
			<summary>Gets or sets a bulleted or numbered list and/or its formatting attributes for the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.ParagraphFormat">
			<summary>Gets or sets the formatting attributes of the selected paragraphs.</summary>
		</member>
		<member name="P:TXTextControl.Selection.SectionFormat">
			<summary>Gets or sets page settings such as margins, size and orientation for the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.Start">
			<summary>Gets or sets the starting point of selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.Strikeout">
			<summary>Gets or sets the strikeout attribute of the selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.Text">
			<summary>Gets or sets a string containing the currently selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.TextBackColor">
			<summary>Gets or sets the background color for selected text.</summary>
		</member>
		<member name="P:TXTextControl.Selection.Underline">
			<summary>Gets or sets underlining styles for the selected text.</summary>
		</member>
		<member name="T:TXTextControl.SelectionFormField">
			<summary>An object of the SelectionFormField class represents a combobox or a drop-down list on a form.</summary>
		</member>
		<member name="M:TXTextControl.SelectionFormField.#ctor(System.Int32)">
			<summary>Initializes a new instance of an empty SelectionFormField. It has no items and no text.</summary>
			<param name="emptyWidth">Specifies the horizontal extension, in twips, of the SelectionFormField, when there is no selected item.</param>
		</member>
		<member name="M:TXTextControl.SelectionFormField.#ctor(System.String[],System.Int32)">
			<summary>Initializes a new instance of a SelectionFormField with the specified items and the index of the selected item.</summary>
			<param name="items">Specifies a list of items for the SelectionFormField.</param>
			<param name="selectedIndex">Specifies the zero-based index of the selected item.</param>
		</member>
		<member name="P:TXTextControl.SelectionFormField.EmptyWidth">
			<summary>Gets or sets the horizontal extension, in twips, of the SelectionFormField, when there is no selected item.</summary>
		</member>
		<member name="P:TXTextControl.SelectionFormField.IsDropDownArrowVisible">
			<summary>Gets or sets a value indicating wheather a dropdown arrow is shown so that the user can select an item.</summary>
		</member>
		<member name="P:TXTextControl.SelectionFormField.Items">
			<summary>Gets or sets a list of items for the SelectionFormField.</summary>
		</member>
		<member name="P:TXTextControl.SelectionFormField.SelectedIndex">
			<summary>Gets or sets the index of the selected item of the SelectionFormField.</summary>
		</member>
		<member name="T:TXTextControl.SelectionFormFieldEventArgs">
			<summary>The SelectionFormFieldEventArgs class provides data for the TextControl.FormFieldSelectionChanged event.</summary>
		</member>
		<member name="P:TXTextControl.SelectionFormFieldEventArgs.SelectionFormField">
			<summary>Gets an object representing the SelectionFormField that causes the event.</summary>
		</member>
		<member name="T:TXTextControl.ServerTextControl">
			<summary>The ServerTextControl class implements a component that provide high-level text processing features for server-based applications.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.#ctor">
			<summary>Initializes a new instance of the ServerTextControl class. After initialization the Create method must be called to enable further resources.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Append(System.String,TXTextControl.StreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified file and appends it to the existing document.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="appendSettings">Specifies settings how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Append(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified file stream and appends it to the existing document.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="appendSettings">Specifies settings how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Append(System.Byte[],TXTextControl.BinaryStreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified byte array and appends it to the existing document.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="appendSettings">Specifies settings how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Append(System.String,TXTextControl.StringStreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified string and appends it to the existing document.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="appendSettings">Specifies settings how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Append(System.String,TXTextControl.StreamType,TXTextControl.LoadSettings,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format and special settings from the specified file and appends it to the existing document.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
			<param name="appendSettings">Specifies settings how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Append(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.LoadSettings,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format and special settings from the specified file stream and appends it to the existing document.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
			<param name="appendSettings">Specifies settings how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Append(System.Byte[],TXTextControl.BinaryStreamType,TXTextControl.LoadSettings)">
			<summary>Loads text with the specified format and special settings from the specified byte array and appends it to the existing document.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Append(System.String,TXTextControl.StringStreamType,TXTextControl.LoadSettings,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format and special settings from the specified string and appends it to the existing document.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
			<param name="appendSettings">Specifies settings how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Clear">
			<summary>Clears the selected text or the character right from the current input position.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Create">
			<summary>Initializes the resources of a newly instantiated object. This method must be called before using the object.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Find(System.String)">
			<summary>Finds the specified text string in the main text of the document. The search starts at the beginning of the document.</summary>
			<param name="text">Specifies the text to search for.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Find(System.String,System.Int32,TXTextControl.FindOptions)">
			<summary>Finds the specified text string in the main text of the document using the specified find options. The search starts at the specified position.</summary>
			<param name="text">Specifies the text to search for.</param>
			<param name="start">Specifies the text position where the search starts, beginning with 0.</param>
			<param name="options">Specifies search options.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.GetSupportedFonts">
			<summary>Gets an array of strings specifying the names of all currently supported fonts. These fonts depend on the formatting device set with the ServerTextControl.FormattingPrinter property. The method returns null if the ServerTextControl has not been completely initialized.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.GetSupportedPaperSizes">
			<summary>Gets an array of PaperSize structures specifying the names and the size of all currently supported paper sizes. These paper sizes depend on the formatting device set with the ServerTextControl.FormattingPrinter property. The method returns null, if the ServerTextControl has not been completely initialized.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.GetTextFields(TXTextControl.TextFieldType)">
			<summary>Returns a collection containing text fields of the specified types.</summary>
			<param name="fieldType">Specifies types of text fields.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.GetXmlElements(System.String)">
			<summary>Returns a collection of XML elements. It is an object of the type XmlElementCollection.</summary>
			<param name="elementName">Specifies the XML element's name.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.GetVersionInfo">
			<summary>Returns an object of the type VersionInfo, which provides information about the installed TX Text Control version.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Load(System.String,TXTextControl.StreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Load(System.IO.FileStream,TXTextControl.StreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file stream.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Load(System.Byte[],TXTextControl.BinaryStreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified byte array.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Load(System.String,TXTextControl.StringStreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified string.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Load(System.String,TXTextControl.StreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file and loaded using the given special settings.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Load(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file stream and loaded using the given special settings.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Load(System.Byte[],TXTextControl.BinaryStreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified byte array and loaded using the given special settings.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Load(System.String,TXTextControl.StringStreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified string and loaded using the given special settings.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnAdaptFont(TXTextControl.AdaptFontEventArgs)">
			<summary>Raises the AdaptFont event.</summary>
			<param name="e">Specifies an AdaptFontEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnBarcodeCreated(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeCreated event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnBarcodeDeleted(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeDeleted event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnCommentCreated(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentCreated event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnCommentDeleted(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentDeleted event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnContentsReset(System.EventArgs)">
			<summary>Raises the ContentsReset event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnDocumentLoaded(System.EventArgs)">
			<summary>Raises the DocumentLoaded event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnDocumentTargetCreated(TXTextControl.DocumentTargetEventArgs)">
			<summary>Raises the DocumentTargetCreated event.</summary>
			<param name="e">Specifies an DocumentTargetEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnDocumentTargetDeleted(TXTextControl.DocumentTargetEventArgs)">
			<summary>Raises the DocumentTargetDeleted event.</summary>
			<param name="e">Specifies an DocumentTargetEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnDrawingCreated(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingCreated event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnDrawingDeleted(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingDeleted event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnEditableRegionCreated(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionCreated event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnEditableRegionDeleted(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionDeleted event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnFootnoteCreated(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteCreated event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnFootnoteDeleted(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteDeleted event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnHyphenateWord(TXTextControl.HyphenateWordEventArgs)">
			<summary>Raises the HyphenateWord event.</summary>
			<param name="e">Specifies an HyphenateWordEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnImageCreated(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageCreated event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnImageDeleted(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageDeleted event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnSignatureFieldCreated(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldCreated event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnSignatureFieldDeleted(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldDeleted event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnSpellCheckText(TXTextControl.SpellCheckTextEventArgs)">
			<summary>Raises the SpellCheckText event.</summary>
			<param name="e">Specifies an SpellCheckTextEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnSubTextPartCreated(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartCreated event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnSubTextPartDeleted(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartDeleted event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnTableCreated(TXTextControl.TableEventArgs)">
			<summary>Raises the TableCreated event.</summary>
			<param name="e">Specifies an TableEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnTableDeleted(TXTextControl.TableEventArgs)">
			<summary>Raises the TableDeleted event.</summary>
			<param name="e">Specifies an TableEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnTableOfContentsCreated(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsCreated event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnTableOfContentsDeleted(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsDeleted event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnTextFieldCreated(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldCreated event.</summary>
			<param name="e">Specifies a TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnTextFieldDeleted(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldDeleted event.</summary>
			<param name="e">Specifies a TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnTextFrameCreated(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameCreated event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnTextFrameDeleted(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameDeleted event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnTrackedChangeCreated(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeCreated event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnTrackedChangeDeleted(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeDeleted event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnXmlInvalid(TXTextControl.XmlErrorEventArgs)">
			<summary>Raises the XmlInvalid event.</summary>
			<param name="e">Specifies an XmlErrorEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.OnXmlNotWellFormed(TXTextControl.XmlErrorEventArgs)">
			<summary>Raises the XmlNotWellFormed event.</summary>
			<param name="e">Specifies an XmlErrorEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Print(System.Drawing.Printing.PrintDocument)">
			<summary>Prints the document using the printer settings of the specified PrintDocument.</summary>
			<param name="printDocument">Specifies an instance of the PrintDocument class.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Print(System.Int32,System.Drawing.Printing.PrintPageEventArgs)">
			<summary>Prints a single page. This method can be called from the PrintPage event handler.</summary>
			<param name="page">Specifies a page number to print.</param>
			<param name="ppe">Specifies the event arguments of the print document's PrintPage event.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.ResetBackColor">
			<summary>Resets the BackColor property to its default value. The default value is the system color for the window background.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.ResetContents">
			<summary>Deletes the entire contents of the control.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.ResetFont">
			<summary>Resets the Font property to its default value. The default value is 10 pt Arial.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.ResetForeColor">
			<summary>Resets the ForeColor property to its default value. The default value is the system color for the window text.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.ResetPageMargins">
			<summary>Resets the PageMargins property to its default value. The default page margins are 1 inch.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.ResetPageSize">
			<summary>Resets the PageSize property to its default value. The default page size is US letter (8,5 x 11 inch).</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.ResetTextBackColor">
			<summary>Resets the TextBackColor property to its default value. The default value is the setting of the BackColor property.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Save(System.String,TXTextControl.StreamType)">
			<summary>Saves the complete contents of a document in the specified file with the specified format.</summary>
			<param name="path">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Save(System.IO.FileStream,TXTextControl.StreamType)">
			<summary>Saves the complete contents of a document in the specified file stream with the specified format.</summary>
			<param name="fileStream">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the complete contents of a document in the specified byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the data is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the complete contents of a document as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the data is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Save(System.String,TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document in the specified file using the specified format and special settings.</summary>
			<param name="path">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Save(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document in the specified file stream using the specified format and special settings.</summary>
			<param name="fileStream">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document in the specified byte array using the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the data is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document as a string using the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the data is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.Select(System.Int32,System.Int32)">
			<summary>Selects text within the control.</summary>
			<param name="start">Specifies the selection's start position.</param>
			<param name="length">Specifies the number of selected characters.</param>
		</member>
		<member name="M:TXTextControl.ServerTextControl.SelectAll">
			<summary>Selects all text in the control.</summary>
		</member>
		<member name="M:TXTextControl.ServerTextControl.SelectWord">
			<summary>Selects the word at the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.ApplicationFields">
			<summary>Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.BackColor">
			<summary>Gets or sets the background color of the control.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Barcodes">
			<summary>Gets a collection of all barcodes in a document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Baseline">
			<summary>Gets or sets the baseline alignment, in twips, of the control.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Charts">
			<summary>Gets a collection of all charts in a document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Comments">
			<summary>Gets a collection of all comments.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.DocumentLinks">
			<summary>Gets a collection of all links that point to targets in the same document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.DocumentSettings">
			<summary>Gets a DocumentSettings object providing properties which inform about general document settings, such as author and title, contained in the document the user is currently working on.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.DocumentTargets">
			<summary>Gets a collection of all targets in the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Drawings">
			<summary>Gets a collection of all drawings in a document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.EditableRegions">
			<summary>Gets a collection of all editable regions contained in the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Font">
			<summary>Gets or sets the control's font.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.FontSettings">
			<summary>Gets a FontSettings object which provides properties determining which fonts can be used in a document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.FontUnderlineStyle">
			<summary>Gets or sets underlining style for the text displayed by the control.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Footnotes">
			<summary>Gets a collection of all footnotes contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.ForeColor">
			<summary>Gets or sets the foreground color of the control.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.FormattingPrinter">
			<summary>Gets or sets the name of a printer the text dimensions and capabilities of which are used to format the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.FormFields">
			<summary>Gets a collection of all form fields contained in the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.FormulaReferenceStyle">
			<summary>Gets or sets a value determining how references to table cells in formulas are specified.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Frames">
			<summary>Gets a collection of all images, textframes, charts and barcodes in a document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.GetPages">
			<summary>Gets a collection of all pages in the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.HeadersAndFooters">
			<summary>Gets a collection of all headers and footers the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.HypertextLinks">
			<summary>Gets a collection of all hypertext links contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Images">
			<summary>Gets a collection of all images contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.InlineStyles">
			<summary>Gets a collection of all inline styles the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.InputPosition">
			<summary>Gets or sets the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.IsFormulaCalculationEnabled">
			<summary>Gets or sets a value indicating whether formulas in tables are automatically calculated when the text of an input cell is changed.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.IsHyphenationEnabled">
			<summary>Gets or sets a value indicating whether hyphenation is active or not.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.IsLanguageDetectionEnabled">
			<summary>Gets or sets a value indicating whether language detection is active or not.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.IsSpellCheckingEnabled">
			<summary>Gets or sets a value indicating whether spell checking is active or not.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.IsCreated">
			<summary>Gets a value indicating whether the control is completely created.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Landscape">
			<summary>Gets or sets a value indicating whether the page orientation is landscape or portrait.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Lines">
			<summary>Gets a collection of all lines contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.ListFormat">
			<summary>Gets or sets the type and the formatting attributes of a bulleted or numbered list.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.MisspelledWords">
			<summary>Gets a collection of all misspelled words in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.PageMargins">
			<summary>Gets or sets the margins for the pages of the current document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Pages">
			<summary>Gets the number of pages contained in the current document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.PageSize">
			<summary>Specifies the width and height of the pages for the current document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.PageUnit">
			<summary>Gets or sets the measure used for page sizes and page margins.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.ParagraphFormat">
			<summary>Gets or sets the paragraph formatting attributes of the text displayed by the control.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Paragraphs">
			<summary>Gets a collection of all paragraphs contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.ParagraphStyles">
			<summary>Gets a collection of all paragraph styles the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Sections">
			<summary>Gets a collection of all sections in the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Selection">
			<summary>Gets or sets the current selection in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.SignatureFields">
			<summary>Gets a collection of all signature fields contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.SpellChecker">
			<summary>Specifies the spell checking component to be used with a ServerTextControl.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.SubTextParts">
			<summary>Gets a collection of all subtextparts contained in the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Tables">
			<summary>Gets a collection of all tables contained in the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.TablesOfContents">
			<summary>Gets a collection of all tables of contents in the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.Text">
			<summary>Gets or sets the control's text.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.TextBackColor">
			<summary>Gets or sets the background color for the text.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.TextChars">
			<summary>Gets a collection of all characters contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.TextFields">
			<summary>Gets a collection of all standard text fields contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.TextFrames">
			<summary>Gets a collection of all text frames the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.TextParts">
			<summary>Gets a collection of all text parts the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.ServerTextControl.TrackedChanges">
			<summary>Gets a collection of all changes made in the active part of the document.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.AdaptFont">
			<summary>Occurs for each font that must be adapted, because it is not supported.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.BarcodeCreated">
			<summary>Occurs when a new barcode has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.BarcodeDeleted">
			<summary>Occurs when a barcode has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.ChartCreated">
			<summary>Occurs when a new chart has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.ChartDeleted">
			<summary>Occurs when a chart has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.CommentCreated">
			<summary>Occurs when a piece of text has been commented.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.CommentDeleted">
			<summary>Occurs when a comment has been removed from the document.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.ContentsReset">
			<summary>Occurs when all text contents have been deleted and all attributes have been reset to the state after initialization.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.DocumentLoaded">
			<summary>Occurs when a new document has been loaded.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.DocumentTargetCreated">
			<summary>Occurs when a document target has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.DocumentTargetDeleted">
			<summary>Occurs when a document target has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.DrawingCreated">
			<summary>Occurs when a new drawing has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.DrawingDeleted">
			<summary>Occurs when a drawing has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.EditableRegionCreated">
			<summary>Occurs when an editable region has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.EditableRegionDeleted">
			<summary>Occurs when an editable region has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.FootnoteCreated">
			<summary>Occurs when a footnote has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.FootnoteDeleted">
			<summary>Occurs when a footnote has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.HyphenateWord">
			<summary>Occurs, if a word does not fit on the line and must be hyphenated.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.ImageCreated">
			<summary>Occurs when a new image has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.ImageDeleted">
			<summary>Occurs when an image has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.SignatureFieldCreated">
			<summary>Occurs when a new signature field has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.SignatureFieldDeleted">
			<summary>Occurs when a signature field has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.SpellCheckText">
			<summary>Occurs, if the document's text has been altered and the spelling of the new text must be checked.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.SubTextPartCreated">
			<summary>Occurs when a subtextpart has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.SubTextPartDeleted">
			<summary>Occurs when a subtextpart has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.TableCreated">
			<summary>Occurs after a new table has been created when loading a document which contains a table without an identifier.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.TableDeleted">
			<summary>Occurs after a table has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.TableOfContentsCreated">
			<summary>Occurs when a table of contents has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.TableOfContentsDeleted">
			<summary>Occurs when a table of contents has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.TextFieldCreated">
			<summary>Occurs when a text field has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.TextFieldDeleted">
			<summary>Occurs when a text field has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.TextFrameCreated">
			<summary>Occurs when a new text frame has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.TextFrameDeleted">
			<summary>Occurs when a text frame has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.TrackedChangeCreated">
			<summary>Occurs when a tracked change has been created.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.TrackedChangeDeleted">
			<summary>Occurs when a tracked change has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.XmlInvalid">
			<summary>Occurs when a loaded or changed XML document cannot be validated with the document type definition (DTD) referenced in the document.</summary>
		</member>
		<member name="E:TXTextControl.ServerTextControl.XmlNotWellFormed">
			<summary>Occurs when a loaded XML document is not well-formed.</summary>
		</member>
		<member name="T:TXTextControl.SignatureField">
			<summary>An instance of the SignatureField class represents a signature field in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.SignatureField.#ctor(System.Drawing.Size,System.String,System.Int32)">
			<summary>Initializes a new instance of the SignatureField class. A name is necessary when the signature field is associated with a digital certificate.</summary>
			<param name="size">Specifies the signature field's size in twips.</param>
			<param name="name">Specifies the signature field's name.</param>
			<param name="id">Specifies the signature field's user-defined id.</param>
		</member>
		<member name="P:TXTextControl.SignatureField.Image">
			<summary>Gets or sets a SignatureImage.</summary>
		</member>
		<member name="P:TXTextControl.SignatureField.SignerData">
			<summary>Gets or sets a suggested signer's name, title and address and a reason why to sign the document.</summary>
		</member>
		<member name="T:TXTextControl.SignatureFieldCollection">
			<summary>An instance of the SignatureFieldCollection class contains all signature fields in a Text Control document represented through objects of the type SignatureField.</summary>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.Add(TXTextControl.SignatureField,System.Int32)">
			<summary>Inserts a signature field inline, which means that it is treated in the text like a single character. The field is inserted at the specified text position.</summary>
			<param name="signatureField">Specifies the signature field to add.</param>
			<param name="textPosition">Specifies the text position at which the signature field is to be inserted.</param>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.Add(TXTextControl.SignatureField,TXTextControl.HorizontalAlignment,System.Int32,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a signature field which is anchored to the paragraph containing the specified text position. The field has the specified horizontal alignment. FrameInsertionMode.FixedOnPage and FrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="signatureField">Specifies the signature field to add.</param>
			<param name="alignment">Specifies the signature field's horizontal alignment.</param>
			<param name="textPosition">Specifies the text position at which the signature field is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.Add(TXTextControl.SignatureField,System.Drawing.Point,System.Int32,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a signature field which is anchored to the paragraph containing the specified text position. The field has the specified position relative to the paragraph containing its anchor position. FrameInsertionMode.FixedOnPage and FrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="signatureField">Specifies the signature field to add.</param>
			<param name="location">Specifies the location, in twips, at which the signature field is to be inserted.</param>
			<param name="textPosition">Specifies the text position at which the signature field is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.Add(TXTextControl.SignatureField,System.Int32,System.Drawing.Point,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a signature field that has a fixed geometrical position in the document. This position is specified through a page number and a location on this page. FrameInsertionMode.MoveWithText and FrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="signatureField">Specifies the signature field to add.</param>
			<param name="pageNumber">Specifies the number of a page beginning with 1 where the signature field is located.</param>
			<param name="location">Specifies the location, in twips, at which the signature field is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.Add(TXTextControl.SignatureField,System.Drawing.Point,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a signature field that has a fixed geometrical position in the document. This location is specified through a document position relative to the top left corner of the complete document. FrameInsertionMode.MoveWithText and FrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="signatureField">Specifies the signature field to add.</param>
			<param name="location">Specifies the location, in twips, at which the signature field is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.Add(TXTextControl.SignatureField,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a signature field with the built-in mouse interface. The signature field's size is determined through the end-user. A cross cursor indicates where the signature field can be inserted. Changing the document or pressing the ESC key aborts the insertion process.</summary>
			<param name="signatureField">Specifies the signature field to add.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.GetItem">
			<summary>Gets the signature field selected by the user or null if no signature field is selected.</summary>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.GetItem(System.Int32)">
			<summary>Gets the signature field with the specified identifier.</summary>
			<param name="id">Specifies the signature field's identifier set with the signature field's constructor or the ID property.</param>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.GetItem(System.String)">
			<summary>Gets the signature field with the specified name.</summary>
			<param name="name">Specifies the signature field's name set with set with the signature field's constructor or the Name property.</param>
		</member>
		<member name="M:TXTextControl.SignatureFieldCollection.Remove(TXTextControl.SignatureField)">
			<summary>Removes a signature field from a Text Control document.</summary>
			<param name="signatureField">Specifies the signature field to remove.</param>
		</member>
		<member name="T:TXTextControl.SignatureFieldEventArgs">
			<summary>The SignatureFieldEventArgs class provides data for all events that occur with signature fields.</summary>
		</member>
		<member name="P:TXTextControl.SignatureFieldEventArgs.SignatureField">
			<summary>Gets an object that represents the image which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.SignatureImage">
			<summary>An instance of the SignatureImage class represents an image for a SignatureField.</summary>
		</member>
		<member name="M:TXTextControl.SignatureImage.#ctor(System.String,System.Int32)">
			<summary>Initializes a new image from the specified image file and filter.</summary>
			<param name="fileName">Specifies the name and the path of the file from which the image is loaded.</param>
			<param name="filterIndex">Specifies the index of the filter used to load the image.</param>
		</member>
		<member name="M:TXTextControl.SignatureImage.#ctor(System.Drawing.Image)">
			<summary>Initializes a new image from the specified System.Drawing.Image.</summary>
			<param name="image">Specifies a System.Drawing.Image object which is used to initialize the signature image.</param>
		</member>
		<member name="M:TXTextControl.SignatureImage.#ctor(System.IO.MemoryStream)">
			<summary>Initializes a new image from the specified memory stream.</summary>
			<param name="memoryStream">Specifies a memory stream from which the data for the signature image is read.</param>
		</member>
		<member name="P:TXTextControl.SignatureImage.ExportCompressionQuality">
			<summary>Sets a value between 1 and 100, which is the quality of a lossy data compression used if this image is saved.</summary>
		</member>
		<member name="P:TXTextControl.SignatureImage.ExportFileName">
			<summary>Gets or sets the file name used, if a Text Control document is saved.</summary>
		</member>
		<member name="P:TXTextControl.SignatureImage.ExportFilterIndex">
			<summary>Gets or sets the format used if the image is saved.</summary>
		</member>
		<member name="P:TXTextControl.SignatureImage.ExportMaxResolution">
			<summary>Gets or sets the maximum resolution in dots per inch used if this image is saved.</summary>
		</member>
		<member name="P:TXTextControl.SignatureImage.FileName">
			<summary>Gets or sets the corresponding file name and path from which the image has been loaded.</summary>
		</member>
		<member name="P:TXTextControl.SignatureImage.FilterIndex">
			<summary>Gets or sets the format of the image.</summary>
		</member>
		<member name="P:TXTextControl.SignatureImage.SaveMode">
			<summary>Determines whether the image is stored through its data or through its file reference.</summary>
		</member>
		<member name="T:TXTextControl.SignerData">
			<summary>An instance of the SignerData class represents the data of a suggested signer connected with a SignatureField.</summary>
		</member>
		<member name="M:TXTextControl.SignerData.#ctor(System.String,System.String,System.String,System.String,System.String)">
			<summary>Initializes a new instance of the SignerData class. Each of the specified parts of information can be set to null or an empty string, if not needed.</summary>
			<param name="name">Specifies the name of a suggested signer.</param>
			<param name="title">Specifies the title of a suggested signer.</param>
			<param name="address">Specifies the address of a suggested signer.</param>
			<param name="contactInfo">Specifies contact information of a suggested signer.</param>
			<param name="reason">Specifies a reason why the document is signed.</param>
		</member>
		<member name="P:TXTextControl.SignerData.Name">
			<summary>Gets the name of a suggested signer.</summary>
		</member>
		<member name="P:TXTextControl.SignerData.Title">
			<summary>Gets the title of a suggested signer.</summary>
		</member>
		<member name="P:TXTextControl.SignerData.Address">
			<summary>Gets the address of a suggested signer.</summary>
		</member>
		<member name="P:TXTextControl.SignerData.ContactInfo">
			<summary>Gets contact information of a suggested signer, such as a phone number.</summary>
		</member>
		<member name="P:TXTextControl.SignerData.Reason">
			<summary>Gets a reason why the document is signed.</summary>
		</member>
		<member name="T:TXTextControl.SpellCheckTextEventArgs">
			<summary>The SpellCheckTextEventArgs class provides data for the TextControl.SpellCheckText and WPF.TextControl.SpellCheckText events.</summary>
		</member>
		<member name="P:TXTextControl.SpellCheckTextEventArgs.Culture">
			<summary>Gets the culture of the text to check.</summary>
		</member>
		<member name="P:TXTextControl.SpellCheckTextEventArgs.MisspelledWords">
			<summary>Gets or sets an array of MisspelledWord objects.</summary>
		</member>
		<member name="P:TXTextControl.SpellCheckTextEventArgs.Text">
			<summary>Gets the text to check.</summary>
		</member>
		<member name="T:TXTextControl.StatusBar">
			<summary>The StatusBar class represents a Windows Forms tool bar which can be used to show the position of the curent text input position and other status information of a Windows Forms TextControl.</summary>
		</member>
		<member name="M:TXTextControl.StatusBar.ResetDisplayColors">
			<summary>Resets all display colors of a status bar to their system dependent default values.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.BorderStyle">
			<summary>Gets or sets the border style of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.ColumnText">
			<summary>Gets or sets the text in the 'Column' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.DisplayColors">
			<summary>Gets or sets the colors of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.LineText">
			<summary>Gets or sets the text in the 'Line' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.PageCounterText">
			<summary>Gets or sets the text in the 'Page counter' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.PageText">
			<summary>Gets or sets the text in the 'Page' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.SectionCounterText">
			<summary>Gets or sets the text in the 'Section counter' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.SectionText">
			<summary>Gets or sets the text in the 'Section' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.ShowColumn">
			<summary>Specifies whether the status bar shows the column number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.ShowKeyStates">
			<summary>Specifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.ShowLanguage">
			<summary>Specifies whether the status bar shows the language of the text selection or the text input position.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.ShowLine">
			<summary>Specifies whether the status bar shows the line number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.ShowPage">
			<summary>Specifies whether the status bar shows the page number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.ShowPageCounter">
			<summary>Specifies whether the status bar shows the number of pages the document consists of.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.ShowSection">
			<summary>Specifies whether the status bar shows the section number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.ShowSectionCounter">
			<summary>Specifies whether the status bar shows the number of sections the document consists of.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.ShowZoom">
			<summary>Specifies whether the status bar shows the current zoom factor.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.ShowZoomTrackBar">
			<summary>Specifies whether the status bar displays a track bar instead of a simple number to show and to set the zooming factor.</summary>
		</member>
		<member name="T:TXTextControl.StatusBar.Colors">
			<summary>The StatusBar.Colors class gets, sets or resets the display colors of a Windows Forms StatusBar control.</summary>
		</member>
		<member name="M:TXTextControl.StatusBar.Colors.#ctor">
			<summary>Initializes a new instance of the StatusBar.Colors class. After creating the object with this constuctor, individual colors can be set. If the Colors object is assigned to the StatusBar.DisplayColors property, non-set colors are reset to their system dependent default values.</summary>
		</member>
		<member name="M:TXTextControl.StatusBar.Colors.ResetBackColor">
			<summary>Resets the status bar's BackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBar.Colors.ResetBackColorBottom">
			<summary>Resets the status bar's BackColorBottom to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBar.Colors.ResetBackColorMiddle">
			<summary>Resets the status bar's BackColorMiddle to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBar.Colors.ResetBackColorTop">
			<summary>Resets the status bar's BackColorTop to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBar.Colors.ResetForeColor">
			<summary>Resets the status bar's ForeColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBar.Colors.ResetFrameColor">
			<summary>Resets the status bar's FrameColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBar.Colors.ResetGradientBackColor">
			<summary>Resets the status bar's GradientBackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBar.Colors.ResetSeparatorColorDark">
			<summary>Resets the status bar's SeparatorColorDark to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.StatusBar.Colors.ResetSeparatorColorLight">
			<summary>Resets the status bar's SeparatorColorLight to its system dependent default value.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.Colors.BackColor">
			<summary>Gets or sets the background color at the left edge of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.Colors.BackColorBottom">
			<summary>Gets or sets the background color at the bottom of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.Colors.BackColorMiddle">
			<summary>Gets or sets the background color in the middle of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.Colors.BackColorTop">
			<summary>Gets or sets the background color at the top of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.Colors.ForeColor">
			<summary>Gets or sets the color used for text and numbers.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.Colors.FrameColor">
			<summary>Gets or sets the color of the status bar's frames.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.Colors.GradientBackColor">
			<summary>Gets or sets the background color at the right edge of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.Colors.SeparatorColorDark">
			<summary>Gets or sets the color of the dark part of a separator.</summary>
		</member>
		<member name="P:TXTextControl.StatusBar.Colors.SeparatorColorLight">
			<summary>Gets or sets the color of the light part of a separator.</summary>
		</member>
		<member name="T:TXTextControl.SubTextPart">
			<summary>A SubTextPart object represents a user-defined part of a TX Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.#ctor(System.String,System.Int32)">
			<summary>Creates a subtextpart with the specified name and/or id. The start and length of the subtextpart are initialized to zero. When a zero-length subtextpart is inserted, the current text selection defines it position and length.</summary>
			<param name="name">Specifies the name of the subtextpart.</param>
			<param name="id">Specifies an identifier for the subtextpart.</param>
		</member>
		<member name="M:TXTextControl.SubTextPart.#ctor(System.String,System.Int32,System.Int32,System.Int32)">
			<summary>Creates a subtextpart with the specified name, id, start position and length.</summary>
			<param name="name">Specifies the name of the subtextpart.</param>
			<param name="id">Specifies an identifier for the subtextpart.</param>
			<param name="start">Specifies the index (one-based) of the first character which belongs to the subtextpart.</param>
			<param name="length">Specifies the number of characters which belong to the subtextpart.</param>
		</member>
		<member name="M:TXTextControl.SubTextPart.GetChildren">
			<summary>Returns an array of SubTextPart objects which are the children of this SubTextPart. The array contains all direct children and all further descendants in the order as they appear in the text.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPart.GetTextFields(TXTextControl.TextFieldType)">
			<summary>Returns an array of TextField objects which are completely contained in this SubTextPart. The objects' type depend on the fieldType parameter.</summary>
			<param name="fieldType">Specifies types of text fields.</param>
		</member>
		<member name="M:TXTextControl.SubTextPart.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the subtextpart's text in a byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the subtextpart's text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.SubTextPart.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the subtextpart's text as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the subtextpart's text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.SubTextPart.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the subtextpart's text in a byte array with the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the subtextpart's text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.SubTextPart.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the subtextpart's text as a string with the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the subtextpart's text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.SubTextPart.ScrollTo">
			<summary>Sets the current input position to the beginning of a subtextpart and scrolls it into the visible part of the document.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.Data">
			<summary>Gets or sets additional data of the subtextpart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.HighlightColor">
			<summary>Gets or sets the highlight color for the subtextpart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.HighlightMode">
			<summary>Gets or sets a value indicating when the subtextpart is highlighted.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.ID">
			<summary>Gets or sets the subtextpart's identifier.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.Length">
			<summary>Gets the number of characters which belong to the subtextpart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.Name">
			<summary>Gets or sets the name of the subtextpart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.NestedLevel">
			<summary>Gets the subtextpart's nested level.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.Number">
			<summary>Gets the subtextpart's number.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.OuterSubTextPart">
			<summary>Gets a subtextpart's outer subtextpart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.OuterMostSubTextPart">
			<summary>Gets a subtextpart's outermost subtextpart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.Start">
			<summary>Gets the index (one-based) of the first character which belongs to the subtextpart.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPart.Text">
			<summary>Gets the subtextpart's text.</summary>
		</member>
		<member name="T:TXTextControl.SubTextPartCollection">
			<summary>Contains all subtextparts in the main text or another main part of a document.</summary>
		</member>
		<member name="T:TXTextControl.SubTextPartCollection.AddResult">
			<summary>Specifies the result when a subtextpart has been added to the document.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.AlreadyExists">
			<summary>The subtextpart wasn't inserted because it already exists.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.Combined">
			<summary>The subtextpart was inserted and combined with an existing one. A subtextpart is combined with an existing one, when it immediately follows it and has the same name and id.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.Error">
			<summary>An unexpected error has occurred.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.NoSelection">
			<summary>The subtextpart wasn't inserted because there is no selection.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.Overlapping">
			<summary>The subtextpart wasn't inserted because it overlaps with an existing textpart.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.PositionInvalid">
			<summary>The subtextpart wasn't inserted because the specified position values are invalid. Invalid start and/or length values have been specified.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.SelectionTooComplex">
			<summary>The subtextpart wasn't inserted because the selection is too complex. It is not a continuous sequence of characters.</summary>
		</member>
		<member name="F:TXTextControl.SubTextPartCollection.AddResult.Successful">
			<summary>The subtextpart has successfully been inserted.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPartCollection.Add(TXTextControl.SubTextPart)">
			<summary>Adds a new subtextpart to the document. Its position is defined through the SubTextPart.Start and SubTextPart.Length properties. If the subtextpart's length is zero, the current text selection is used to define the position.</summary>
			<param name="subTextPart">Specifies the subtextpart to add.</param>
		</member>
		<member name="M:TXTextControl.SubTextPartCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.SubTextPartCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPartCollection.GetItem">
			<summary>Gets the subtextpart at the current text input position. If there is more than one textpart at the current input position the textpart with the highest level is returned.</summary>
		</member>
		<member name="M:TXTextControl.SubTextPartCollection.GetItem(System.String)">
			<summary>Gets the subtextpart with the specified name. The method returns null, if such a textpart does not exist. If more than one textpart with this name exists, the first found textpart is returned.</summary>
			<param name="name">Specifies the textpart's name set with the Name property.</param>
		</member>
		<member name="M:TXTextControl.SubTextPartCollection.GetItem(System.Int32)">
			<summary>Gets the subtextpart with the specified id. The method returns null, if such a textpart does not exist. If more than one textpart with this id exists, the first found textpart is returned.</summary>
			<param name="id">Specifies the textpart's identifier.</param>
		</member>
		<member name="M:TXTextControl.SubTextPartCollection.Remove(TXTextControl.SubTextPart,System.Boolean,System.Boolean)">
			<summary>Removes a subtextpart from the collection including all its nested subtextparts.</summary>
			<param name="subTextPart">Specifies the subtextpart to remove.</param>
			<param name="keepText">If this parameter is set to true, the subtextpart is removed without deleting its visible text.</param>
			<param name="keepNested">If this parameter is set to true, nested subtextparts are preserved.</param>
		</member>
		<member name="P:TXTextControl.SubTextPartCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartCollection.IsSynchronized">
			<summary>Returns true if the collection is designed to be thread safe, otherwise, it returns false.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartCollection.Item">
			<summary>Gets the subtextpart with the specified number from the collection.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
		</member>
		<member name="T:TXTextControl.SubTextPartEventArgs">
			<summary>The SubTextPartEventArgs class provides data for the SubTextPartClicked, SubTextPartCreated, SubTextPartDeleted, SubTextPartDoubleClicked, SubTextPartEntered and SubTextPartLeft events.</summary>
		</member>
		<member name="P:TXTextControl.SubTextPartEventArgs.SubTextPart">
			<summary>Gets an object that represents the subtextpart which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.Table">
			<summary>An instance of the Table class represents a table in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.Table.MergeCells">
			<summary>Merges all selected table cells in this table. The Table.CanMergeCells property can be used to determine, if table cells can be merged or not.</summary>
		</member>
		<member name="M:TXTextControl.Table.Select">
			<summary>Selects the complete table.</summary>
		</member>
		<member name="M:TXTextControl.Table.Select(System.Int32,System.Int32,System.Int32,System.Int32)">
			<summary>Selects the part of the table defined through two table cells.</summary>
			<param name="startRow">Specifies the row number where the selection begins.</param>
			<param name="startColumn">Specifies the column number where the selection begins.</param>
			<param name="stopRow">Specifies the row number where the selection ends.</param>
			<param name="stopColumn">Specifies the column number where the selection ends.</param>
		</member>
		<member name="M:TXTextControl.Table.Split(TXTextControl.TableAddPosition)">
			<summary>Splits a table below or above the current input position. If the table does not contain the current input position it cannot be split. The Table.CanSplit property can be used to determine if a table can be split or not. If a table is split above the first row a new line is inserted above the table and if a table is split below the last row a new line is inserted below the table. This is useful to insert text above or below a nested table that immediately starts and/or ends at the beginning or the end of the cell in which it is nested.</summary>
			<param name="position">Specifies the position where to split the table.</param>
		</member>
		<member name="M:TXTextControl.Table.SplitCells">
			<summary>Splits all selected table cells in this table. Only previously merged cells can be split. The Table.CanSplitCells property can be used to determine, if table cells can be split or not.</summary>
		</member>
		<member name="P:TXTextControl.Table.CanMergeCells">
			<summary>Checks whether table cells can be merged.</summary>
		</member>
		<member name="P:TXTextControl.Table.CanSplit">
			<summary>Checks whether this table can be split.</summary>
		</member>
		<member name="P:TXTextControl.Table.CanSplitCells">
			<summary>Returns true, if the currently selected table cells are merged.</summary>
		</member>
		<member name="P:TXTextControl.Table.Cells">
			<summary>Gets a collection of all table cells the table consists of.</summary>
		</member>
		<member name="P:TXTextControl.Table.Columns">
			<summary>Gets a collection of all columns the table consists of.</summary>
		</member>
		<member name="P:TXTextControl.Table.ID">
			<summary>Gets or sets the table's identifier.</summary>
		</member>
		<member name="P:TXTextControl.Table.NestedLevel">
			<summary>Gets the nested level for the specified table.</summary>
		</member>
		<member name="P:TXTextControl.Table.NestedTables">
			<summary>Gets a collection of all tables nested in this table.</summary>
		</member>
		<member name="P:TXTextControl.Table.OuterTable">
			<summary>Gets a table's outer table.</summary>
		</member>
		<member name="P:TXTextControl.Table.OuterMostTable">
			<summary>Gets a table's outermost table.</summary>
		</member>
		<member name="P:TXTextControl.Table.Rows">
			<summary>Gets a collection of all rows the table consists of.</summary>
		</member>
		<member name="T:TXTextControl.TableBaseCollection">
			<summary>The TableBaseCollection class is the base class for the table collection classes.</summary>
		</member>
		<member name="M:TXTextControl.TableBaseCollection.Clear">
			<summary>Removes all tables contained in the collection from a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TableBaseCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.TableBaseCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.TableBaseCollection.GetItem(System.Int32)">
			<summary>Gets a particular table from the collection.</summary>
			<param name="id">Specifies the table's identifier.</param>
		</member>
		<member name="M:TXTextControl.TableBaseCollection.Remove(System.Int32)">
			<summary>Removes a particular table from the collection.</summary>
			<param name="id">Specifies the table's identifier.</param>
		</member>
		<member name="P:TXTextControl.TableBaseCollection.Count">
			<summary>Gets the number of tables contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.TableBaseCollection.IsSynchronized">
			<summary>Returns true if the collection is designed to be thread safe, otherwise, it returns false.</summary>
		</member>
		<member name="P:TXTextControl.TableBaseCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
		</member>
		<member name="T:TXTextControl.TableCell">
			<summary>An instance of the TableCell class represents a single cell of a table in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TableCell.Select">
			<summary>Selects the table cell.</summary>
		</member>
		<member name="P:TXTextControl.TableCell.CellFormat">
			<summary>Gets or sets the formatting attributes of a table cell.</summary>
		</member>
		<member name="P:TXTextControl.TableCell.Column">
			<summary>Gets the table cell's column number.</summary>
		</member>
		<member name="P:TXTextControl.TableCell.Formula">
			<summary>Gets or sets the table cell's formula.</summary>
		</member>
		<member name="P:TXTextControl.TableCell.Length">
			<summary>Gets the number of characters in the table cell.</summary>
		</member>
		<member name="P:TXTextControl.TableCell.Name">
			<summary>Gets or sets the cell's name.</summary>
		</member>
		<member name="P:TXTextControl.TableCell.Position">
			<summary>Gets or sets, in twips, the horizontal position of the cell.</summary>
		</member>
		<member name="P:TXTextControl.TableCell.Row">
			<summary>Gets the table cell's row number.</summary>
		</member>
		<member name="P:TXTextControl.TableCell.Text">
			<summary>Gets or sets the cell's text.</summary>
		</member>
		<member name="P:TXTextControl.TableCell.Start">
			<summary>Gets the index (one-based) of the first character in the table cell.</summary>
		</member>
		<member name="P:TXTextControl.TableCell.Width">
			<summary>Gets or sets, in twips, the width of the cell.</summary>
		</member>
		<member name="T:TXTextControl.TableCellCollection">
			<summary>An instance of the TableCellCollection class contains all cells of a table in a Text Control document represented through TableCell objects.</summary>
		</member>
		<member name="M:TXTextControl.TableCellCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.TableCellCollection.GetItem">
			<summary>Gets the table cell at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TableCellCollection.GetItem(System.Int32,System.Int32)">
			<summary>Gets the cell with the specified row and column number.</summary>
			<param name="row">Specifies the row number.</param>
			<param name="column">Specifies the column number.</param>
		</member>
		<member name="M:TXTextControl.TableCellCollection.Remove">
			<summary>Removes the table cell at the current text input position or all selected table cells when a text selection exists.</summary>
		</member>
		<member name="P:TXTextControl.TableCellCollection.CanRemove">
			<summary>Gets a value indicating whether table cells can be removed.</summary>
		</member>
		<member name="T:TXTextControl.TableCellFormat">
			<summary>An instance of the TableCellFormat class represents the formatting attributes of a table cell.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.BackColor">
			<summary>Gets or sets the table cell's background color.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.BottomBorderColor">
			<summary>Gets or sets the color of the table cell's bottom border.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.BottomBorderWidth">
			<summary>Gets or sets, in twips, the width of the table cell's bottom border.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.BottomTextDistance">
			<summary>Gets or sets, in twips, the distance between the table cell's bottom border and its text.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.LeftBorderColor">
			<summary>Gets or sets the color of the table cell's left border.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.LeftBorderWidth">
			<summary>Gets or sets, in twips, the width of the table cell's left border.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.LeftTextDistance">
			<summary>Gets or sets, in twips, the distance between the table cell's left border and its text.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.NumberFormat">
			<summary>Gets or sets a number format for the table cell.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.RightBorderColor">
			<summary>Gets or sets the color of the table cell's right border.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.RightBorderWidth">
			<summary>Gets or sets, in twips, the width of the table cell's right border.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.RightTextDistance">
			<summary>Gets or sets, in twips, the distance between the table cell's right border and its text.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.TextType">
			<summary>Gets or sets the text type of the table cell which determines whether the cell's text is interpreted as a number or as text When the type is Standard, the cell's text is interpreted as text and it is displayed as it is.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.TopBorderColor">
			<summary>Gets or sets the color of the table cell's top border.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.TopBorderWidth">
			<summary>Gets or sets, in twips, the width of the table cell's top border.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.TopTextDistance">
			<summary>Gets or sets, in twips, the distance between the table cell's top border and its text.</summary>
		</member>
		<member name="P:TXTextControl.TableCellFormat.VerticalAlignment">
			<summary>Gets or sets the vertical alignment of the text in the table cell.</summary>
		</member>
		<member name="T:TXTextControl.TableCollection">
			<summary>An instance of the TableCollection class contains all tables of a Text Control document or part of the document represented through objects of the type Table.</summary>
		</member>
		<member name="M:TXTextControl.TableCollection.Add">
			<summary>Opens a dialog box and, when left with Ok, adds a new table with the specified attributes.</summary>
		</member>
		<member name="M:TXTextControl.TableCollection.Add(System.Int32,System.Int32)">
			<summary>Adds a new table at the current text input position. The new table has the specified number of rows and columns.</summary>
			<param name="rows">Specifies the number of rows the table consists of.</param>
			<param name="columns">Specifies the number of columns the table consists of.</param>
		</member>
		<member name="M:TXTextControl.TableCollection.Add(System.Int32,System.Int32,System.Int32)">
			<summary>Adds a new table at the current text input position. The new table has the specified number of rows and columns. The specified identifier can be used to get the table from the collection.</summary>
			<param name="rows">Specifies the number of rows the table consists of.</param>
			<param name="columns">Specifies the number of columns the table consists of.</param>
			<param name="id">Specifies the table's id.</param>
		</member>
		<member name="M:TXTextControl.TableCollection.GetItem">
			<summary>Gets the table at the current input position. To get a particular table with a certain identifier use the base class's implementation TableBaseCollection.GetItem.</summary>
		</member>
		<member name="M:TXTextControl.TableCollection.Remove">
			<summary>Removes the table at the current text input position. To remove a particular table with a certain identifier use the base class's implementation TableBaseCollection.Remove.</summary>
		</member>
		<member name="P:TXTextControl.TableCollection.CanAdd">
			<summary>Gets a value indicating whether a new table can be inserted at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.TableCollection.GridLines">
			<summary>Gets or sets a value indicating wether table grid lines are shown or not.</summary>
		</member>
		<member name="P:TXTextControl.TableCollection.SupportedFormulaFunctions">
			<summary>Gets a list of all formula functions currently supported.</summary>
		</member>
		<member name="P:TXTextControl.TableCollection.SupportedNumberFormats">
			<summary>Gets a list of often used number formats for formula results.</summary>
		</member>
		<member name="T:TXTextControl.TableColumn">
			<summary>An instance of the TableColumn class represents a single column of a table in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TableColumn.Select">
			<summary>Selects the table column.</summary>
		</member>
		<member name="P:TXTextControl.TableColumn.CellFormat">
			<summary>Gets or sets the formatting attributes of a table column.</summary>
		</member>
		<member name="P:TXTextControl.TableColumn.Column">
			<summary>Gets the number of the table column represented through this table column object.</summary>
		</member>
		<member name="P:TXTextControl.TableColumn.Position">
			<summary>Gets or sets, in twips, the horizontal position of the column.</summary>
		</member>
		<member name="P:TXTextControl.TableColumn.Width">
			<summary>Gets or sets, in twips, the width of the column.</summary>
		</member>
		<member name="T:TXTextControl.TableColumnCollection">
			<summary>An instance of the TableColumnCollection class contains all columns of a table in a Text Control document represented through objects of the type TableColumn.</summary>
		</member>
		<member name="M:TXTextControl.TableColumnCollection.Add(TXTextControl.TableAddPosition)">
			<summary>Adds a new table column at the current text input position.</summary>
			<param name="position">Specifies the position where to add the column.</param>
		</member>
		<member name="M:TXTextControl.TableColumnCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.TableColumnCollection.GetItem">
			<summary>Gets the table column at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TableColumnCollection.GetItem(System.Int32)">
			<summary>Gets the table column with the specified number.</summary>
			<param name="column">Specifies the column number.</param>
		</member>
		<member name="M:TXTextControl.TableColumnCollection.Remove">
			<summary>Removes the table column at the current text input position or all selected table columns when a text selection exists.</summary>
		</member>
		<member name="P:TXTextControl.TableColumnCollection.CanAdd">
			<summary>Gets a value indicating whether a new column can be inserted at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.TableColumnCollection.CanRemove">
			<summary>Gets a value indicating whether table columns can be removed.</summary>
		</member>
		<member name="T:TXTextControl.TableEventArgs">
			<summary>The TableEventArgs class provides data for the TextControl.TableCreated, TextControl.TableDeleted and TextControl.TableFormatChanged events.</summary>
		</member>
		<member name="P:TXTextControl.TableEventArgs.Table">
			<summary>Gets an object that represents the table which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.TableOfContents">
			<summary>A TableOfContents object defines the position and the properties of a table of contents.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.#ctor(System.Int16,System.Int16)">
			<summary>Defines a table of contents with the specified minimum and maximum structure level. All paragraphs that have a level between these borders will be contained in the table of contents. The ParagraphFormat.StructureLevel property dedines the level of a paragraph.</summary>
			<param name="minimumStructureLevel">Specifies the minimum structure level of the paragraphs that will be contained in the table of contents.</param>
			<param name="maximumStructureLevel">Specifies the maximum structure level of the paragraphs that will be contained in the table of contents.</param>
		</member>
		<member name="M:TXTextControl.TableOfContents.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the text of the table of contents in a byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.TableOfContents.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the text of the table of contents as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.TableOfContents.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the text of the table of contents in a byte array with the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.TableOfContents.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the text of the table of contents as a string with the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.TableOfContents.ScrollTo">
			<summary>Sets the current input position to the beginning of the table of contents and scrolls it into the visible part of the document.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContents.Update">
			<summary>Updates the content and the page numbers of the table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.DefaultHighlightColor">
			<summary>Represents the default highlight color.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.HasLinks">
			<summary>Gets or sets a value specifying whether each entry in the table of contents is a DocumentLink with a corresponding DocumentTarget.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.HasPageNumbers">
			<summary>Gets or sets a value specifying whether the table of contents contains page numbers.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.HasRightAlignedPageNumbers">
			<summary>Gets or sets a value specifying whether the page numbers in the table of contents are right-aligned.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.HighlightColor">
			<summary>Gets or sets the highlight color for the table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.HighlightMode">
			<summary>Gets or sets a value indicating how the text of the table of contents is highlighted.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.ID">
			<summary>Gets or sets an identifier.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.Length">
			<summary>Gets the number of characters which belong to the table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.MaximumStructureLevel">
			<summary>Gets or sets the maximum structure level for this table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.MinimumStructureLevel">
			<summary>Gets or sets the minimum structure level for this table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.Name">
			<summary>Gets or sets a name for the table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.Number">
			<summary>Gets the number of the table of contents in the text.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.Start">
			<summary>Gets the index (one-based) of the first character which belongs to the table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.Text">
			<summary>Gets the text of the table of contents.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContents.Title">
			<summary>Gets or sets a title for the table of contents.</summary>
		</member>
		<member name="T:TXTextControl.TableOfContentsCollection">
			<summary>Contains all tables of contents in a certain part of the document.</summary>
		</member>
		<member name="T:TXTextControl.TableOfContentsCollection.AddResult">
			<summary>Specifies the result when an existing table of contents has been updated or a new table of contents has been added to the document.</summary>
		</member>
		<member name="F:TXTextControl.TableOfContentsCollection.AddResult.ContentNotFound">
			<summary>The table of contents could not be inserted or updated because it has no content. A paragraph with a structure level as specified through the TableOfContents.MinimumStructureLevel and TableOfContents.MaximumStructureLevel properties could not be found.</summary>
		</member>
		<member name="F:TXTextControl.TableOfContentsCollection.AddResult.Error">
			<summary>An unexpected error has occurred or the current text input position is a position where a table of contents cannot be inserted. Tables of content cannot be inserted in a TextField or a HypertextLink. Furthermore, tables of contents cannot be nested.</summary>
		</member>
		<member name="F:TXTextControl.TableOfContentsCollection.AddResult.Successful">
			<summary>The table of contents has successfully been inserted or updated.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContentsCollection.Add(TXTextControl.TableOfContents)">
			<summary>Adds a new table of contents to the document at the current text input position.</summary>
			<param name="tableOfContent">Specifies the table of contents to add.</param>
		</member>
		<member name="M:TXTextControl.TableOfContentsCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.TableOfContentsCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContentsCollection.GetItem">
			<summary>Gets the table of contents at the current text input position. If there is no table of contents, null is returned.</summary>
		</member>
		<member name="M:TXTextControl.TableOfContentsCollection.GetItem(System.String)">
			<summary>Gets the table of contents with the specified name. The method returns null, if such a table of contents does not exist. If more than one table of contents with this name exists, the first found table of contents is returned.</summary>
			<param name="name">Specifies the name set with the Name property.</param>
		</member>
		<member name="M:TXTextControl.TableOfContentsCollection.GetItem(System.Int32)">
			<summary>Gets the table of contents with the specified id. The method returns null, if such a table of contents does not exist. If more than one table of contents with this id exists, the first found table of contents is returned.</summary>
			<param name="id">Specifies the identifier of the table of contents.</param>
		</member>
		<member name="M:TXTextControl.TableOfContentsCollection.Remove(TXTextControl.TableOfContents)">
			<summary>Removes a table of contents from the collection including all its text and including all DocumentTargets to where the table's links point.</summary>
			<param name="tableOfContent">Specifies the table of contents to remove.</param>
		</member>
		<member name="P:TXTextControl.TableOfContentsCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsCollection.IsSynchronized">
			<summary>Returns true if the collection is designed to be thread safe, otherwise, it returns false.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsCollection.Item">
			<summary>Gets the table of contents with the specified number from the collection.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
		</member>
		<member name="T:TXTextControl.TableOfContentsEventArgs">
			<summary>The TableOfContentsEventArgs class provides data for the TableOfContentsCreated, TableOfContentsDeleted, TableOfContentsEntered and TableOfContentsLeft events.</summary>
		</member>
		<member name="P:TXTextControl.TableOfContentsEventArgs.TableOfContents">
			<summary>Gets an object that represents the table of contents which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.TablePartCollection">
			<summary>The TablePartCollection class is the base class of the TableRowCollection, TableColumnCollection and TableCellCollection classes.</summary>
		</member>
		<member name="M:TXTextControl.TablePartCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="P:TXTextControl.TablePartCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.TablePartCollection.IsSynchronized">
			<summary>Returns true if the collection is designed to be thread safe, otherwise, it returns false.</summary>
		</member>
		<member name="P:TXTextControl.TablePartCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
		</member>
		<member name="T:TXTextControl.TableRow">
			<summary>An instance of the TableRow class represents a single row of a table in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TableRow.Select">
			<summary>Selects the table row.</summary>
		</member>
		<member name="P:TXTextControl.TableRow.AllowPageBreak">
			<summary>Gets or sets a value specifying how the table row is formatted at page breaks.</summary>
		</member>
		<member name="P:TXTextControl.TableRow.CellFormat">
			<summary>Gets or sets the formatting attributes of a table row.</summary>
		</member>
		<member name="P:TXTextControl.TableRow.IsHeader">
			<summary>Gets or sets a value specifying whether the table row is part of the table's header.</summary>
		</member>
		<member name="P:TXTextControl.TableRow.MinimumHeight">
			<summary>Gets or sets the minimum height, in twips, of the table row.</summary>
		</member>
		<member name="P:TXTextControl.TableRow.Row">
			<summary>Gets the number of the table row represented through this table row object.</summary>
		</member>
		<member name="T:TXTextControl.TableRowCollection">
			<summary>An instance of the TableRowCollection class contains all rows of a table in a Text Control document represented through objects of the type TableRow.</summary>
		</member>
		<member name="M:TXTextControl.TableRowCollection.Add(TXTextControl.TableAddPosition,System.Int32)">
			<summary>Adds new table rows at the current text input position.</summary>
			<param name="position">Specifies the position where to add the rows.</param>
			<param name="count">Specifies the number of rows to add.</param>
		</member>
		<member name="M:TXTextControl.TableRowCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.TableRowCollection.GetItem">
			<summary>Gets the table row at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.TableRowCollection.GetItem(System.Int32)">
			<summary>Gets the table row with the specified number.</summary>
			<param name="row">Specifies the row number.</param>
		</member>
		<member name="M:TXTextControl.TableRowCollection.Remove">
			<summary>Removes the selected table rows or the row at the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.TableRowCollection.CanAdd">
			<summary>Gets a value indicating whether a new row can be inserted at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.TableRowCollection.CanRemove">
			<summary>Gets a value indicating whether selected rows can be removed.</summary>
		</member>
		<member name="T:TXTextControl.TextChar">
			<summary>An instance of the TextChar class represents a single character in a Text Control document.</summary>
		</member>
		<member name="P:TXTextControl.TextChar.Bounds">
			<summary>Gets the bounding rectangle of the character.</summary>
		</member>
		<member name="P:TXTextControl.TextChar.Char">
			<summary>Gets the value of the character.</summary>
		</member>
		<member name="P:TXTextControl.TextChar.Number">
			<summary>Gets the character's number.</summary>
		</member>
		<member name="T:TXTextControl.TextCharCollection">
			<summary>An instance of the TextCharCollection class contains all characters in a Text Control document or part of the document represented through objects of the type TextChar.</summary>
		</member>
		<member name="M:TXTextControl.TextCharCollection.Add(System.Char)">
			<summary>Inserts a character at the current text input position.</summary>
			<param name="character">Specifies the character to insert.</param>
		</member>
		<member name="M:TXTextControl.TextCharCollection.Add(System.Char,System.String)">
			<summary>Inserts a character at the current text input position using the specified font.</summary>
			<param name="character">Specifies the character to insert.</param>
			<param name="fontName">Specifies the name of the font which is used for the specified character.</param>
		</member>
		<member name="M:TXTextControl.TextCharCollection.Add(System.Char,System.String,System.Int32)">
			<summary>Inserts a character at the specified position using the specified font.</summary>
			<param name="character">Specifies the character to insert.</param>
			<param name="fontName">Specifies the name of the font which is used for the specified character.</param>
			<param name="textPosition">Specifies a text input position.</param>
		</member>
		<member name="M:TXTextControl.TextCharCollection.Add(TXTextControl.ControlChars)">
			<summary>Inserts a control character at the current text input position.</summary>
			<param name="controlChar">Specifies a control character to insert.</param>
		</member>
		<member name="M:TXTextControl.TextCharCollection.Add(TXTextControl.ControlChars,System.Int32)">
			<summary>Inserts a control character at the specified text input position.</summary>
			<param name="controlChar">Specifies a control character to insert.</param>
			<param name="textPosition">Specifies a text input position.</param>
		</member>
		<member name="M:TXTextControl.TextCharCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.TextCharCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.TextCharCollection.GetItem(System.Drawing.Point,System.Boolean)">
			<summary>Gets a particular character from the collection specified through a certain geometrical position.</summary>
			<param name="location">Specifies the character's location.</param>
			<param name="getNearest">Specifies whether the nearest character is returned.</param>
		</member>
		<member name="M:TXTextControl.TextCharCollection.Remove(TXTextControl.TextChar)">
			<summary>Removes a character from a Text Control document. The method can also be used to remove control characters. Single control characters which are important for other formatting attributes, i.e. a table cell end character, cannot be removed through this method.</summary>
			<param name="textChar">Specifies the character to remove.</param>
		</member>
		<member name="P:TXTextControl.TextCharCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.TextCharCollection.Item">
			<summary>Gets the character from the collection.</summary>
		</member>
		<member name="T:TXTextControl.TextContextMenuEventArgs">
			<summary>The TextContextMenuEventArgs class provides data for the TextControl.TextContextMenuOpening event of a Windows Forms TextControl.</summary>
		</member>
		<member name="P:TXTextControl.TextContextMenuEventArgs.ContextMenuLocation">
			<summary>Gets the location in the document for which the context menu will be opened.</summary>
		</member>
		<member name="P:TXTextControl.TextContextMenuEventArgs.Location">
			<summary>Gets the location, in pixels, where the context menu is displayed.</summary>
		</member>
		<member name="P:TXTextControl.TextContextMenuEventArgs.TextContextMenu">
			<summary>Gets or sets the context menu, which will be shown.</summary>
		</member>
		<member name="T:TXTextControl.TextControl">
			<summary>The TextControl class implements a Windows Forms control with high-level text editing features.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.#ctor">
			<summary>Initializes a new instance of the TextControl class.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.AddSymbolDialog">
			<summary>Invokes a built-in dialog box for inserting symbol characters.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Append(TXTextControl.AppendSettings)">
			<summary>Opens a file open dialogbox and appends the selected file to the existing document.</summary>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Append(TXTextControl.StreamType,TXTextControl.AppendSettings)">
			<summary>Opens a file open dialogbox and appends the selected file with the specified format to the existing document.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Append(System.String,TXTextControl.StreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified file and appends it to the existing document.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Append(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified file stream and appends it to the existing document.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Append(System.Byte[],TXTextControl.BinaryStreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified byte array and appends it to the existing document.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Append(System.String,TXTextControl.StringStreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified string and appends it to the existing document.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Append(TXTextControl.StreamType,TXTextControl.LoadSettings,TXTextControl.AppendSettings)">
			<summary>Opens a file open dialogbox and appends the selected file with the specified format and special settings to the existing document.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Append(System.String,TXTextControl.StreamType,TXTextControl.LoadSettings,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format and special settings from the specified file and appends it to the existing document.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Append(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.LoadSettings,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format and special settings from the specified file stream and appends it to the existing document.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Append(System.Byte[],TXTextControl.BinaryStreamType,TXTextControl.LoadSettings)">
			<summary>Loads text with the specified format and special settings from the specified byte array and appends it to the existing document.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Append(System.String,TXTextControl.StringStreamType,TXTextControl.LoadSettings,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format and special settings from the specified string and appends it to the existing document.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.TextControl.BarcodeLayoutDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.BarcodeLayoutDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.TextControl.BeginUndoAction(System.String)">
			<summary>Begins a user-defined undo operation. All editing and fomatting changes made between BeginUndoAction and EndUndoAction belong to the undo operation. These changes are undone or redone in a single step. The specified user-defined name is available with the UndoActionName property.</summary>
			<param name="actionName">Specifies the undo action's name.</param>
		</member>
		<member name="M:TXTextControl.TextControl.ChartLayoutDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ChartLayoutDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Clear">
			<summary>Clears the selected text or the character right from the current input position from the Text Control. This method works only if the Text Control has the focus.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ClearUndo">
			<summary>Clears the undo buffer of the Text Control.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ClientToDocument(System.Drawing.Point)">
			<summary>Computes the specified client point into document coordinates.</summary>
			<param name="point">Specifies a client point which document coordinates are computed.</param>
		</member>
		<member name="M:TXTextControl.TextControl.ClientToDocument(System.Drawing.Rectangle)">
			<summary>Computes the specified client rectangle into document coordinates.</summary>
			<param name="rectangle">Specifies a client rectangle which document coordinates are computed.</param>
		</member>
		<member name="M:TXTextControl.TextControl.ConditionalInstructionDialog">
			<summary>Opens a dialog box to create a new Conditional Instruction.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ConditionalInstructionDialog(System.String)">
			<summary>Opens a dialog box to edit a specific Conditional Instruction. If the document does not contain a Conditional Instruction with the specified name, the dialog is opened to create such a Conditional Instruction.</summary>
			<param name="name">Specifies the name of the Conditional Instruction to edit or create.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Copy">
			<summary>Copies the current selection in the Text Control to the Clipboard.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Cut">
			<summary>Moves the current selection in the Text Control to the Clipboard.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.DocumentToClient(System.Drawing.Point)">
			<summary>Computes the specified point in twips into client coordinates.</summary>
			<param name="point">Specifies a document point which client coordinates are computed.</param>
		</member>
		<member name="M:TXTextControl.TextControl.DocumentToClient(System.Drawing.Rectangle)">
			<summary>Computes the specified rectangle in twips into client coordinates.</summary>
			<param name="rectangle">Specifies a document rectangle which client coordinates are computed.</param>
		</member>
		<member name="M:TXTextControl.TextControl.DrawingLayoutDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.DrawingLayoutDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.TextControl.EndUndoAction">
			<summary>Ends a user-defined undo operation. All editing and fomatting changes made between BeginUndoAction and EndUndoAction belong to the undo operation. These changes are undone or redone in a single step.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Find">
			<summary>Opens the built-in Find dialog box to search for a text string in the text part with the input focus. This can be the main text, a text frame or a header or footer.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Find(System.String)">
			<summary>Searches for the specified text string in the text part with the input focus. This can be the main text, a text frame or a header or footer. The search starts at the beginning of the text.</summary>
			<param name="text">Specifies the text to search for.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Find(System.String,System.Int32,TXTextControl.FindOptions)">
			<summary>Searches for the specified text string in the text part with the input focus. This can be the main text, a text frame or a header or footer. The search is done with the specified find options and starts at the specified position.</summary>
			<param name="text">Specifies the text to search for.</param>
			<param name="start">Specifies the text position where the search starts, beginning with 0.</param>
			<param name="options">Specifies search options.</param>
		</member>
		<member name="M:TXTextControl.TextControl.FontDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.FontDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.TextControl.ForeColorDialog">
			<summary>Invokes the built-in dialog box for setting the text color.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.FormattingStylesDialog">
			<summary>Invokes the built-in dialog box for creating, deleting and modifying formatting styles.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.FrameFillColorDialog">
			<summary>Invokes the built-in dialog box for choosing a color for the background of a paragraph or a table cell.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.FrameLineColorDialog">
			<summary>Invokes the built-in dialog box for choosing a color for the frame of a paragraph or a table.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.GetClipboardFormats">
			<summary>Returns an array of ClipboardFormat values. These values specify all the data formats which are currently available in the clipboard and which can be pasted into a TextControl document. If there is no data format available, this method returns null.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.GetSupportedFonts">
			<summary>Gets an array of strings specifying the names of all currently supported fonts. These fonts depend on the formatting device set with the TextControl.FormattingPrinter property. The method returns null, if the TextControl has not been completely initialized.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.GetSupportedPaperSizes">
			<summary>Gets an array of PaperSize structures specifying the names and the size of all currently supported paper sizes. These paper sizes depend on the formatting device set with the TextControl.FormattingPrinter property. The method returns null, if the TextControl has not been completely initialized.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.GetTextFields(TXTextControl.TextFieldType)">
			<summary>Returns a collection containing text fields of the specified types.</summary>
			<param name="fieldType">Specifies types of text fields.</param>
		</member>
		<member name="M:TXTextControl.TextControl.GetXmlElements(System.String)">
			<summary>Returns a collection of XML elements. It is an object of the type XmlElementCollection.</summary>
			<param name="elementName">Specifies the XML element's name.</param>
		</member>
		<member name="M:TXTextControl.TextControl.GetVersionInfo">
			<summary>Returns an object of the type VersionInfo, which provides information about the installed TX Text Control version.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ImageAttributesDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ImageAttributesDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.TextControl.LanguageDialog">
			<summary>Invokes the built-in dialog box for setting the language of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ListFormatDialog">
			<summary>Invokes the built-in dialog box for setting formatting attributes of bulleted and numbered lists.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Load">
			<summary>Opens a file Open... dialogbox to select a file and loads the text from that file.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Load(TXTextControl.StreamType)">
			<summary>Opens a file Open... dialogbox to select a file and loads the text from that file. The dialogbox offers the specified file format filters.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Load(TXTextControl.StreamType,TXTextControl.LoadSettings)">
			<summary>Opens a file Open... dialogbox to select a file and loads the text from that file using the specified special settings. The dialogbox offers the specified file format filters.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Load(System.String,TXTextControl.StreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Load(System.IO.FileStream,TXTextControl.StreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file stream.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Load(System.Byte[],TXTextControl.BinaryStreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified byte array.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Load(System.String,TXTextControl.StringStreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified string.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Load(System.String,TXTextControl.StreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file and loaded using the given special settings.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Load(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file stream and loaded using the given special settings.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Load(System.Byte[],TXTextControl.BinaryStreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified byte array and loaded using the given special settings.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Load(System.String,TXTextControl.StringStreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified string and loaded using the given special settings.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.TextControl.ManageConditionalInstructionsDialog">
			<summary>Opens a dialog box to add, edit or delete Conditional Instructions inside the document.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.OnAcceptsTabChanged(System.EventArgs)">
			<summary>Raises the AcceptsTabChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnAdaptFont(TXTextControl.AdaptFontEventArgs)">
			<summary>Raises the AdaptFont event.</summary>
			<param name="e">Specifies an AdaptFontEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnBarcodeClicked(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeClicked event.</summary>
			<param name="e">Specifies a BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnBarcodeCreated(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeCreated event.</summary>
			<param name="e">Specifies a BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnBarcodeDeleted(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeDeleted event.</summary>
			<param name="e">Specifies a BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnBarcodeDeselected(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeDeselected event.</summary>
			<param name="e">Specifies a BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnBarcodeDoubleClicked(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeDoubleClicked event.</summary>
			<param name="e">Specifies a BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnBarcodeMoved(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeMoved event.</summary>
			<param name="e">Specifies a BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnBarcodeRightClicked(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeRightClicked event.</summary>
			<param name="e">Specifies a BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnBarcodeSelected(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeSelected event.</summary>
			<param name="e">Specifies a BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnBarcodeSized(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeSized event.</summary>
			<param name="e">Specifies a BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnBorderStyleChanged(System.EventArgs)">
			<summary>Raises the BorderStyleChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnCannotTrackChange(TXTextControl.CannotTrackChangeEventArgs)">
			<summary>Raises the CannotTrackChange event.</summary>
			<param name="e">Specifies a CannotTrackChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnChanged(System.EventArgs)">
			<summary>Raises the Changed event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnCharFormatChanged(System.EventArgs)">
			<summary>Raises the CharFormatChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnChartClicked(DataVisualization.ChartEventArgs)">
			<summary>Raises the ChartClicked event.</summary>
			<param name="e">Specifies a ChartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnChartCreated(DataVisualization.ChartEventArgs)">
			<summary>Raises the ChartCreated event.</summary>
			<param name="e">Specifies a ChartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnChartDeleted(DataVisualization.ChartEventArgs)">
			<summary>Raises the ChartDeleted event.</summary>
			<param name="e">Specifies a ChartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnChartDeselected(DataVisualization.ChartEventArgs)">
			<summary>Raises the ChartDeselected event.</summary>
			<param name="e">Specifies a ChartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnChartDoubleClicked(DataVisualization.ChartEventArgs)">
			<summary>Raises the ChartDoubleClicked event.</summary>
			<param name="e">Specifies a ChartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnChartMoved(DataVisualization.ChartEventArgs)">
			<summary>Raises the ChartMoved event.</summary>
			<param name="e">Specifies a ChartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnChartRightClicked(DataVisualization.ChartEventArgs)">
			<summary>Raises the ChartRightClicked event.</summary>
			<param name="e">Specifies a ChartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnChartSelected(DataVisualization.ChartEventArgs)">
			<summary>Raises the ChartSelected event.</summary>
			<param name="e">Specifies a ChartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnChartSized(DataVisualization.ChartEventArgs)">
			<summary>Raises the ChartSized event.</summary>
			<param name="e">Specifies a ChartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnCommentChanged(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentChanged event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnCommentCreated(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentCreated event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnCommentDeleted(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentDeleted event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnCommentedTextEntered(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentedTextEntered event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnCommentedTextLeft(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentedTextLeft event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnCommentStateChanged(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentStateChanged event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnContentsReset(System.EventArgs)">
			<summary>Raises the ContentsReset event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDocumentLinkClicked(TXTextControl.DocumentLinkEventArgs)">
			<summary>Raises the DocumentLinkClicked event.</summary>
			<param name="e">Specifies a DocumentLinkEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDocumentLoaded(System.EventArgs)">
			<summary>Raises the DocumentLoaded event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDocumentTargetCreated(TXTextControl.DocumentTargetEventArgs)">
			<summary>Raises the DocumentTargetCreated event.</summary>
			<param name="e">Specifies an DocumentTargetEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDocumentTargetDeleted(TXTextControl.DocumentTargetEventArgs)">
			<summary>Raises the DocumentTargetDeleted event.</summary>
			<param name="e">Specifies an DocumentTargetEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDrawingActivated(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingActivated event.</summary>
			<param name="e">Specifies a DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDrawingClicked(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingClicked event.</summary>
			<param name="e">Specifies a DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDrawingCreated(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingCreated event.</summary>
			<param name="e">Specifies a DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDrawingDeactivated(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingDeactivated event.</summary>
			<param name="e">Specifies a DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDrawingDeleted(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingDeleted event.</summary>
			<param name="e">Specifies a DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDrawingDeselected(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingDeselected event.</summary>
			<param name="e">Specifies a DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDrawingDoubleClicked(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingDoubleClicked event.</summary>
			<param name="e">Specifies a DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDrawingMoved(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingMoved event.</summary>
			<param name="e">Specifies a DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDrawingRightClicked(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingRightClicked event.</summary>
			<param name="e">Specifies a DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDrawingSelected(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingSelected event.</summary>
			<param name="e">Specifies a DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnDrawingSized(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingSized event.</summary>
			<param name="e">Specifies a DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnEditableRegionCreated(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionCreated event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnEditableRegionDeleted(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionDeleted event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnEditableRegionEntered(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionEntered event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnEditableRegionLeft(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionLeft event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFontChanged(System.EventArgs)">
			<summary>Overridden. See Control.OnFontChanged.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFootnoteCreated(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteCreated event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFootnoteDeleted(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteDeleted event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFootnoteReferenceMarkEntered(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteReferenceMarkEntered event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFootnoteReferenceMarkLeft(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteReferenceMarkLeft event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFootnoteSectionActivated(System.EventArgs)">
			<summary>Raises the FootnoteSectionActivated event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFootnoteSectionDeactivated(System.EventArgs)">
			<summary>Raises the FootnoteSectionDeactivated event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFormattingStyleChanged(System.EventArgs)">
			<summary>Raises the FormattingStyleChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFormattingStyleListChanged(System.EventArgs)">
			<summary>Raises the FormattingStyleListChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFormFieldCheckChanged(TXTextControl.CheckFormFieldEventArgs)">
			<summary>Raises the FormFieldCheckChanged event.</summary>
			<param name="e">Specifies a CheckFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFormFieldDateChanged(TXTextControl.DateFormFieldEventArgs)">
			<summary>Raises the FormFieldDateChanged event.</summary>
			<param name="e">Specifies a DateFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFormFieldSelectionChanged(TXTextControl.SelectionFormFieldEventArgs)">
			<summary>Raises the FormFieldSelectionChanged event.</summary>
			<param name="e">Specifies a SelectionFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFormFieldSettingsChanged(TXTextControl.FormFieldEventArgs)">
			<summary>Raises the FormFieldSettingsChanged event.</summary>
			<param name="e">Specifies a FormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFormFieldTextChanged(TXTextControl.TextFormFieldEventArgs)">
			<summary>Raises the FormFieldTextChanged event.</summary>
			<param name="e">Specifies a TextFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFrameClicked(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameClicked event.</summary>
			<param name="e">Specifies a FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFrameDeselected(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameDeselected event.</summary>
			<param name="e">Specifies a FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFrameDoubleClicked(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameDoubleClicked event.</summary>
			<param name="e">Specifies a FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFrameLayoutChanged(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameLayoutChanged event.</summary>
			<param name="e">Specifies a FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFrameMoved(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameMoved event.</summary>
			<param name="e">Specifies a FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFrameRightClicked(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameRightClicked event.</summary>
			<param name="e">Specifies a FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFrameSelected(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameSelected event.</summary>
			<param name="e">Specifies a FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnFrameSized(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameSized event.</summary>
			<param name="e">Specifies a FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnHandleCreated(System.EventArgs)">
			<summary>Overridden. See Control.OnHandleCreated.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnHeaderFooterActivated(TXTextControl.HeaderFooterEventArgs)">
			<summary>Raises the HeaderFooterActivated event.</summary>
			<param name="e">Specifies a HeaderFooterEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnHeaderFooterDeactivated(TXTextControl.HeaderFooterEventArgs)">
			<summary>Raises the HeaderFooterDeactivated event.</summary>
			<param name="e">Specifies a HeaderFooterEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnHExpanded(System.EventArgs)">
			<summary>Raises the HExpanded event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnHScroll(System.EventArgs)">
			<summary>Raises the HScroll event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnHShrunk(System.EventArgs)">
			<summary>Raises the HShrunk event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnHypertextLinkClicked(TXTextControl.HypertextLinkEventArgs)">
			<summary>Raises the HypertextLinkClicked event.</summary>
			<param name="e">Specifies a HypertextLinkEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnHyphenateWord(TXTextControl.HyphenateWordEventArgs)">
			<summary>Raises the HyphenateWord event.</summary>
			<param name="e">Specifies a HyphenateWordEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnImageClicked(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageClicked event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnImageCreated(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageCreated event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnImageDeleted(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageDeleted event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnImageDeselected(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageDeselected event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnImageDoubleClicked(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageDoubleClicked event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnImageMoved(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageMoved event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnImageRightClicked(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageRightClicked event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnImageSelected(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageSelected event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnImageSized(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageSized event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnInputFormattingStyleChanged(System.EventArgs)">
			<summary>Raises the InputFormattingStyleChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnInputParagraphChanged(System.EventArgs)">
			<summary>Raises the InputParagraphChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnInputPositionChanged(System.EventArgs)">
			<summary>Raises the InputPositionChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnMainTextActivated(System.EventArgs)">
			<summary>Raises the MainTextActivated event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnMiniToolbarOpening(TXTextControl.MiniToolbarOpeningEventArgs)">
			<summary>Raises the MiniToolbarOpening event.</summary>
			<param name="e">Specifies a MiniToolbarOpeningEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnObjectMiniToolbarInitialized(TXTextControl.MiniToolbarInitializedEventArgs)">
			<summary>Raises the ObjectMiniToolbarInitialized event.</summary>
			<param name="e">Specifies a MiniToolbarInitializedEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnPageChanged(System.EventArgs)">
			<summary>Raises the PageChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnPageFormatChanged(System.EventArgs)">
			<summary>Raises the PageFormatChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnParagraphFormatChanged(System.EventArgs)">
			<summary>Raises the ParagraphFormatChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSectionChanged(System.EventArgs)">
			<summary>Raises the SectionChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSignatureFieldClicked(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldClicked event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSignatureFieldCreated(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldCreated event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSignatureFieldDeleted(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldDeleted event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSignatureFieldDeselected(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldDeselected event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSignatureFieldSelected(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldSelected event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSpellCheckText(TXTextControl.SpellCheckTextEventArgs)">
			<summary>Raises the SpellCheckText event.</summary>
			<param name="e">Specifies a SpellCheckTextEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSubTextPartClicked(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartClicked event.</summary>
			<param name="e">Specifies a SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSubTextPartCreated(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartCreated event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSubTextPartDeleted(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartDeleted event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSubTextPartDoubleClicked(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartDoubleClicked event.</summary>
			<param name="e">Specifies a SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSubTextPartEntered(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartEntered event.</summary>
			<param name="e">Specifies a SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnSubTextPartLeft(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartLeft event.</summary>
			<param name="e">Specifies a SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTableCreated(TXTextControl.TableEventArgs)">
			<summary>Raises the TableCreated event.</summary>
			<param name="e">Specifies a TableEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTableDeleted(TXTextControl.TableEventArgs)">
			<summary>Raises the TableDeleted event.</summary>
			<param name="e">Specifies a TableEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTableFormatChanged(TXTextControl.TableEventArgs)">
			<summary>Raises the TableFormatChanged event.</summary>
			<param name="e">Specifies a TableEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTableOfContentsCreated(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsCreated event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTableOfContentsDeleted(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsDeleted event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTableOfContentsEntered(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsEntered event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTableOfContentsLeft(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsLeft event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextContextMenuOpening(TXTextControl.TextContextMenuEventArgs)">
			<summary>Raises the TextContextMenuOpening event.</summary>
			<param name="e">Specifies a TextContextMenuEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFieldChanged(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldChanged event.</summary>
			<param name="e">Specifies a TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFieldClicked(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldClicked event.</summary>
			<param name="e">Specifies a TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFieldCreated(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldCreated event.</summary>
			<param name="e">Specifies a TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFieldDoubleClicked(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldDoubleClicked event.</summary>
			<param name="e">Specifies a TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFieldDeleted(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldDeleted event.</summary>
			<param name="e">Specifies a TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFieldEntered(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldEntered event.</summary>
			<param name="e">Specifies a TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFieldLeft(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldLeft event.</summary>
			<param name="e">Specifies a TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameActivated(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameActivated event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameAppearanceChanged(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameAppearanceChanged event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameClicked(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameClicked event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameCreated(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameCreated event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameDeactivated(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameDeactivated event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameDeleted(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameDeleted event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameDeselected(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameDeselected event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameDoubleClicked(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameDoubleClicked event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameMoved(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameMoved event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameRightClicked(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameRightClicked event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameSelected(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameSelected event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextFrameSized(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameSized event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTextMiniToolbarInitialized(TXTextControl.MiniToolbarInitializedEventArgs)">
			<summary>Raises the TextMiniToolbarInitialized event.</summary>
			<param name="e">Specifies a MiniToolbarInitializedEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTrackedChangeChanged(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeChanged event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTrackedChangeCreated(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeCreated event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTrackedChangeDeleted(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeDeleted event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnTrackedChangeStateChanged(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeStateChanged event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnVExpanded(System.EventArgs)">
			<summary>Raises the VExpanded event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnVScroll(System.EventArgs)">
			<summary>Raises the VScroll event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnVShrunk(System.EventArgs)">
			<summary>Raises the VShrunk event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnXmlInvalid(TXTextControl.XmlErrorEventArgs)">
			<summary>Raises the XmlInvalid event.</summary>
			<param name="e">Specifies an XmlErrorEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnXmlNotWellFormed(TXTextControl.XmlErrorEventArgs)">
			<summary>Raises the XmlNotWellFormed event.</summary>
			<param name="e">Specifies an XmlErrorEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.OnZoomed(System.EventArgs)">
			<summary>Raises the Zoomed event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.TextControl.PageColorDialog">
			<summary>Invokes the built-in dialog box for setting the page color.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ParagraphFormatDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ParagraphFormatDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Paste">
			<summary>Replaces the current selection in the Text Control with the contents of the Clipboard. If the data in the clipboard are provided in several formats, the format with the maximum of information is used.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Paste(TXTextControl.ClipboardFormat)">
			<summary>Replaces the current selection in the Text Control with the contents of the Clipboard. Only data provided in the specified format is inserted.</summary>
			<param name="format">Specifies the format to paste.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Print(System.String)">
			<summary>Opens the standard print dialog to get printer settings and prints the document.</summary>
			<param name="docName">Specifies the document's name.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Print(System.Drawing.Printing.PrintDocument)">
			<summary>Prints the document using the printer settings of the specified PrintDocument.</summary>
			<param name="printDocument">Specifies an instance of the PrintDocument class.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Print(System.Int32,System.Drawing.Printing.PrintPageEventArgs)">
			<summary>Prints a single page. This method can be called from the PrintPage event handler.</summary>
			<param name="page">Specifies a page number to print.</param>
			<param name="ppe">Specifies the event arguments of the print document's PrintPage event.</param>
		</member>
		<member name="M:TXTextControl.TextControl.PrintPreview(System.String)">
			<summary>Shows a print preview of the current document.</summary>
			<param name="docName">Specifies the document's name.</param>
		</member>
		<member name="M:TXTextControl.TextControl.PrintPreview(System.Drawing.Printing.PrintDocument)">
			<summary>Shows a print preview of the current document using settings from the specified PrintDocument object.</summary>
			<param name="printDocument">Specifies an instance of the PrintDocument class.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Redo">
			<summary>Redoes the last Text Control operation.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Replace">
			<summary>Opens the built-in Replace dialog box.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ResetAutoControlSize">
			<summary>Resets the AutoControlSize property to its default values. The default of the AutoControlSize property is a TextControl object that does not automatically expand or shrink its width or height.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ResetBackColor">
			<summary>Overridden. Resets the BackColor property to its default value. The default value is the system color for the window background.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ResetContents">
			<summary>Deletes the entire contents of a Text Control.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ResetCursor">
			<summary>Overridden. Resets the Cursor property to its default value. The default value is the IBeam cursor.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ResetDisplayColors">
			<summary>Resets all display colors of a text control to their system dependent default values.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ResetFieldCursor">
			<summary>Resets the FieldCursor property to its default value. The default value is the Hand cursor.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ResetForeColor">
			<summary>Overridden. Resets the ForeColor property to its default value. The default value is the system color for the window text.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ResetPageMargins">
			<summary>Resets the PageMargins property to its default value. The default page margins are 1 inch.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ResetPageSize">
			<summary>Resets the PageSize property to its default value. The default page size is US letter (8,5 x 11 inch).</summary>
		</member>
		<member name="M:TXTextControl.TextControl.ResetTextBackColor">
			<summary>Resets the TextBackColor property to its default value. The default value is the setting of the BackColor property.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Save">
			<summary>Opens a file Save As... dialogbox and saves the complete contents of a document in a user-specified file.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Save(TXTextControl.StreamType)">
			<summary>Opens a file Save As... dialogbox and saves the complete contents of a document in a user-specified file. The dialogbox offers the specified file format filters.</summary>
			<param name="streamType">Specifies one or more of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Save(TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Opens a file Save As... dialogbox and saves the complete contents of a document in a user-specified file with special settings. The dialogbox offers the specified file format filters.</summary>
			<param name="streamType">Specifies one or more of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Save(TXTextControl.StreamType,TXTextControl.SaveSettings,SaveSettings.DialogSettings)">
			<summary>Opens a file Save As... dialogbox and saves the complete contents of a document in a user-specified file with special settings. The dialogbox offers the specified file format filters and additional options.</summary>
			<param name="streamType">Specifies one or more of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
			<param name="dialogSettings">Specifies one or more of the SaveSettings.DialogSettings values.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Save(System.String,TXTextControl.StreamType)">
			<summary>Saves the complete contents of a document in the specified file with the specified format.</summary>
			<param name="path">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one or more of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Save(System.IO.FileStream,TXTextControl.StreamType)">
			<summary>Saves the complete contents of a document in the specified file stream with the specified format.</summary>
			<param name="fileStream">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one or more of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the complete contents of a document in the specified byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the data is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the complete contents of a document as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the data is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Save(System.String,TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document in the specified file using the specified format and special settings.</summary>
			<param name="path">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one or more of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Save(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document in the specified file stream using the specified format and special settings.</summary>
			<param name="fileStream">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one or more of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document in the specified byte array using the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the data is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document as a string using the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the data is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.TextControl.SectionFormatDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.SectionFormatDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Select(System.Int32,System.Int32)">
			<summary>Selects text within the Text Control.</summary>
			<param name="start">Specifies the selection's start position.</param>
			<param name="length">Specifies the number of selected characters.</param>
		</member>
		<member name="M:TXTextControl.TextControl.SelectAll">
			<summary>Selects all text in the Text Control.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.SelectWord">
			<summary>Selects the word at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.SignatureFieldLayoutDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.SignatureFieldLayoutDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.TextControl.SpellCheckDialog">
			<summary>Invokes the built-in dialog box for correcting misspelled words.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.SpellCheckDialog(System.Object)">
			<summary>Invokes the built-in dialog box for correcting misspelled words using the specified dictionary for making suggestions.</summary>
			<param name="suggestionDictionary">Specifies the dictionary used for making suggestions.</param>
		</member>
		<member name="M:TXTextControl.TextControl.TabDialog">
			<summary>Invokes the built-in dialog box for setting tabs.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.TableFormatDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.TableFormatDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.TextControl.TableOfContentsDialog">
			<summary>Invokes the built-in dialog box for inserting or changing a table of contents. If the current text input position is in an existing table of contents, the dialog box shows its attributes and the user can change it. Otherwise, a new table of contents is inserted with the specified attributes.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.TextBackColorDialog">
			<summary>Invokes the built-in dialog box for setting the background color of the text.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.TextFrameAttributesDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.TextFrameAttributesDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Undo">
			<summary>Undoes the last edit operation in the Text Control.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Zoom(System.Int32)">
			<summary>Zooms the contents of the TextControl using the specified zoom factor.</summary>
			<param name="zoomFactor">Specifies the zoom factor, in percent.</param>
		</member>
		<member name="M:TXTextControl.TextControl.Zoom(TXTextControl.ZoomOption)">
			<summary>Zooms the contents of the TextControl using the specified option.</summary>
			<param name="zoomOption">Specifies one of the ZoomOption values.</param>
		</member>
		<member name="P:TXTextControl.TextControl.AcceptsTab">
			<summary>Gets or sets a value indicating whether pressing the TAB key types a TAB character in the control instead of moving the focus to the next control in the tab order.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.AllowDrag">
			<summary>Gets or sets a value indicating whether the control can be a source of a Drag&amp;Drop operation.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.AllowDrop">
			<summary>Overridden. Gets or sets a value indicating whether the control can accept data that the user drags onto it.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.AllowUndo">
			<summary>Gets or sets a value indicating whether the undo buffer is active or not.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ApplicationFields">
			<summary>Gets a collection of all application fields contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.AutoControlSize">
			<summary>Gets or sets values that enable automatic expansion or shrinking of a Text Control's width or height depending on the currently contained text.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.BackColor">
			<summary>Overridden. Gets or sets the background color of the control.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.BackgroundStyle">
			<summary>Defines the kind of view to display the page background.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Barcodes">
			<summary>Gets a collection of all barcodes contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Baseline">
			<summary>Gets or sets the baseline alignment, in twips, of the Text Control.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.BorderStyle">
			<summary>Gets or sets the border type of the Text Control.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ButtonBar">
			<summary>Specifies the button bar control to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanCopy">
			<summary>Informs whether a part of a Text Control document has been selected and can be copied to the clipboard.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanCharacterFormat">
			<summary>Informs whether the currently selected text can be formatted with character formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanDocumentFormat">
			<summary>Informs whether the document can be formatted with page and section formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanEdit">
			<summary>Informs whether the document's text and/or formatting attributes can be changed.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanEditFormFields">
			<summary>Informs whether form fields can be edited.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanParagraphFormat">
			<summary>Informs whether the currently selected text can be formatted with paragraph formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanPaste">
			<summary>Informs whether the clipboard contains a format that can be pasted into a Text Control document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanPrint">
			<summary>Informs whether the document can be printed.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanRedo">
			<summary>Informs whether an operation can be re-done using the Redo method.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanStyleFormat">
			<summary>Informs whether the document can be formatted with formatting styles.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanTableFormat">
			<summary>Informs whether the currently selected text can be formatted with table formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CanUndo">
			<summary>Gets a value indicating whether the user can undo the previous operation in a Text Control.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CaretWidth">
			<summary>Gets or sets the width of the caret in pixels.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Charts">
			<summary>Gets a collection of all charts contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.CommentHighlightMode">
			<summary>Gets or sets a value indicating whether all the commented texts in the document are highlighted.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Comments">
			<summary>Gets a collection of all comments contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ControlChars">
			<summary>Specifies if control characters are visible or not.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.DialogUnit">
			<summary>Gets or sets a value indicating the measuring unit used for sizes and distances in dialogboxes.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.DisplayColors">
			<summary>Gets or sets the colors of the text control.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.DocumentLinks">
			<summary>Gets a collection of all document links contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.DocumentPermissions">
			<summary>Gets a DocumentPermissions object which provides properties determining how a document can be edited and formatted when the EditMode property is set to EditMode.ReadAndSelect.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.DocumentSettings">
			<summary>Gets a DocumentSettings object providing properties which inform about general document settings, such as author and title, contained in the document the user is currently working on.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.DocumentTargetMarkers">
			<summary>Gets or sets a value indicating that markers for hypertext targets are shown or not.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.DocumentTargets">
			<summary>Gets a collection of all targets contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.DrawingMarkerLines">
			<summary>Specifies whether a marker frame is shown around a drawing to indicate its position and size.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Drawings">
			<summary>Gets a collection of all drawings contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.DropFormats">
			<summary>Gets or sets the formats of data the control can accept when the user drags it onto the control.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.EditableRegionHighlightMode">
			<summary>Gets or sets a value indicating whether all the editable regions in the document are highlighted.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.EditableRegions">
			<summary>Gets a collection of all editable regions contained in the document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.EditMode">
			<summary>Gets or sets a value indicating whether the document's text is protected, or can be freely edited and formatted.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.FieldCursor">
			<summary>Gets or sets the cursor that is displayed when the mouse pointer is over a marked text field.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.FontSettings">
			<summary>Gets a FontSettings object which provides properties determining which fonts can be used in a document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.FontUnderlineStyle">
			<summary>Gets or sets underlining style for the text displayed by the control.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Footnotes">
			<summary>Gets a collection of all footnotes contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ForeColor">
			<summary>Overridden. Gets or sets the foreground color of the control which is the color of the document's text.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.FormattingPrinter">
			<summary>Gets or sets the name of a printer the text dimensions and capabilities of which are used to format the document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.FormFields">
			<summary>Gets a collection of all form fields contained in the document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.FormulaReferenceStyle">
			<summary>Gets or sets a value determining how references to table cells in formulas are specified.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Frames">
			<summary>Gets a collection of all images, textframes, charts, barcodes and drawings contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.GetPages">
			<summary>Gets a collection of all pages in the document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.HeaderFooterActivationStyle">
			<summary>Gets or sets a value specifying the activation style for headers and footers.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.HeaderFooterFrameStyle">
			<summary>Gets or sets a value specifying the frame for activated headers and footers.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.HeadersAndFooters">
			<summary>Gets a collection of all headers and footers the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.HideSelection">
			<summary>Gets or sets a value indicating whether the selected text in the Text Control remains highlighted when the control loses focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.HypertextLinks">
			<summary>Gets a collection of all hypertext links contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Images">
			<summary>Gets a collection of all images contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.InlineStyles">
			<summary>Gets a collection of all inline styles the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.InputFormat">
			<summary>Gets an object of the type InputFormat which represents all formatting attributes at the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.InputPosition">
			<summary>Gets or sets the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.InsertionMode">
			<summary>Specifies whether text is inserted or overwrites existing text.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.IsFormFieldValidationEnabled">
			<summary>Gets or sets a value indicating whether Conditional Instructions are applied to form fields when the EditMode property is set to EditMode.ReadAndSelect and TextControl.DocumentPermissions.ReadOnly to true.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.IsFormulaCalculationEnabled">
			<summary>Gets or sets a value indicating whether formulas in tables are automatically calculated when the text of an input cell is changed.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.IsHyphenationEnabled">
			<summary>Gets or sets a value indicating whether hyphenation is active or not.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.IsLanguageDetectionEnabled">
			<summary>Gets or sets a value indicating whether language detection is active or not.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.IsSpellCheckingEnabled">
			<summary>Gets or sets a value indicating whether spell checking is active or not.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.IsTrackChangesEnabled">
			<summary>Gets or sets a value indicating whether track changes is active or not.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Landscape">
			<summary>Gets or sets a value indicating whether the page orientation is landscape or portrait.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Lines">
			<summary>Gets a collection of all lines contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ListFormat">
			<summary>Gets or sets the type and the formatting attributes of a bulleted or numbered list.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.MisspelledWords">
			<summary>Gets a collection of all misspelled words contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.PageMargins">
			<summary>Gets or sets the margins for the pages of the current document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Pages">
			<summary>Gets the number of pages contained in the current document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.PageSize">
			<summary>Specifies the width and height of the pages for the current document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.PageUnit">
			<summary>Gets or sets the measure used for page sizes and page margins.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ParagraphFormat">
			<summary>Gets or sets the paragraph formatting attributes of the text displayed by the control.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Paragraphs">
			<summary>Gets a collection of all paragraphs contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ParagraphStyles">
			<summary>Gets a collection of all paragraph styles the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.PermanentControlChars">
			<summary>Gets or sets a value indicating which control characters are shown permanently on the screen.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.RedoActionName">
			<summary>Gets a string that represents the name of the action that will be performed when a call to the Redo method is made.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Ribbon">
			<summary>Specifies the ribbon control to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.RulerBar">
			<summary>Specifies the horizontal ruler bar control to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ScrollBars">
			<summary>Gets or sets a value indicating whether a Text Control has horizontal or vertical scroll bars.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ScrollLocation">
			<summary>Gets or sets the coordinates, in twips, of the upper-left corner of the document's visible part relative to the upper-left corner of the complete document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Sections">
			<summary>Gets a collection of all sections in the document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Selection">
			<summary>Gets or sets the current selection in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.SelectionViewMode">
			<summary>Specifies whether text selections are displayed with a transparent bitmap or through inverting the text.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.SelectObjects">
			<summary>Gets or sets a value controlling the selection of objects which are inserted behind the text.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ShowMiniToolbar">
			<summary>Gets or sets a value indicating whether a mini toolbar is shown.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.SignatureFields">
			<summary>Gets a collection of all signature fields contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.SpellCheckContextMenuStrip">
			<summary>Specifies the context menu which is used when the end-user right-clicks a misspelled word.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.SpellChecker">
			<summary>Specifies the spell checking component to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.StatusBar">
			<summary>Specifies the status bar control to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.SubTextParts">
			<summary>Gets a collection of all subtextparts contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Tables">
			<summary>Gets a collection of all tables contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.TablesOfContents">
			<summary>Gets a collection of all tables of contents in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.TextBackColor">
			<summary>Gets or sets the background color for the text.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.TextChars">
			<summary>Gets a collection of all characters contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.TextFields">
			<summary>Gets a collection of all standard text fields contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.TextFrameMarkerLines">
			<summary>Specifies whether text frames that have no border line are shown with marker lines.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.TextFrames">
			<summary>Gets a collection of all text frames contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.TextParts">
			<summary>Gets a collection of all main text parts the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.TrackedChanges">
			<summary>Gets a collection of all changes made in the active part of the document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.UndoActionName">
			<summary>Gets a string that represents the name of the action that will be performed when a call to the Undo method is made.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.UserNames">
			<summary>Gets or sets a list of names specifying users who have access to editable regions.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.VerticalRulerBar">
			<summary>Specifies the vertical ruler bar control to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ViewMode">
			<summary>Gets or sets the mode how Text Control displays a document.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.XmlEditMode">
			<summary>Gets or sets a value specifying whether Text Control operates in an edit mode that validates the XML document according to the document's DTD.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.ZoomFactor">
			<summary>Gets or sets the zoom factor, in percent, for a Text Control.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.AcceptsTabChanged">
			<summary>Occurs when the value of the AcceptsTab property has changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.AdaptFont">
			<summary>Occurs for each font that must be adapted, because it is not supported.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.BarcodeClicked">
			<summary>Occurs when a barcode has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.BarcodeCreated">
			<summary>Occurs when a new barcode has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.BarcodeDeleted">
			<summary>Occurs when a barcode has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.BarcodeDoubleClicked">
			<summary>Occurs when a barcode has been doubleclicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.BarcodeMoved">
			<summary>Occurs when a barcode has been moved.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.BarcodeRightClicked">
			<summary>Occurs when a barcode has been clicked on with the right mouse button.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.BarcodeSelected">
			<summary>Occurs when a barcode has been selected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.BarcodeDeselected">
			<summary>Occurs when a barcode has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.BarcodeSized">
			<summary>Occurs when a barcode has been sized.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.BorderStyleChanged">
			<summary>Occurs when the value of the BorderStyle property has changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.CannotTrackChange">
			<summary>Determines how to handle a change of the document that cannot be added to the list of tracked changes.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.Changed">
			<summary>Indicates that the contents of a document have been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.CharFormatChanged">
			<summary>Occurs when the character formatting attributes either of the selected characters or the current text input position have been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ChartClicked">
			<summary>Occurs when a chart has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ChartCreated">
			<summary>Occurs when a new chart has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ChartDeleted">
			<summary>Occurs when a chart has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ChartDoubleClicked">
			<summary>Occurs when a chart has been doubleclicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ChartMoved">
			<summary>Occurs when a chart has been moved.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ChartRightClicked">
			<summary>Occurs when a chart has been clicked on with the right mouse button.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ChartSelected">
			<summary>Occurs when a chart has been selected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ChartDeselected">
			<summary>Occurs when a chart has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ChartSized">
			<summary>Occurs when a chart has been sized.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.CommentChanged">
			<summary>Occurs when the text of a comment has been altered.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.CommentCreated">
			<summary>Occurs when a piece of text has been commented.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.CommentDeleted">
			<summary>Occurs when a comment has been removed from the document.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.CommentedTextEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a commented piece of text.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.CommentedTextLeft">
			<summary>Occurs when the current input position has left a commented piece of text.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.CommentStateChanged">
			<summary>Occurs when the state of a comment alters from active to inactive or vice versa.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ContentsReset">
			<summary>Occurs when all text contents have been deleted and all attributes have been reset to the state after initialization.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DocumentLinkClicked">
			<summary>Occurs when a text field has been clicked on that represents a link to a target in the document.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DocumentLoaded">
			<summary>Occurs when a new document has been loaded.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DocumentTargetCreated">
			<summary>Occurs when a document target has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DocumentTargetDeleted">
			<summary>Occurs when a document target has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DrawingActivated">
			<summary>Occurs when a drawing has been activated.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DrawingClicked">
			<summary>Occurs when a drawing has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DrawingCreated">
			<summary>Occurs when a new drawing has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DrawingDeleted">
			<summary>Occurs when a drawing has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DrawingDeactivated">
			<summary>Occurs when a drawing has been deactivated.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DrawingDeselected">
			<summary>Occurs when a drawing has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DrawingDoubleClicked">
			<summary>Occurs when a drawing has been doubleclicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DrawingMoved">
			<summary>Occurs when a drawing has been moved.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DrawingRightClicked">
			<summary>Occurs when a drawing has been clicked on with the right mouse button.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DrawingSelected">
			<summary>Occurs when a drawing has been selected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.DrawingSized">
			<summary>Occurs when a drawing has been sized.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.EditableRegionCreated">
			<summary>Occurs when an editable region has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.EditableRegionDeleted">
			<summary>Occurs when an editable region has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.EditableRegionEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to an editable region.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.EditableRegionLeft">
			<summary>Occurs when the current input position has left an editable region.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FootnoteCreated">
			<summary>Occurs when a footnote has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FootnoteDeleted">
			<summary>Occurs when a footnote has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FootnoteReferenceMarkEntered">
			<summary>Occurs when the current input position has been moved to the position of a footnote reference mark.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FootnoteReferenceMarkLeft">
			<summary>Occurs when the current input position has left the position of a footnote reference mark.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FootnoteSectionActivated">
			<summary>Occurs when the footnote section of a document's page gets the current text input position from another part of the document.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FootnoteSectionDeactivated">
			<summary>Occurs when the footnote section of a document's page has lost the current text input position.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FormattingStyleChanged">
			<summary>Occurs after formatting attributes of one or more formatting styles have been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FormattingStyleListChanged">
			<summary>Occurs after one or more formatting styles have been added or removed or if the name of an existing style has been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FormFieldCheckChanged">
			<summary>Occurs when the checkmark of a CheckFormField has been changed from checked to unchecked or vice versa.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FormFieldDateChanged">
			<summary>Occurs when the date of a DateFormField has been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FormFieldSelectionChanged">
			<summary>Occurs when the selected item of a SelectionFormField has been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FormFieldSettingsChanged">
			<summary>Occurs when the name, the id and/or formatting attributes of a CheckFormField, TextFormField, SelectionFormField or DateFormField have been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FormFieldTextChanged">
			<summary>Occurs when the text of a TextFormField has been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FrameClicked">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FrameDeselected">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FrameDoubleClicked">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been doubleclicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FrameLayoutChanged">
			<summary>Occurs when the layout of a frame (image, text frame, chart, barcode or drawing) has been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FrameMoved">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been moved.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FrameRightClicked">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been clicked on with the right mouse button.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FrameSelected">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been selected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.FrameSized">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been sized.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.HeaderFooterActivated">
			<summary>Occurs when a header or footer gets the current text input position from another part of the document such as a textframe or the main text.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.HeaderFooterDeactivated">
			<summary>Occurs when a header or footer loses the current text input position and another part of the document such as a textframe or the main text gets it.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.HExpanded">
			<summary>Occurs when the Text Control has automatically expanded its size horizontally.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.HScroll">
			<summary>Occurs when the horizontal scroll position has been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.HShrunk">
			<summary>Occurs when the Text Control has automatically shrunk its size horizontally.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.HypertextLinkClicked">
			<summary>Occurs when a text field has been clicked on that represents the source of a hypertext link.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.HyphenateWord">
			<summary>Occurs, if a word does not fit in the line and must be hyphenated.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ImageClicked">
			<summary>Occurs when an image has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ImageCreated">
			<summary>Occurs when a new image has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ImageDeleted">
			<summary>Occurs when an image has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ImageDeselected">
			<summary>Occurs when an image has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ImageDoubleClicked">
			<summary>Occurs when an image has been doubleclicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ImageMoved">
			<summary>Occurs when an inserted image has been moved.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ImageRightClicked">
			<summary>Occurs when an image has been clicked on with the right mouse button.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ImageSelected">
			<summary>Occurs when an image has been selected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ImageSized">
			<summary>Occurs when an inserted image has been sized.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.InputFormattingStyleChanged">
			<summary>Occurs after the text input position has been moved to a text part formatted with another style.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.InputParagraphChanged">
			<summary>Occurs when the text input position has been moved to another paragraph.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.InputPositionChanged">
			<summary>Occurs when the text input position has been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.MainTextActivated">
			<summary>Occurs when the main text of the document gets the current text input position from another part of the document, such as a header, a footer or a textframe.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.MiniToolbarOpening">
			<summary>Occurs to handle displaying context sensitive mini toolbars.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ObjectMiniToolbarInitialized">
			<summary>Occurs immediately after the built-in ObjectMiniToolbar was initialized.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.PageChanged">
			<summary>Occurs when the text input position has been moved to another page.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.PageFormatChanged">
			<summary>Occurs when the page format settings have been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.ParagraphFormatChanged">
			<summary>Occurs when the formatting attributes of the selected paragraphs have been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SectionChanged">
			<summary>Occurs when the text input position has been moved to another section.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SignatureFieldClicked">
			<summary>Occurs when a signature field has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SignatureFieldCreated">
			<summary>Occurs when a new signature field has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SignatureFieldDeleted">
			<summary>Occurs when a signature field has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SignatureFieldDeselected">
			<summary>Occurs when a signature field has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SignatureFieldSelected">
			<summary>Occurs when a signature field has been selected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SpellCheckText">
			<summary>Occurs, if the document's text has been altered and the spelling of the new text must be checked.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SubTextPartClicked">
			<summary>Occurs when a subtextpart has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SubTextPartCreated">
			<summary>Occurs when a subtextpart has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SubTextPartDeleted">
			<summary>Occurs when a subtextpart has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SubTextPartDoubleClicked">
			<summary>Occurs when a subtextpart has been double-clicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SubTextPartEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a subtextpart.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.SubTextPartLeft">
			<summary>Occurs when the current input position has left a subtextpart.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TableCreated">
			<summary>Occurs after a new table has been created as a result of a text insertion via the clipboard or when loading a document which contains a table without an identifier.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TableDeleted">
			<summary>Occurs after a table has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TableFormatChanged">
			<summary>Occurs when the design attributes of a selected table have been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TableOfContentsCreated">
			<summary>Occurs when a table of contents has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TableOfContentsDeleted">
			<summary>Occurs when a table of contents has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TableOfContentsEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a table of contents.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TableOfContentsLeft">
			<summary>Occurs when the current input position has left a table of contents.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextContextMenuOpening">
			<summary>Occurs immediately before a built-in context menu will be opened.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFieldChanged">
			<summary>Occurs when the text of a text field has been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFieldClicked">
			<summary>Occurs when a text field has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFieldCreated">
			<summary>Occurs when a text field has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFieldDoubleClicked">
			<summary>Occurs when a text field has been double-clicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFieldDeleted">
			<summary>Occurs when a text field has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFieldEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a text field.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFieldLeft">
			<summary>Occurs when the current input position has left a text field.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameActivated">
			<summary>Occurs when a text frame gets the current text input position from another part of the document such as a header, a footer or the main text.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameAppearanceChanged">
			<summary>Occurs when the appearance of a text frame (background color, transparency, border, inner margins) has been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameClicked">
			<summary>Occurs when a text frame has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameCreated">
			<summary>Occurs when a new text frame has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameDeactivated">
			<summary>Occurs when a text frame loses the current text input position and another part of the document such as a header, a footer or the main text gets it.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameDeleted">
			<summary>Occurs when a text frame has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameDeselected">
			<summary>Occurs when a text frame has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameDoubleClicked">
			<summary>Occurs when a text frame has been doubleclicked on.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameMoved">
			<summary>Occurs when a text frame has been moved.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameRightClicked">
			<summary>Occurs when a text frame has been clicked on with the right mouse button.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameSelected">
			<summary>Occurs when a text frame has been selected.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextFrameSized">
			<summary>Occurs when a text frame has been sized.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TextMiniToolbarInitialized">
			<summary>Occurs immediately after the built-in TextMiniToolbar was initialized.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TrackedChangeChanged">
			<summary>Occurs when the text of a tracked change has been altered.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TrackedChangeCreated">
			<summary>Occurs when a tracked change has been created.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TrackedChangeDeleted">
			<summary>Occurs when a tracked change has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.TrackedChangeStateChanged">
			<summary>Occurs when the state of a tracked change alters from active to inactive or vice versa.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.VExpanded">
			<summary>Occurs when the Text Control has automatically expanded its size vertically.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.VScroll">
			<summary>Occurs when the vertical scroll position has been changed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.VShrunk">
			<summary>Occurs when the Text Control has automatically shrunk its size vertically.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.Zoomed">
			<summary>Occurs when the Text Control has been zoomed.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.XmlInvalid">
			<summary>Occurs when a loaded or changed XML document cannot be validated with the document type definition (DTD) referenced in the document.</summary>
		</member>
		<member name="E:TXTextControl.TextControl.XmlNotWellFormed">
			<summary>Occurs when a loaded XML document is not well-formed.</summary>
		</member>
		<member name="T:TXTextControl.TextControl.Colors">
			<summary>The TextControl.Colors class gets, sets or resets the display colors of a Windows Forms TextControl control.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Colors.#ctor">
			<summary>Initializes a new instance of the TextControl.Colors class. After creating the object with this constuctor, individual colors can be set. If the Colors object is assigned to the TextControl.DisplayColors property, non-set colors are reset to their default values.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Colors.ResetActiveFormFieldColor">
			<summary>Resets the text control's ActiveFormFieldColor to its default value.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Colors.ResetDarkShadowColor">
			<summary>Resets the text control's DarkShadowColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Colors.ResetDesktopColor">
			<summary>Resets the text control's DesktopColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Colors.ResetFormFieldColor">
			<summary>Resets the text control's FormFieldColor to its default value.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Colors.ResetHeaderFooterLabelColor">
			<summary>Resets the text control's HeaderFooterLabelColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Colors.ResetHeaderFooterLineColor">
			<summary>Resets the text control's HeaderFooterLineColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.TextControl.Colors.ResetLightShadowColor">
			<summary>Resets the text control's LightShadowColor to its system dependent default value.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Colors.ActiveFormFieldColor">
			<summary>Gets or sets the highlight color of a form field containing the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Colors.DarkShadowColor">
			<summary>Gets or sets the display color for the shadow at the right and the bottom edge of the pages.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Colors.DesktopColor">
			<summary>Gets or sets the display color for the area around the pages.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Colors.FormFieldColor">
			<summary>Gets or sets the highlight color of a form field.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Colors.HeaderFooterLabelColor">
			<summary>Gets or sets the display color for the label showing which header or footer is activated.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Colors.HeaderFooterLineColor">
			<summary>Gets or sets the display color for the dividing line between headers and footers and the main text.</summary>
		</member>
		<member name="P:TXTextControl.TextControl.Colors.LightShadowColor">
			<summary>Gets or sets the display color for the shadow at the left and the top edge of the pages.</summary>
		</member>
		<member name="T:TXTextControl.TextEditorException">
			<summary>The TextEditorException class informs about errors which can occur during editing text.</summary>
		</member>
		<member name="M:TXTextControl.TextEditorException.#ctor">
			<summary>Initializes a new instance of the TextEditorException class.</summary>
		</member>
		<member name="M:TXTextControl.TextEditorException.#ctor(System.String)">
			<summary>Initializes a new instance of the TextEditorException class with a specified error message.</summary>
			<param name="message">The error message that explains the reason for the exception.</param>
		</member>
		<member name="M:TXTextControl.TextEditorException.#ctor(System.String,System.Exception)">
			<summary>Initializes a new instance of the TextEditorException class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
			<param name="message">The error message that explains the reason for the exception.</param>
			<param name="innerException">The exception that is the cause of the current exception.</param>
		</member>
		<member name="T:TXTextControl.TextField">
			<summary>An instance of the TextField class represents a text field in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TextField.#ctor">
			<summary>Creates an empty TextField object.</summary>
		</member>
		<member name="M:TXTextControl.TextField.#ctor(System.String)">
			<summary>Creates a TextField object with the specified visible text.</summary>
			<param name="text">Specifies the visible text of the text field.</param>
		</member>
		<member name="M:TXTextControl.TextField.ScrollTo">
			<summary>Sets the current input position to the beginning of a text field and scrolls it into the visible part of the document.</summary>
		</member>
		<member name="P:TXTextControl.TextField.Bounds">
			<summary>Gets the bounding rectangle of a text field.</summary>
		</member>
		<member name="P:TXTextControl.TextField.ContainsInputPosition">
			<summary>Returns true, if the Textfield contains the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.TextField.Deleteable">
			<summary>Specifies whether a text field can be deleted by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="P:TXTextControl.TextField.DoubleClickEvent">
			<summary>Specifies whether a TextControl.TextFieldDoubleClicked event is raised, if the end-user doubleclicks the text field.</summary>
		</member>
		<member name="P:TXTextControl.TextField.DoubledInputPosition">
			<summary>Specifies whether a text field has a doubled input position in front of its first character and behind its last character.</summary>
		</member>
		<member name="P:TXTextControl.TextField.Editable">
			<summary>Specifies whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited.</summary>
		</member>
		<member name="P:TXTextControl.TextField.FormattingBounds">
			<summary>Gets the formatting rectangle of a text field.</summary>
		</member>
		<member name="P:TXTextControl.TextField.HighlightColor">
			<summary>Gets or sets the highlight color for the text field.</summary>
		</member>
		<member name="P:TXTextControl.TextField.HighlightMode">
			<summary>Gets or sets a value indicating when the text field is highlighted.</summary>
		</member>
		<member name="P:TXTextControl.TextField.ID">
			<summary>Gets or sets an identifier for a text field.</summary>
		</member>
		<member name="P:TXTextControl.TextField.IsSpellCheckingEnabled">
			<summary>Specifies whether a text field's text is checked on misspelled words.</summary>
		</member>
		<member name="P:TXTextControl.TextField.Length">
			<summary>Gets the number of characters in a text field.</summary>
		</member>
		<member name="P:TXTextControl.TextField.Name">
			<summary>Relates a user-defined name to a text field.</summary>
		</member>
		<member name="P:TXTextControl.TextField.ShowActivated">
			<summary>Obsolete. Specifies whether a text field toggles its background to gray, if the current input position is in the field.</summary>
		</member>
		<member name="P:TXTextControl.TextField.Start">
			<summary>Gets the first character position (one-based) of a text field.</summary>
		</member>
		<member name="P:TXTextControl.TextField.Text">
			<summary>Returns or sets the text which is contained within a text field.</summary>
		</member>
		<member name="T:TXTextControl.TextFieldCollection">
			<summary>An instance of the TextFieldCollection class contains all standard text fields in a Text Control document or part of the document represented through objects of the type TextField.</summary>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.Add(TXTextControl.TextField)">
			<summary>Inserts a new standard text field at the current input position.</summary>
			<param name="textField">Specifies the text field to add.</param>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.Clear(System.Boolean)">
			<summary>Removes all text fields from a Text Control document.</summary>
			<param name="keepText">If this parameter is set to true, all text fields are removed without deleting their texts.</param>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.GetItem">
			<summary>Gets the text field at the current text input position or null, if there is no text field at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.GetItem(System.Int32)">
			<summary>Gets the text field with the specified id, previously set with the ID property.</summary>
			<param name="id">Specifies the text field's identifier set with the ID property.</param>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.Remove(TXTextControl.TextField)">
			<summary>Removes the specified text field from the Text Control document.</summary>
			<param name="textField">Specifies the text field to remove.</param>
		</member>
		<member name="M:TXTextControl.TextFieldCollection.Remove(TXTextControl.TextField,System.Boolean)">
			<summary>Removes the specified text field from the Text Control document. The field's visible text remains in the document, when the keepText parameter is set to true.</summary>
			<param name="textField">Specifies the text field to remove.</param>
			<param name="keepText">If this parameter is set to true, the field is removed without deleting its text.</param>
		</member>
		<member name="P:TXTextControl.TextFieldCollection.Item">
			<summary>Gets the field with the specified number from the collection.</summary>
		</member>
		<member name="T:TXTextControl.TextFieldCollectionBase">
			<summary>The TextFieldCollectionBase class is the base class of the TextFieldCollection, HypertextLinkCollection, DocumentLinkCollection, PageNumberFieldCollection, ApplicationFieldCollection and FormFieldCollection classes.</summary>
		</member>
		<member name="M:TXTextControl.TextFieldCollectionBase.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldCollectionBase.CanAdd">
			<summary>Gets a value indicating whether a new text field can be inserted at the current input position.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldCollectionBase.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldCollectionBase.IsSynchronized">
			<summary>Returns true if the collection is designed to be thread safe, otherwise, it returns false.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldCollectionBase.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
		</member>
		<member name="T:TXTextControl.TextFieldEventArgs">
			<summary>The TextFieldEventArgs class provides data for the TextControl.TextFieldClicked, TextControl.TextFieldCreated, TextControl.TextFieldDoubleClicked, TextControl.TextFieldDeleted, TextControl.TextFieldChanged, TextControl.TextFieldEntered and TextControl.TextFieldLeft events.</summary>
		</member>
		<member name="P:TXTextControl.TextFieldEventArgs.TextField">
			<summary>Gets an object that represents the text field which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.TextFormField">
			<summary>An object of the TextFormField class represents a text input field on a form.</summary>
		</member>
		<member name="M:TXTextControl.TextFormField.#ctor(System.Int32)">
			<summary>Initializes a new instance of the TextFormField class.</summary>
			<param name="emptyWidth">Specifies the horizontal extension, in twips, of the form field, when it is empty.</param>
		</member>
		<member name="P:TXTextControl.TextFormField.EmptyWidth">
			<summary>Gets or sets the horizontal extension, in twips, of the form field, when it is empty.</summary>
		</member>
		<member name="T:TXTextControl.TextFormFieldEventArgs">
			<summary>The TextFormFieldEventArgs class provides data for the TextControl.FormFieldTextChanged event.</summary>
		</member>
		<member name="P:TXTextControl.TextFormFieldEventArgs.TextFormField">
			<summary>Gets an object representing the TextFormField that causes the event.</summary>
		</member>
		<member name="T:TXTextControl.TextFrame">
			<summary>An instance of the TextFrame class represents a text frame in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.#ctor(System.Drawing.Size)">
			<summary>Initializes a new instance of the TextFrame class.</summary>
			<param name="size">Specifies the text frame's size in twips.</param>
		</member>
		<member name="M:TXTextControl.TextFrame.Activate">
			<summary>Activates the text frame. The text frame receives the input focus. A text frame can only be activated, if the text part that contains the text frame has the input focus.</summary>
		</member>
		<member name="M:TXTextControl.TextFrame.Find(System.String,System.Int32,TXTextControl.FindOptions)">
			<summary>Finds a text string in a text frame.</summary>
			<param name="text">Specifies the text to search for.</param>
			<param name="start">Specifies the text position where the search starts, beginning with 0.</param>
			<param name="options">Specifies search options.</param>
		</member>
		<member name="M:TXTextControl.TextFrame.GetTextFields(TXTextControl.TextFieldType)">
			<summary>Returns a collection containing text fields of the specified types.</summary>
			<param name="fieldType">Specifies types of text fields.</param>
		</member>
		<member name="P:TXTextControl.TextFrame.ApplicationFields">
			<summary>Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.BackColor">
			<summary>Gets or sets the background color of a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.Barcodes">
			<summary>Gets a collection of all barcodes contained in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.BorderColor">
			<summary>Gets or sets the color of a text frame's border line.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.BorderStyle">
			<summary>Gets or sets the style of a text frame's border line.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.BorderWidth">
			<summary>Gets or sets the width, in twips, of a text frame's border line.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.Charts">
			<summary>Gets a collection of all charts contained in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.Comments">
			<summary>Gets a collection of all comments in the text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.DocumentLinks">
			<summary>Gets a collection of all links in a text frame which point to targets in the same document.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.DocumentTargets">
			<summary>Gets a collection of all targets in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.Drawings">
			<summary>Gets a collection of all drawings contained in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.EditableRegions">
			<summary>Gets a collection of all editable regions in the text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.FormFields">
			<summary>Gets a collection of all form fields contained in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.Frames">
			<summary>Gets a collection of all images, textframes, charts, barcodes and drawings in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.HypertextLinks">
			<summary>Gets a collection of all hypertext links in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.Images">
			<summary>Gets a collection of all images contained in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.InsertionMode">
			<summary>(Only for compatibility) Gets or sets a value determining whether a text frame is treated as a single character or the document's text either flows around or overwrites the text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.InternalMargins">
			<summary>Gets or sets the distances, in twips, between the text frame's border line and the text.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.Lines">
			<summary>Gets a collection of all text lines contained in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.MisspelledWords">
			<summary>Gets a collection of all misspelled words the text frame contains.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.Paragraphs">
			<summary>Gets a collection of all paragraphs contained in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.Selection">
			<summary>Gets or sets the current selection in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.SubTextParts">
			<summary>Gets a collection of all subtextparts in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.Tables">
			<summary>Gets a collection of all tables in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.TablesOfContents">
			<summary>Gets a collection of all tables of contents in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.TextChars">
			<summary>Gets a collection of all characters contained in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.TextFields">
			<summary>Gets a collection of all standard text fields in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.TrackedChanges">
			<summary>Gets a collection of all changes made in a text frame.</summary>
		</member>
		<member name="P:TXTextControl.TextFrame.Transparency">
			<summary>Gets or sets the text frame's transparency.</summary>
		</member>
		<member name="T:TXTextControl.TextFrameCollection">
			<summary>An instance of the TextFrameCollection class contains all text frames in a Text Control document or part of the document represented through objects of the type TextFrame.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.Add(TXTextControl.TextFrame,System.Int32)">
			<summary>Inserts a text frame inline, which means that it is treated in the text like a single character. The frame is inserted at the specified text position.</summary>
			<param name="textFrame">Specifies the text frame to add.</param>
			<param name="textPosition">Specifies the text position at which the text frame is to be inserted.</param>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.Add(TXTextControl.TextFrame,TXTextControl.HorizontalAlignment,System.Int32,TXTextControl.TextFrameInsertionMode)">
			<summary>Inserts a text frame which is anchored to the paragraph containing the specified text position. The frame has the specified horizontal alignment. TextFrameInsertionMode.FixedOnPage and TextFrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="textFrame">Specifies the text frame to add.</param>
			<param name="alignment">Specifies the text frame's horizontal alignment.</param>
			<param name="textPosition">Specifies the text position at which the text frame is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.Add(TXTextControl.TextFrame,System.Drawing.Point,System.Int32,TXTextControl.TextFrameInsertionMode)">
			<summary>Inserts a text frame which is anchored to the paragraph containing the specified text position. The frame has the specified position relative to the paragraph containing its anchor position. TextFrameInsertionMode.FixedOnPage and TextFrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="textFrame">Specifies the text frame to add.</param>
			<param name="location">Specifies the location, in twips, at which the text frame is to be inserted.</param>
			<param name="textPosition">Specifies the text position at which the text frame is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.Add(TXTextControl.TextFrame,System.Int32,System.Drawing.Point,TXTextControl.TextFrameInsertionMode)">
			<summary>Inserts a text frame that has a fixed geometrical position in the document. This position is specified through a page number and a location on this page. TextFrameInsertionMode.MoveWithText and TextFrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="textFrame">Specifies the text frame to add.</param>
			<param name="page">Specifies the number of a page beginning with 1 where the text frame is located.</param>
			<param name="location">Specifies the location, in twips, at which the text frame is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.Add(TXTextControl.TextFrame,System.Drawing.Point,TXTextControl.TextFrameInsertionMode)">
			<summary>Inserts a text frame that has a fixed geometrical position in the document. This location is specified through a document position relative to the top left corner of the complete document. TextFrameInsertionMode.MoveWithText and TextFrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="textFrame">Specifies the text frame to add.</param>
			<param name="location">Specifies the location, in twips, at which the text frame is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.Add(TXTextControl.TextFrame,TXTextControl.TextFrameInsertionMode)">
			<summary>Inserts a text frame with the built-in mouse interface. The text frame's size is determined through the end-user. A cross cursor indicates where the text frame can be inserted. Changing the document or pressing the ESC key aborts the insertion process.</summary>
			<param name="textFrame">Specifies the text frame to add.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.DeactivateItem">
			<summary>Deactivates the activated text frame and sets the input focus back to the text part that contains the text frame.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.GetActivatedItem">
			<summary>Returns the currently activated text frame. An activated text frame has the input focus and can be edited. The method returns null, if no text frame is activated.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.GetItem">
			<summary>Gets the text frame selected by the user or null if no text frame is selected.</summary>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.GetItem(System.Int32)">
			<summary>Gets the text frame with the specified identifier.</summary>
			<param name="id">Specifies the text frame's identifier set with the ID property.</param>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.GetItem(System.String)">
			<summary>Gets the text frame with the specified name.</summary>
			<param name="name">Specifies the text frame's name set with the Name property.</param>
		</member>
		<member name="M:TXTextControl.TextFrameCollection.Remove(TXTextControl.TextFrame)">
			<summary>Removes a text frame from a Text Control document.</summary>
			<param name="textFrame">Specifies the text frame to remove.</param>
		</member>
		<member name="T:TXTextControl.TextFrameEventArgs">
			<summary>The TextFrameEventArgs class provides data for all events that occur with text frames.</summary>
		</member>
		<member name="P:TXTextControl.TextFrameEventArgs.TextFrame">
			<summary>Gets an object that represents the text frame which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.TextMiniToolbar">
			<summary>The TextMiniToolbar class is a mini toolbar that appears when ShowMiniToolbar property is set to MiniToolbarButton.LeftButton, MiniToolbarButton.RightButton or MiniToolbarButton.LeftButton | MiniToolbarButton.RightButton, the left or right mouse button is released and the current context is selected text (ContextMenuLocation.TextSelection), text at the input position (ContextMenuLocation.TextInputPosition) or an input position inside a table (ContextMenuLocation.Table).</summary>
		</member>
		<member name="T:TXTextControl.TextMiniToolbar.RibbonItem">
			<summary>Each RibbonItem represents an item in a TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_FontGroup">
			<summary>Identifies the Font group of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_FontFamily">
			<summary>Identifies the FontFamily combobox of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_FontSize">
			<summary>Identifies the FontSize combobox of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_IncreaseFont">
			<summary>Identifies the IncreaseFont button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_DecreaseFont">
			<summary>Identifies the DecreaseFont button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_BulletedList">
			<summary>Identifies the BulletedList button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_NumberedList">
			<summary>Identifies the NumberedList button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_StructuredList">
			<summary>Identifies the StructuredList button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_Bold">
			<summary>Identifies the Bold button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_Italic">
			<summary>Identifies the Italic button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_Underline">
			<summary>Identifies the Underline button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_TextBackColor">
			<summary>Identifies the TextBackColor button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_TextColor">
			<summary>Identifies the TextColor button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_LeftAligned">
			<summary>Identifies the LeftAligned button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_Centered">
			<summary>Identifies the Centered button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_RightAligned">
			<summary>Identifies the RightAligned button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_Justified">
			<summary>Identifies the Justified button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_ClearFormatting">
			<summary>Identifies the ClearFormatting button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_StylesGroup">
			<summary>Identifies the Styles group of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_StyleName">
			<summary>Identifies the StyleName gallery of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_TableLayoutGroup">
			<summary>Identifies the TableLayout group of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_TableSelect">
			<summary>Identifies the TableSelect button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_TableMergeCells">
			<summary>Identifies the TableMergeCells button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_TableDelete">
			<summary>Identifies the TableDelete button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_TableInsert">
			<summary>Identifies the TableInsert button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.TextMiniToolbar.RibbonItem.TXITEM_TableSplitCells">
			<summary>Identifies the TableSplitCells button of the TextMiniToolbar.</summary>
		</member>
		<member name="M:TXTextControl.TextMiniToolbar.FindItem(TextMiniToolbar.RibbonItem)">
			<summary>Finds a control that has the provided TextMiniToolbar.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="T:TXTextControl.TextPartCollection">
			<summary>An instance of the TextPartCollection class contains all text parts in a TX Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.TextPartCollection.Activate(System.Object)">
			<summary>Sets the input focus to the specified text part. If the activated text part is not in the visible part of the document, the document is scrolled.</summary>
			<param name="textPart">Specifies the object to activate.</param>
		</member>
		<member name="M:TXTextControl.TextPartCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.TextPartCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.TextPartCollection.GetItem">
			<summary>Gets the text part with the input focus.</summary>
		</member>
		<member name="M:TXTextControl.TextPartCollection.GetItem(System.Drawing.Point@)">
			<summary>Gets the text part with the input focus informing about the offset of the text part in the TextControl's client area.</summary>
			<param name="clientOffset">Retrieves the text part's offset, in pixels, in the TextControl's client area.</param>
		</member>
		<member name="M:TXTextControl.TextPartCollection.GetItem(System.Drawing.Point,System.Drawing.Point@)">
			<summary>Gets the text part at the specified geometric location.</summary>
			<param name="location">Specifies a location where to search for a text part.</param>
			<param name="clientOffset">Retrieves the text part's offset, in pixels, in the TextControl's client area.</param>
		</member>
		<member name="M:TXTextControl.TextPartCollection.GetMainText">
			<summary>Gets the main text part of the document.</summary>
		</member>
		<member name="P:TXTextControl.TextPartCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="T:TXTextControl.ThesaurusDialog">
			<summary>The ThesaurusDialog class implements a Windows Forms dialog box that shows synonyms for selected text or a word at the current input position which will be selected on opening the dialog.Each item of the dialog box has a name, available through its Name property, which corresponds with a member of the ThesaurusDialog.DialogItem enumeration.To use this dialog the TextControl must be connected with an object of type TXSpellChecker (version 7.0 or higher).</summary>
		</member>
		<member name="M:TXTextControl.ThesaurusDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a ThesaurusDialog object for the specified Windows Forms TextControl.</summary>
			<param name="textControl">Specifies the TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.ThesaurusDialog.DialogItem">
			<summary>Each DialogItem represents an item in a ThesaurusDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.ThesaurusDialog.DialogItem.TXITEM_FindSynonymsLabel">
			<summary>Identifies the Find Synonyms label.</summary>
		</member>
		<member name="F:TXTextControl.ThesaurusDialog.DialogItem.TXITEM_LanguageLabel">
			<summary>Identifies the Language label.</summary>
		</member>
		<member name="F:TXTextControl.ThesaurusDialog.DialogItem.TXITEM_BackButton">
			<summary>Identifies the Back button.</summary>
		</member>
		<member name="F:TXTextControl.ThesaurusDialog.DialogItem.TXITEM_FindSynonymsTextBox">
			<summary>Identifies the Find Synonyms text box.</summary>
		</member>
		<member name="F:TXTextControl.ThesaurusDialog.DialogItem.TXITEM_LanguageComboBox">
			<summary>Identifies the Language combo box.</summary>
		</member>
		<member name="F:TXTextControl.ThesaurusDialog.DialogItem.TXITEM_SynonymsLabel">
			<summary>Identifies the Synonyms label.</summary>
		</member>
		<member name="F:TXTextControl.ThesaurusDialog.DialogItem.TXITEM_SynonymsTree">
			<summary>Identifies the Synonyms tree view.</summary>
		</member>
		<member name="F:TXTextControl.ThesaurusDialog.DialogItem.TXITEM_Replace">
			<summary>Identifies the Replace button.</summary>
		</member>
		<member name="F:TXTextControl.ThesaurusDialog.DialogItem.TXITEM_Cancel">
			<summary>Identifies the Cancel button.</summary>
		</member>
		<member name="M:TXTextControl.ThesaurusDialog.FindItem(ThesaurusDialog.DialogItem)">
			<summary>Finds a control that has the provided identifier name.</summary>
			<param name="dialogItem">The name of the requested control represented by an enum of type ThesaurusDialog.DialogItem.</param>
		</member>
		<member name="T:TXTextControl.TrackedChange">
			<summary>A TrackedChange object represents a change made to the document after anyone has revised the document.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the changed text in a byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the changed text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.TrackedChange.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the changed text as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the changed text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.TrackedChange.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the changed text in a byte array with the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the changed text is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.TrackedChange.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the changed text as a string with the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the changed text is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.TrackedChange.ScrollTo">
			<summary>Scrolls the beginning of the tracked change into the visible part of the document using a default position depending on the previous position.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChange.ScrollTo(InputPosition.ScrollPosition)">
			<summary>Scrolls the beginning of the tracked change into the visible part of the document using the specified position.</summary>
			<param name="position">Specifies an InputPosition.ScrollPosition value.</param>
		</member>
		<member name="M:TXTextControl.TrackedChange.Select">
			<summary>Selects the changed part of the document.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChange.Active">
			<summary>Gets or sets a value specifying whether the TrackedChange is currently active or not.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChange.ChangeKind">
			<summary>Gets the kind of change.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChange.ChangeTime">
			<summary>Gets the date and time when the change has been made.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChange.DefaultHighlightColor">
			<summary>Gets the default highlight color of a tracked change.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChange.HighlightColor">
			<summary>Gets or sets the highlight color for the tracked change.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChange.HighlightMode">
			<summary>Gets or sets a value indicating whether the tracked change is highlighted.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChange.Length">
			<summary>Gets the number of changed characters.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChange.Number">
			<summary>Gets the change's number.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChange.Start">
			<summary>Gets the index (one-based) of the first changed character.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChange.Text">
			<summary>Gets the changed text.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChange.UserName">
			<summary>Gets the name of the user who has changed the document.</summary>
		</member>
		<member name="T:TXTextControl.TrackedChangeCollection">
			<summary>Contains all tracked changes in the main text or another part of a document.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChangeCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.TrackedChangeCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChangeCollection.GetItem">
			<summary>Gets the change at the current text input position. If there is more than one change at the current input position the innermost change is returned.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChangeCollection.GetItem(System.Boolean)">
			<summary>Gets the next or the previous change in the textflow. The search begins at the current text input position.</summary>
			<param name="next">If this parameter is true, the next change in the textflow is returned.</param>
		</member>
		<member name="M:TXTextControl.TrackedChangeCollection.Remove(TXTextControl.TrackedChange,System.Boolean)">
			<summary>Removes a tracked change from the collection. Depending on the accept parameter the change is either accepted or rejected. When a change is rejected, inserted text is removed and deleted text is reinserted.</summary>
			<param name="trackedChange">Specifies the tracked change to remove.</param>
			<param name="accept">When this parameter is true, the change is accepted, otherwise, it is rejected.</param>
		</member>
		<member name="P:TXTextControl.TrackedChangeCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeCollection.IsSynchronized">
			<summary>Returns true if the collection is designed to be thread safe, otherwise, it returns false.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeCollection.Item">
			<summary>Gets the change with the specified number from the collection.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeCollection.SyncRoot">
			<summary>Gets an object that can be used to synchronize access to the collection.</summary>
		</member>
		<member name="T:TXTextControl.TrackedChangeEventArgs">
			<summary>The TrackedChangeEventArgs class provides data for the TrackedChangeChanged, TrackedChangeCreated, TrackedChangeStateChanged, and TrackedChangeDeleted events.</summary>
		</member>
		<member name="P:TXTextControl.TrackedChangeEventArgs.TrackedChange">
			<summary>Gets an object that represents the tracked change which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.TrackedChangesDialog">
			<summary>The TrackedChangesDialog class implements a dialog box that shows all tracked changes of the document.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChangesDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a TrackedChangesDialog object for the specified Windows Forms TextControl.</summary>
			<param name="textControl">Specifies the TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.TrackedChangesDialog.DialogItem">
			<summary>Each DialogItem represents an item in a TrackedChangesDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.TrackedChangesDialog.DialogItem.TXITEM_TrackedChangesCount">
			<summary>Identifies the tracked changes count label.</summary>
		</member>
		<member name="F:TXTextControl.TrackedChangesDialog.DialogItem.TXITEM_TrackedChangesRefresh">
			<summary>Identifies the refresh tracked changes button.</summary>
		</member>
		<member name="F:TXTextControl.TrackedChangesDialog.DialogItem.TXITEM_TrackedChangesViewer">
			<summary>Identifies the tracked changes viewer.</summary>
		</member>
		<member name="F:TXTextControl.TrackedChangesDialog.DialogItem.TXITEM_AcceptTrackedChange">
			<summary>Identifies the accept tracked change button.</summary>
		</member>
		<member name="F:TXTextControl.TrackedChangesDialog.DialogItem.TXITEM_AcceptAllTrackedChanges">
			<summary>Identifies the accept all tracked changes button.</summary>
		</member>
		<member name="F:TXTextControl.TrackedChangesDialog.DialogItem.TXITEM_RejectTrackedChange">
			<summary>Identifies the reject tracked change button.</summary>
		</member>
		<member name="F:TXTextControl.TrackedChangesDialog.DialogItem.TXITEM_RejectAllTrackedChanges">
			<summary>Identifies the reject all tracked changes button.</summary>
		</member>
		<member name="F:TXTextControl.TrackedChangesDialog.DialogItem.TXITEM_Close">
			<summary>Identifies the close button.</summary>
		</member>
		<member name="M:TXTextControl.TrackedChangesDialog.FindItem(TrackedChangesDialog.DialogItem)">
			<summary>Finds a control that has the provided identifier name.</summary>
			<param name="dialogItem">The name of the requested control represented by an enum of type TrackedChangesDialog.DialogItem.</param>
		</member>
		<member name="T:TXTextControl.UserDefinedPropertyDictionary">
			<summary>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.</summary>
		</member>
		<member name="M:TXTextControl.UserDefinedPropertyDictionary.#ctor">
			<summary>Initializes a new instance of the UserDefinedPropertyDictionary class.</summary>
		</member>
		<member name="M:TXTextControl.UserDefinedPropertyDictionary.Add(System.String,System.Object)">
			<summary>Adds a new property to the dictionary.</summary>
			<param name="name">Specifies the document property's name.</param>
			<param name="value">Specifies the document property's value.</param>
		</member>
		<member name="M:TXTextControl.UserDefinedPropertyDictionary.Contains(System.String)">
			<summary>Determines whether the dictionary contains a property with the specified name.</summary>
			<param name="name">Specifies a document property's name.</param>
		</member>
		<member name="M:TXTextControl.UserDefinedPropertyDictionary.Remove(System.String)">
			<summary>Removes a document property from the dictionary.</summary>
			<param name="name">Specifies the name of the document property to remove.</param>
		</member>
		<member name="P:TXTextControl.UserDefinedPropertyDictionary.Item">
			<summary>Gets a document property from the dictionary.</summary>
		</member>
		<member name="P:TXTextControl.UserDefinedPropertyDictionary.Names">
			<summary>Gets a collection of all property names the dictionary contains.</summary>
		</member>
		<member name="P:TXTextControl.UserDefinedPropertyDictionary.Values">
			<summary>Gets a collection of all property values the dictionary contains.</summary>
		</member>
		<member name="T:TXTextControl.VersionInfo">
			<summary>The VersionInfo class provides information about the running TX Text Control version, such as the version number, the installed service pack number and the product level.</summary>
		</member>
		<member name="P:TXTextControl.VersionInfo.Major">
			<summary>Gets the major version number.</summary>
		</member>
		<member name="P:TXTextControl.VersionInfo.Minor">
			<summary>Gets the minor version number.</summary>
		</member>
		<member name="P:TXTextControl.VersionInfo.ServicePack">
			<summary>Gets the number of the installed service pack.</summary>
		</member>
		<member name="P:TXTextControl.VersionInfo.ProductLevel">
			<summary>Gets the installed product level.</summary>
		</member>
		<member name="T:TXTextControl.WPF.MiniToolbar">
			<summary>The WPF.MiniToolbar class is the base class of the built-in mini-toolbars of a WPF.TextControl.</summary>
		</member>
		<member name="T:TXTextControl.WPF.MiniToolbarOpeningEventArgs">
			<summary>The WPF.MiniToolbarOpeningEventArgs class provides data for the WPF.TextControl.MiniToolbarOpening event of a WPF.TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.MiniToolbarOpeningEventArgs.MiniToolbarContext">
			<summary>Gets the context in the document for which the mini-toolbar will be opened.</summary>
		</member>
		<member name="P:TXTextControl.WPF.MiniToolbarOpeningEventArgs.HorizontalOffset">
			<summary>Gets the horizontal distance between the top-left corner of the screen and the location where the mini-toolbar is displayed.</summary>
		</member>
		<member name="P:TXTextControl.WPF.MiniToolbarOpeningEventArgs.MiniToolbar">
			<summary>Gets or sets the mini toolbar, which will be shown.</summary>
		</member>
		<member name="P:TXTextControl.WPF.MiniToolbarOpeningEventArgs.VerticalOffset">
			<summary>Gets the vertical distance between the top-left corner of the screen and the location where the mini-toolbar is displayed.</summary>
		</member>
		<member name="T:TXTextControl.XmlElement">
			<summary>An instance of this class represents an element in a XML document.</summary>
		</member>
		<member name="M:TXTextControl.XmlElement.#ctor(System.String)">
			<summary>Creates an XmlElement object with the specified name.</summary>
			<param name="name">Specifies the element's name.</param>
		</member>
		<member name="M:TXTextControl.XmlElement.#ctor(System.String,System.String)">
			<summary>Creates an XmlElement object with the specified name and text.</summary>
			<param name="name">Specifies the element's name.</param>
			<param name="text">Specifies the element's text.</param>
		</member>
		<member name="M:TXTextControl.XmlElement.AddChild(TXTextControl.XmlElement)">
			<summary>Adds the specified XML element as a sub-element of this element. The new element is placed at the position specified through the document's DTD.</summary>
			<param name="element">Specifies the XML element to add.</param>
		</member>
		<member name="M:TXTextControl.XmlElement.AddChild(TXTextControl.XmlElement,System.Int32,System.Int32)">
			<summary>Adds the specified XML element as a sub-element of this element. The new element is placed at the position specified through the document's DTD. If this element can have more than one child of the specified type, the before or after parameters can be used to specify a position.</summary>
			<param name="element">Specifies the XML element to add.</param>
			<param name="before">Specifies a relative position in the list of child elements of the specified type beginning with 1.</param>
			<param name="after">Specifies a relative position in the list of child elements of the specified type beginning with 1.</param>
		</member>
		<member name="M:TXTextControl.XmlElement.GetChildItem(System.String)">
			<summary>Returns the first XML child element with the specified name.</summary>
			<param name="name">Specifies the name of the sub-element.</param>
		</member>
		<member name="M:TXTextControl.XmlElement.GetChildItem(System.String,System.Int32)">
			<summary>Returns the XML child element with the specified name and index.</summary>
			<param name="name">Specifies the name of the sub-element.</param>
			<param name="index">Specifies the number of the sub-element beginning with 1.</param>
		</member>
		<member name="M:TXTextControl.XmlElement.RemoveChild(System.String)">
			<summary>Removes the first XML child element with the specified name.</summary>
			<param name="name">Specifies the name of the sub-element to remove.</param>
		</member>
		<member name="M:TXTextControl.XmlElement.RemoveChild(System.String,System.Int32)">
			<summary>Removes the XML child element with the specified name and index.</summary>
			<param name="name">Specifies the name of the sub-element to remove.</param>
			<param name="index">Specifies the number of the sub-element beginning with 1.</param>
		</member>
		<member name="M:TXTextControl.XmlElement.Select">
			<summary>Selects the text of the XML element. The text can only be selected, if the element belongs to the document.</summary>
		</member>
		<member name="P:TXTextControl.XmlElement.AutoSelect">
			<summary>Determines whether the text of a newly added XML element is automatically selected.</summary>
		</member>
		<member name="P:TXTextControl.XmlElement.AutoText">
			<summary>Determines whether text is automatically created for a newly added XML element that has no text contents.</summary>
		</member>
		<member name="P:TXTextControl.XmlElement.ElementName">
			<summary>Gets the name of an XML element.</summary>
		</member>
		<member name="P:TXTextControl.XmlElement.Text">
			<summary>Specifies the text of the XML element.</summary>
		</member>
		<member name="T:TXTextControl.XmlElementCollection">
			<summary>An instance of this class contains all elements of an XML document that have the same element name.</summary>
		</member>
		<member name="M:TXTextControl.XmlElementCollection.Add(TXTextControl.XmlElement,System.Int32,System.Int32)">
			<summary>Adds the specified XML element to the collection.</summary>
			<param name="element">Specified an instance of the XmlElement object.</param>
			<param name="before">Specifies a relative position in the collection.</param>
			<param name="after">Specifies a relative position in the collection.</param>
		</member>
		<member name="M:TXTextControl.XmlElementCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.XmlElementCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.XmlElementCollection.GetItem">
			<summary>Returns the item with the current input position.</summary>
		</member>
		<member name="M:TXTextControl.XmlElementCollection.GetItem(System.Int32)">
			<summary>Returns the item with the specified index.</summary>
			<param name="index">The one based index of the XmlElement.</param>
		</member>
		<member name="M:TXTextControl.XmlElementCollection.Remove(System.Int32)">
			<summary>Removes an XML element from an XML document.</summary>
			<param name="index">Specifies the one-based index of the XML element in the collection.</param>
		</member>
		<member name="P:TXTextControl.XmlElementCollection.Count">
			<summary>Gets the number of XML elements in the collection.</summary>
		</member>
		<member name="T:TXTextControl.XmlErrorEventArgs">
			<summary>The XmlErrorEventArgs class provides data for the TextControl.XmlNotWellFormed and TextControl.XmlInvalid events.</summary>
		</member>
		<member name="P:TXTextControl.XmlErrorEventArgs.FilePosition">
			<summary>Gets the absolute file position in the XML document where the error occurred.</summary>
		</member>
		<member name="P:TXTextControl.XmlErrorEventArgs.LineNumber">
			<summary>Gets the line number in the XML document that contains the error.</summary>
		</member>
		<member name="P:TXTextControl.XmlErrorEventArgs.LinePosition">
			<summary>Gets the character position within the line where the error occurred.</summary>
		</member>
		<member name="P:TXTextControl.XmlErrorEventArgs.Reason">
			<summary>Gets the reason for the error.</summary>
		</member>
		<member name="P:TXTextControl.XmlErrorEventArgs.URL">
			<summary>Gets the URL of the XML document containing the error.</summary>
		</member>
		<member name="T:TXTextControl.Barcode.Alignment">
			<summary>Determines the alignment of the barcode image inside the control.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.Alignment.BottomCenter">
			<summary>Sets the alignment of the image to the bottom center of the control.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.Alignment.BottomLeft">
			<summary>Sets the alignment of the image to the bottom left of the control.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.Alignment.BottomRight">
			<summary>Sets the alignment of the image to the bottom right of the control.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.Alignment.MiddleCenter">
			<summary>Sets the alignment of the image to the middle center of the control.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.Alignment.MiddleLeft">
			<summary>Sets the alignment of the image to the middle left of the control.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.Alignment.MiddleRight">
			<summary>Sets the alignment of the image to the middle right of the control.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.Alignment.TopCenter">
			<summary>Sets the alignment of the image to the top center of the control.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.Alignment.TopLeft">
			<summary>Sets the alignment of the image to the top left of the control.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.Alignment.TopRight">
			<summary>Sets the alignment of the image to the top right of the control.</summary>
		</member>
		<member name="T:TXTextControl.Barcode.BarcodeType">
			<summary>Determines the type of barcode that is created by TX Barcode.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.Code128">
			<summary>Code128 is an alphanumeric barcode with high information density.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.Interleaved2of5">
			<summary>2 of 5 is a barcode that encrypts digits only.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.Code39">
			<summary>3 of 9 is a barcode that encrypts alphanumeric values.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.AztecCode">
			<summary>AztecCode is a two-dimensional barcode that encrypts up to 1300 ASCII values.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.IntelligentMail">
			<summary>Intelligent Mail barcode is a barcode type that encrypts postal zip codes and it the successor of Postnet.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.EAN13">
			<summary>EAN 13 is a barcode that encrypts 13 digits and is used for marking retail goods.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.EAN8">
			<summary>EAN 8 is derived from barcode type EAN13 and encrypts 8 digits.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.UPCA">
			<summary>UPC-A barcode encrypts 12 digits and is very similar to EAN 13.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.Postnet">
			<summary>Postnet is a barcode type that encrypts postal zip codes.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.QRCode">
			<summary>QR Code is a two-dimensional barcode that encrypts up to 1270 ASCII values or 1850 alphanumeric values. By design TX Barcode switches encryption mode when necessary.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.Datamatrix">
			<summary>Datamatrix is a two-dimensional barcode that encrypts up to 1301 ASCII values.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.PDF417">
			<summary>PDF 417 is a two-dimensional barcode that encrypts up to 1500 ASCII values.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.MicroPDF">
			<summary>MicroPDF is a two-dimensional barcode that encrypts up to 250 ASCII values.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.Codabar">
			<summary>Codabar is a barcode that encrypts digits and the characters '-', '$', ':', '/', '.' and '+'.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.FourState">
			<summary>4State is a barcode that encrypts 8 digits.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.Code11">
			<summary>Code 11 is a barcode that encrypts up to 50 digits.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.Code93">
			<summary>Code 93 is a barcode that encrypts alphanumeric values and the characters '.', '$', '/', '+', and '%'.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.PLANET">
			<summary>PLANET is a barcode that encrypts digits.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.RoyalMail">
			<summary>Royal Mail is a barcode that encrypts alphanumeric characters and characters ')' and '(' .</summary>
		</member>
		<member name="F:TXTextControl.Barcode.BarcodeType.Maxicode">
			<summary>Maxicode is a two-dimensional barcode that encrypts strings with the following regular expression: "[0-9]{3}~[0-9]{3}~[0-9A-Z ]{6}|[0-9 ]{9}~[0-9A-Z*-.!""#$+%&amp;'\\(), -:;&lt;=&gt;?[]{}@^_|~\a\b\t\n\f\r]*" or "[)&gt;~[0-9]{2}~[0-9]{2}[0-9 ]{9}|[0-9A-Z ]{6}~[0-9]{3}~[0-9]{3}~[0-9A-Z*-.!""#$+%&amp;'\\(), -:;&lt;=&gt;?[]{}@^_|~\a\b\t\n\f\r]*"</summary>
		</member>
		<member name="T:TXTextControl.WPF.Barcode.ImageFormat">
			<summary>Specifies the format of the image in WPF.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Barcode.ImageFormat.BMP">
			<summary>Specifies the bitmap (BMP) image format.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Barcode.ImageFormat.JPEG">
			<summary>Specifies the Joint Photographic Experts Group (JPEG) image format.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Barcode.ImageFormat.PNG">
			<summary>Specifies the W3C Portable Network Graphics (PNG) image format.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Barcode.ImageFormat.TIFF">
			<summary>Specifies the Tagged Image File Format (TIFF) image format.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Barcode.ImageFormat.GIF">
			<summary>Specifies the Graphics Interchange Format (GIF) image format.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Barcode.ImageFormat.WMP">
			<summary>Specifies the Microsoft Windows Media Photo (WMP) image format.</summary>
		</member>
		<member name="T:TXTextControl.Barcode.SerializationFormat">
			<summary>Determines the formatting type for the barcode serialization.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.SerializationFormat.Xml">
			<summary>Barcode data is serialized using well-formed XML.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.SerializationFormat.Binary">
			<summary>Barcode data is serialized in a binary format.</summary>
		</member>
		<member name="T:TXTextControl.Barcode.TextAlignment">
			<summary>Determines the alignment of the barcode text and additional text that is displayed inside the control.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.TextAlignment.Bottom">
			<summary>The text is displayed below the barcode image.</summary>
		</member>
		<member name="F:TXTextControl.Barcode.TextAlignment.Top">
			<summary>The text is displayed above the barcode image.</summary>
		</member>
		<member name="T:TXTextControl.Barcode.BarcodeTypeSettings">
			<summary>The BarcodeTypeSettings class provides properties to apply barcode type specific settings.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.BarcodeTypeSettings.HasCheckValue">
			<summary>Gets or sets a value indicating whether the current used barcode type includes a check value.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.BarcodeTypeSettings.ShowCheckValue">
			<summary>Gets or sets a value indicating whether the check value of the current used barcode type is shown with the encrypted barcode text value.</summary>
		</member>
		<member name="T:TXTextControl.Barcode.TXBarcodeControl">
			<summary>The TXBarcodeControl class provides properties to specify type and format of barcodes rendered in Windows Forms.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.#ctor">
			<summary>Initializes a new instance of the TXBarcodeControl class.</summary>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.GetDefaultText(TXTextControl.Barcode.BarcodeType)">
			<summary>Returns the default text for the specified barcode type.</summary>
			<param name="barcodeType">Specifies the barcode type whose default text is returned.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.GetMaximumTextLength(TXTextControl.Barcode.BarcodeType)">
			<summary>Returns the maximum text length of the specified barcode type.</summary>
			<param name="barcodeType">Specifies the barcode type whose maximum text length is returned.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.GetMinimumTextLength(TXTextControl.Barcode.BarcodeType)">
			<summary>Returns the minimum text length of the specified barcode type.</summary>
			<param name="barcodeType">Specifies the barcode type whose minimum text length is returned.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.IsTextValid(TXTextControl.Barcode.BarcodeType,System.String,System.String@)">
			<summary>Returns a value indicating whether the specified text is valid for a specific barcode type. In case of an invalid text, an exception message is saved into the specified string.</summary>
			<param name="barcodeType">Specifies the barcode type whose text is checked.</param>
			<param name="text">Specifies the text to check.</param>
			<param name="errorMessage">Specifies the string, an appropriate exception message is saved to, if the checked text is not valid for a specific barcode type.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Load(System.String)">
			<summary>Loads barcode data into the control from a specified file. The data format must be XML.</summary>
			<param name="fileName">Specifies a file the data is loaded from.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Load(System.String,TXTextControl.Barcode.SerializationFormat)">
			<summary>Loads barcode data into the control with the specified format. The new barcode is read from the specified file.</summary>
			<param name="fileName">Specifies a file the data is loaded from.</param>
			<param name="format">Specifies the format used to deserialize the barcode.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Load(System.IO.Stream)">
			<summary>Loads barcode data into the control from a specified object of type System.IO.Stream. The data format must be XML.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream the data is loaded from.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Load(System.IO.Stream,TXTextControl.Barcode.SerializationFormat)">
			<summary>Loads barcode data into the control with the specified format. The new barcode is read from the specified object of type System.IO.Stream.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream the data is loaded from.</param>
			<param name="format">Specifies the format used to deserialize the barcode.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Load(System.IO.TextReader)">
			<summary>Loads barcode data into the control from a specified object of type System.IO.TextReader. The data format must be XML.</summary>
			<param name="textReader">Specifies an object of type System.IO.TextReader the data is loaded from.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Load(System.Xml.XmlReader)">
			<summary>Loads barcode data into the control from a specified object of type System.Xml.XmlReader. The data format must be XML.</summary>
			<param name="xmlReader">Specifies an object of type System.IO.XmlReader the data is loaded from.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.PrintPaint(System.Drawing.Graphics,System.Drawing.Rectangle)">
			<summary>Draws the barcode on the specified System.Drawing.Graphics object.</summary>
			<param name="graphics">Specifies the object of type System.Drawing.Graphics the barcode is printed to.</param>
			<param name="position">Specifies the position to draw on the specified System.Drawing.Graphics object.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Save(System.String)">
			<summary>Saves the barcode data to the given file. The data format of the file is XML.</summary>
			<param name="fileName">Specifies a file the is saved to.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Save(System.String,TXTextControl.Barcode.SerializationFormat)">
			<summary>Saves the barcode data to the specified file using the specified format.</summary>
			<param name="fileName">Specifies a file the is saved to.</param>
			<param name="format">Specifies the format used to serialize the barcode.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Save(System.IO.Stream)">
			<summary>Saves the barcode data to the given object of type System.IO.Stream. The data format of the stream is XML.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream the data is saved to.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Save(System.IO.Stream,TXTextControl.Barcode.SerializationFormat)">
			<summary>Saves the barcode data to the specified object of type System.IO.Stream using the specified format.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream the data is saved to.</param>
			<param name="format">Specifies the format used to serialize the barcode.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Save(System.IO.TextWriter)">
			<summary>Saves the barcode data to the given object of type System.IO.TextWriter. The data format of the stream is XML.</summary>
			<param name="textWriter">Specifies an object of type System.IO.TextWriter the data is saved to.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.Save(System.Xml.XmlWriter)">
			<summary>Saves the barcode data to the given object of type System.IO.XmlWriter. The data format of the stream is XML.</summary>
			<param name="xmlWriter">Specifies an object of type System.IO.XmlWriter the data is saved to.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.SaveImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
			<summary>Saves the barcode image to the specified object of type System.IO.Stream.</summary>
			<param name="imageStream">Specifies an object of type System.IO.Stream the image is saved to.</param>
			<param name="format">Specifies the format used to save the image.</param>
		</member>
		<member name="M:TXTextControl.Barcode.TXBarcodeControl.SaveImage(System.String,System.Drawing.Imaging.ImageFormat)">
			<summary>Saves the barcode image to the specified file using the specified format.</summary>
			<param name="imageFileName">Specifies a file the image is saved to.</param>
			<param name="format">Specifies the format used to save the image.</param>
		</member>
		<member name="P:TXTextControl.Barcode.TXBarcodeControl.AdditionalText">
			<summary>Gets or sets an additional text that is displayed below or above the barcode image.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.TXBarcodeControl.Alignment">
			<summary>Gets or sets the alignment of the barcode image inside the control.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.TXBarcodeControl.Angle">
			<summary>Gets or sets the angle of the barcode image inside the control.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.TXBarcodeControl.BackColor">
			<summary>Gets or sets the background color for the barcode control.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.TXBarcodeControl.BarcodeType">
			<summary>Gets or sets the type of barcode that is rendered.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.TXBarcodeControl.BarcodeTypeSettings">
			<summary>Gets an object of type BarcodeTypeSettings to determine type specific settings for the current used barcode.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.TXBarcodeControl.ForeColor">
			<summary>Gets or sets the foreground color for the barcode.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.TXBarcodeControl.ShowText">
			<summary>Gets or sets a value indicating whether the encrypted barcode text value is displayed below or above the barcode image or not.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.TXBarcodeControl.Text">
			<summary>Gets or sets the text the barcode should encrypt.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.TXBarcodeControl.TextAlignment">
			<summary>Gets or sets a value indicating whether the barcode text and additional text is displayed below or above the barcode image.</summary>
		</member>
		<member name="P:TXTextControl.Barcode.TXBarcodeControl.UpperTextLength">
			<summary>Gets or sets the maximum number of characters the Text property can get.</summary>
		</member>
		<member name="T:TXTextControl.DataVisualization.BarcodeCollection">
			<summary>An instance of the BarcodeCollection class contains all barcodes in a document represented through objects of the type DataVisualization.BarcodeFrame.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeCollection.Add(DataVisualization.BarcodeFrame,System.Int32)">
			<summary>Inserts a barcode inline, which means that it is treated in the text like a single character.</summary>
			<param name="barcodeFrame">Specifies the barcode and its frame to add.</param>
			<param name="textPosition">Specifies the text position at which the barcode is to be inserted.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeCollection.Add(DataVisualization.BarcodeFrame,TXTextControl.HorizontalAlignment,System.Int32,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a barcode, which is anchored to the specified text position. It has the specified horizontal alignment relative to the paragraph into which it is inserted and the textflow is given through the insertionMode parameter. An anchored barcode is moved with the text.</summary>
			<param name="barcodeFrame">Specifies the barcode and its frame to add.</param>
			<param name="alignment">Specifies the barcode's horizontal alignment.</param>
			<param name="textPosition">Specifies the text position at which the barcode is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeCollection.Add(DataVisualization.BarcodeFrame,System.Drawing.Point,System.Int32,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a barcode, which is anchored to the specified text position. The specified location is relative to the paragraph into which it is inserted and the textflow is given through the insertionMode parameter. An anchored barcode is moved with the text.</summary>
			<param name="barcodeFrame">Specifies the barcode and its frame to add.</param>
			<param name="location">Specifies the location, in twips, at which the barcode is to be inserted.</param>
			<param name="textPosition">Specifies the text position at which the barcode is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeCollection.Add(DataVisualization.BarcodeFrame,System.Int32,System.Drawing.Point,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a barcode, which has a fixed geometrical position in the document. This position is specified through a page number and a location on this page and the textflow is given through the insertionMode parameter.</summary>
			<param name="barcodeFrame">Specifies the barcode and its frame to add.</param>
			<param name="page">Specifies the number of a page beginning with 1 where the barcode is located.</param>
			<param name="location">Specifies the location, in twips, at which the barcode is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeCollection.Add(DataVisualization.BarcodeFrame,System.Drawing.Point,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a barcode, which has a fixed geometrical position in the document. This position is specified relative to the complete document and the textflow is given through the insertionMode parameter.</summary>
			<param name="barcodeFrame">Specifies the barcode and its frame to add.</param>
			<param name="location">Specifies the location, in twips, at which the barcode is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeCollection.Add(DataVisualization.BarcodeFrame,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a barcode with the built-in mouse interface. The barcode's size is determined through the end-user. A cross cursor indicates where the barcode can be inserted. Changing the document or pressing the ESC key aborts the insertion process.</summary>
			<param name="barcodeFrame">Specifies the barcode and its frame to add.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to which to copy.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeCollection.GetItem">
			<summary>Gets the barcode selected by the user.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeCollection.GetItem(System.Int32)">
			<summary>Gets the barcode with the specified identifier. An id can be set with the ID property.</summary>
			<param name="id">Specifies the barcode's identifier.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeCollection.GetItem(System.String)">
			<summary>Gets the barcode with the specified name. A name can be set with the Name property.</summary>
			<param name="name">Specifies the barcode's name.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeCollection.Remove(DataVisualization.BarcodeFrame)">
			<summary>Removes a barcode from a Text Control document.</summary>
			<param name="barcodeFrame">Specifies the barcode to remove.</param>
		</member>
		<member name="T:TXTextControl.DataVisualization.BarcodeEventArgs">
			<summary>The BarcodeEventArgs class provides data for all events that occur with barcodes.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.BarcodeEventArgs.BarcodeFrame">
			<summary>Gets an object that represents the barcode which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.DataVisualization.BarcodeFrame">
			<summary>An instance of the BarcodeFrame class represents a barcode and its layout in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeFrame.#ctor(System.Object)">
			<summary>Initializes a new instance of the BarcodeFrame class.</summary>
			<param name="barcode">Specifies the barcode control associated with the barcode frame.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeFrame.AddUndoUnit">
			<summary>Adds the current state of the barcode which is connected with this BarcodeFrame to the undo stack. Programmatic changes performed with the barcode's properties and methods are not automatically added to a TextControl's undo stack. Calling this method is not necessary, when the barcode frame's layout in the text is changed.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.BarcodeFrame.Refresh">
			<summary>Refreshes the barcode. Programmatic changes performed with the barcode's properties and methods are not automatically refreshed. Calling this method is not necessary, when the barcode frame's layout in the text is changed.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.BarcodeFrame.Barcode">
			<summary>Gets the barcode control associated with the barcode frame.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.BarcodeFrame.ExportCompressionQuality">
			<summary>Sets a value between 1 and 100, which is the quality of a lossy data compression used, if the barcode's image is exported.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.BarcodeFrame.ExportFileName">
			<summary>Gets or sets the file name, when the barcode's image is exported.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.BarcodeFrame.ExportFilterIndex">
			<summary>Gets or sets the format used, if a barcode's image is exported.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.BarcodeFrame.ExportResolution">
			<summary>Gets or sets the maximum resolution in dots per inch in which the barcode's image is saved.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.BarcodeFrame.SaveMode">
			<summary>Determines whether the barcode's image is stored through its binary data or through a file reference.</summary>
		</member>
		<member name="T:TXTextControl.DataVisualization.ChartCollection">
			<summary>An instance of the ChartCollection class contains all charts in a document represented through objects of the type DataVisualization.ChartFrame.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartCollection.Add(DataVisualization.ChartFrame,System.Int32)">
			<summary>Inserts a chart inline, which means that it is treated in the text like a single character.</summary>
			<param name="chartFrame">Specifies the chart and its frame to add.</param>
			<param name="textPosition">Specifies the text position at which the chart is to be inserted.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartCollection.Add(DataVisualization.ChartFrame,TXTextControl.HorizontalAlignment,System.Int32,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a chart which is anchored to the specified text position. It has the specified horizontal alignment relative to the paragraph into which it is inserted and the textflow is given through the insertionMode parameter. An anchored chart is moved with the text.</summary>
			<param name="chartFrame">Specifies the chart and its frame to add.</param>
			<param name="alignment">Specifies the chart's horizontal alignment.</param>
			<param name="textPosition">Specifies the text position at which the chart is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartCollection.Add(DataVisualization.ChartFrame,System.Drawing.Point,System.Int32,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a chart which is anchored to the specified text position. The specified location is relative to the paragraph into which it is inserted and the textflow is given through the insertionMode parameter. An anchored chart is moved with the text.</summary>
			<param name="chartFrame">Specifies the chart and its frame to add.</param>
			<param name="location">Specifies the location, in twips, at which the chart is to be inserted.</param>
			<param name="textPosition">Specifies the text position at which the chart is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartCollection.Add(DataVisualization.ChartFrame,System.Int32,System.Drawing.Point,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a chart which has a fixed geometrical position in the document. This position is specified through a page number and a location on this page and the textflow is given through the insertionMode parameter.</summary>
			<param name="chartFrame">Specifies the chart and its frame to add.</param>
			<param name="page">Specifies the number of a page beginning with 1 where the chart is located.</param>
			<param name="location">Specifies the location, in twips, at which the chart is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartCollection.Add(DataVisualization.ChartFrame,System.Drawing.Point,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a chart which has a fixed geometrical position in the document. This position is specified relative to the complete document and the textflow is given through the insertionMode parameter.</summary>
			<param name="chartFrame">Specifies the chart and its frame to add.</param>
			<param name="location">Specifies the location, in twips, at which the chart is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to which to copy.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartCollection.GetItem">
			<summary>Gets the chart selected by the user.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartCollection.GetItem(System.Int32)">
			<summary>Gets the chart with the specified identifier. An id can be set with the ID property.</summary>
			<param name="id">Specifies the chart's identifier.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartCollection.GetItem(System.String)">
			<summary>Gets the chart with the specified name. A name can be set with the Name property.</summary>
			<param name="name">Specifies the chart's name.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartCollection.Remove(DataVisualization.ChartFrame)">
			<summary>Removes a chart from a Text Control document.</summary>
			<param name="chartFrame">Specifies the chart to remove.</param>
		</member>
		<member name="T:TXTextControl.DataVisualization.ChartEventArgs">
			<summary>The ChartEventArgs class provides data for all events that occur with charts.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.ChartEventArgs.ChartFrame">
			<summary>Gets an object that represents the chart which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.DataVisualization.ChartFrame">
			<summary>An instance of the ChartFrame class represents a chart and its layout in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartFrame.#ctor(System.ComponentModel.Component)">
			<summary>Initializes a new instance of the ChartFrame class.</summary>
			<param name="chart">Specifies the chart control associated with the chart frame.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartFrame.AddUndoUnit">
			<summary>Add the current state of the chart which is connected with this ChartFrame to the undo stack. Programmatic changes performed with the chart's properties and methods are not automatically added to a TextControl's undo stack. Calling this method is not necessary, when the chart frame's layout in the text is changed.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.ChartFrame.Refresh">
			<summary>Refreshes the chart. Programmatic changes performed with the chart's properties and methods are not automatically refreshed. Calling this method is not necessary, when the chart frame's layout in the text is changed.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.ChartFrame.Chart">
			<summary>Gets the chart control associated with the chart frame.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.ChartFrame.ExportCompressionQuality">
			<summary>Sets a value between 1 and 100, which is the quality of a lossy data compression used, if the chart's image is exported.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.ChartFrame.ExportFileName">
			<summary>Gets or sets the file name, when the chart's image is exported.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.ChartFrame.ExportFilterIndex">
			<summary>Gets or sets the format used, if a chart's image is exported.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.ChartFrame.ExportResolution">
			<summary>Gets or sets the maximum resolution in dots per inch in which the chart's image is saved.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.ChartFrame.SaveMode">
			<summary>Determines whether the chart's image is stored through its binary data or through a file reference.</summary>
		</member>
		<member name="T:TXTextControl.DataVisualization.DrawingCollection">
			<summary>An instance of the DrawingCollection class contains all drawings in a document represented through objects of the type DataVisualization.DrawingFrame.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.Add(DataVisualization.DrawingFrame,System.Int32)">
			<summary>Inserts a drawing inline, which means that it is treated in the text like a single character.</summary>
			<param name="drawingFrame">Specifies the drawing and its frame to add.</param>
			<param name="textPosition">Specifies the text position at which the drawing is to be inserted.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.Add(DataVisualization.DrawingFrame,TXTextControl.HorizontalAlignment,System.Int32,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a drawing, which is anchored to the specified text position. It has the specified horizontal alignment relative to the paragraph into which it is inserted and the textflow is given through the insertionMode parameter. An anchored drawing is moved with the text. FrameInsertionMode.FixedOnPage and FrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="drawingFrame">Specifies the drawing and its frame to add.</param>
			<param name="alignment">Specifies the drawing's horizontal alignment.</param>
			<param name="textPosition">Specifies the text position at which the drawing is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.Add(DataVisualization.DrawingFrame,System.Drawing.Point,System.Int32,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a drawing, which is anchored to the specified text position. The specified location is relative to the paragraph into which it is inserted and the textflow is given through the insertionMode parameter. An anchored drawing is moved with the text. FrameInsertionMode.FixedOnPage and FrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="drawingFrame">Specifies the drawing and its frame to add.</param>
			<param name="location">Specifies the location, in twips, at which the drawing is to be inserted.</param>
			<param name="textPosition">Specifies the text position at which the drawing is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.Add(DataVisualization.DrawingFrame,System.Int32,System.Drawing.Point,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a drawing, which has a fixed geometrical position in the document. This position is specified through a page number and a location on this page and the textflow is given through the insertionMode parameter. FrameInsertionMode.MoveWithText and FrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="drawingFrame">Specifies the drawing and its frame to add.</param>
			<param name="page">Specifies the number of a page beginning with 1 where the drawing is located.</param>
			<param name="location">Specifies the location, in twips, at which the drawing is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.Add(DataVisualization.DrawingFrame,System.Drawing.Point,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a drawing, which has a fixed geometrical position in the document. This position is specified relative to the complete document and the textflow is given through the insertionMode parameter. FrameInsertionMode.MoveWithText and FrameInsertionMode.AsCharacter cannot be specified with this overload.</summary>
			<param name="drawingFrame">Specifies the drawing and its frame to add.</param>
			<param name="location">Specifies the location, in twips, at which the drawing is to be inserted.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.Add(DataVisualization.DrawingFrame,TXTextControl.FrameInsertionMode)">
			<summary>Inserts a drawing with the built-in mouse interface. The drawing's size is determined through the end-user. A cross cursor indicates where the drawing can be inserted. Changing the document or pressing the ESC key aborts the insertion process.</summary>
			<param name="drawingFrame">Specifies the drawing and its frame to add.</param>
			<param name="insertionMode">Specifies how the text flow is handled.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to which to copy.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.DeactivateItem">
			<summary>Deactivates the activated drawing and sets the input focus back to the text part that contains the drawing.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.GetActivatedItem">
			<summary>Returns the currently activated drawing. An activated drawing has the input focus and can be edited. The method returns null, if no drawing is activated.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.GetItem">
			<summary>Gets the drawing selected by the user.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.GetItem(System.Int32)">
			<summary>Gets the drawing with the specified identifier. An id can be set with the ID property.</summary>
			<param name="id">Specifies the drawing's identifier.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.GetItem(System.String)">
			<summary>Gets the drawing with the specified name. A name can be set with the Name property.</summary>
			<param name="name">Specifies the drawing's name.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingCollection.Remove(DataVisualization.DrawingFrame)">
			<summary>Removes a drawing from a Text Control document.</summary>
			<param name="drawingFrame">Specifies the drawing to remove.</param>
		</member>
		<member name="T:TXTextControl.DataVisualization.DrawingEventArgs">
			<summary>The DrawingEventArgs class provides data for all events that occur with drawings.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.DrawingEventArgs.DrawingFrame">
			<summary>Gets an object that represents the drawing which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.DataVisualization.DrawingFrame">
			<summary>An instance of the DrawingFrame class represents a drawing and its layout in a Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingFrame.#ctor(System.Object)">
			<summary>Initializes a new instance of the DrawingFrame class.</summary>
			<param name="drawing">Specifies the drawing control associated with the drawing frame.</param>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingFrame.Activate">
			<summary>Activates the drawing so that its contents can be edited. A drawing can only be activated, if the text part that contains the drawing has the input focus.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingFrame.AddUndoUnit">
			<summary>Add the current state of the drawing which is connected with this DrawingFrame to the undo stack. Programmatic changes performed with the drawing's properties and methods are not automatically added to a TextControl's undo stack. Calling this method is not necessary, when the drawing frame's layout in the text is changed.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingFrame.Refresh">
			<summary>Refreshes the complete drawing. Programmatic changes performed with the drawing's properties and methods are not automatically refreshed. Calling this method is not necessary, when the drawing frame's layout in the text is changed.</summary>
		</member>
		<member name="M:TXTextControl.DataVisualization.DrawingFrame.Refresh(System.Drawing.Rectangle)">
			<summary>Refreshes the specified part of drawing. Programmatic changes performed with the drawing's properties and methods are not automatically refreshed. Calling this method is not necessary, when the drawing frame's layout in the text is changed.</summary>
			<param name="clipRectangle">Specifies the rectangular part of the drawing to refresh, in pixels, relative to the top-left corner of the drawing.</param>
		</member>
		<member name="P:TXTextControl.DataVisualization.DrawingFrame.Drawing">
			<summary>Gets the drawing control associated with the drawing frame.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.DrawingFrame.ExportCompressionQuality">
			<summary>Sets a value between 1 and 100, which is the quality of a lossy data compression used, if the drawing's bitmap image is exported.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.DrawingFrame.ExportFileName">
			<summary>Gets or sets the file name, when the drawing's bitmap image is exported.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.DrawingFrame.ExportFilterIndex">
			<summary>Gets or sets the format used, if a drawing's bitmap image is exported.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.DrawingFrame.ExportResolution">
			<summary>Gets or sets the maximum resolution in dots per inch in which the drawing's bitmap image is saved.</summary>
		</member>
		<member name="P:TXTextControl.DataVisualization.DrawingFrame.SaveMode">
			<summary>Determines whether the drawing's bitmap image is stored through its binary data or through a file reference.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.FileFormat">
			<summary>Determines a certain text format.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.FileFormat.MSWord">
			<summary>Specifies Microsoft Word format.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.FileFormat.RichTextFormat">
			<summary>Specifies RTF format (Rich Text Format).</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.FileFormat.WordprocessingML">
			<summary>Specifies Microsoft Office Open XML format.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.FileFormat.InternalUnicodeFormat">
			<summary>Specifies the internal TX Text Control format. Text is stored in Unicode format.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.AcroForms.FieldType">
			<summary>Implements the PDF from field type enumeration.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.PDF.AcroForms.FieldType.Btn">
			<summary>Specifies an AcroForms button.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.PDF.AcroForms.FieldType.Tx">
			<summary>Specifies an AcroForms text field.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.PDF.AcroForms.FieldType.Sig">
			<summary>Specifies an AcroForms signature field.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.PDF.AcroForms.FieldType.Ch">
			<summary>Specifies an AcroForms choice field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DocumentController">
			<summary>The DocumentController class is a .NET component that can be used to perform the necessary document handling on the server, when using a control such as the DocumentServer.Web.DocumentViewer.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.#ctor">
			<summary>Initializes a new instance of the DocumentController class.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.Dispose">
			<summary>Frees all resources used by the DocumentController instance.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.MergeField(DocumentServer.Fields.FormFieldAdapter,System.String)">
			<summary>Sets the value of the form field specified through the given adapter to the submitted value.</summary>
			<param name="fieldAdapter">The adapter for the form field whose value is to be set.</param>
			<param name="value">Specifies the value the form field is to be set to.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.GetBlockFieldNames(System.String)">
			<summary>Gets a list of the names of all the application fields which are contained inside the specified merge block.</summary>
			<param name="block">Specifies the name of the merge block whose field names are to be returned.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.GetBlockNames">
			<summary>Gets a list of the names of all the merge blocks contained in the document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.GetFieldAdapters">
			<summary>Gets all adapters for all application fields.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.GetFieldAdapters(TXTextControl.Page)">
			<summary>Gets a collection of adapters for all application fields in the specified scope. Returns a collection of adapters for the fields located on the given page.</summary>
			<param name="page">Specifies the page for whose fields a collection of adapters is to be returned.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.GetFieldNames">
			<summary>Get field names.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.Load(System.String,DocumentServer.FileFormat)">
			<summary>Loads a document from a file that is used for further processing.</summary>
			<param name="filename">Specifies the document file to be loaded.</param>
			<param name="documentFormat">Specifies one of the DocumentServer.FileFormat values.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.LoadFromMemory(System.Object,DocumentServer.FileFormat)">
			<summary>Loads a document from memory that is used for further processing.</summary>
			<param name="document">Specifies a document memory variable from which the data is loaded.</param>
			<param name="documentFormat">Specifies one of the DocumentServer.FileFormat values.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.Save(System.String,TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Saves the document that is currently loaded in the DocumentController to a file.</summary>
			<param name="filename">Specifies a file into which the data is saved.</param>
			<param name="fileFormat">Specifies one of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.SaveToMemory(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the document that is currently loaded in the DocumentController to a byte array.</summary>
			<param name="data">Specifies a byte array or a string into which the data is saved.</param>
			<param name="fileFormat">Specifies one of the BinaryStreamType or the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.SaveToMemory(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the document that is currently loaded in the DocumentController to a string.</summary>
			<param name="data">Specifies a byte array or a string into which the data is saved.</param>
			<param name="fileFormat">Specifies one of the BinaryStreamType or the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.Twips2Pixels(System.Int32,System.Single)">
			<summary>Converts a value in twips to a value in pixels according to a specified resolution. This is a helper method that is useful when implementing pixel-based document viewers.</summary>
			<param name="twips">The value in twips to be converted.</param>
			<param name="dpi">The resolution the conversion is based on.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.DocumentController.CharCodeChecked">
			<summary>Gets or sets the character's code that is used to render checked check boxes.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DocumentController.CharCodeUnchecked">
			<summary>Gets or sets the character's code that is used to render unchecked check boxes.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DocumentController.CheckBoxFont">
			<summary>Gets or sets the font used for rendering check boxes.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DocumentController.DpiX">
			<summary>Gets or sets the horizontal DPI value used for display-related calculations.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DocumentController.DpiY">
			<summary>Gets or sets the vertical DPI value used for display-related calculations.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DocumentController.Pages">
			<summary>Gets a collection of all pages contained in the currently loaded document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DocumentController.TextComponent">
			<summary>Gets or sets the object of type ServerTextControl that is associated with the DocumentController component.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection">
			<summary>An instance of the FieldAdapterCollection class contains adapters for all application fields of the page it belongs to.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection.CopyTo(System.Array,System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at the specified index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate over the collection's items.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection.IndexOf(DocumentServer.Fields.FieldAdapter)">
			<summary>Gets the index of the specified field adapter in the collection.</summary>
			<param name="fieldAdapter">Specifies the field adapter whose index should be looked up.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DocumentController.FieldAdapterCollection.Item">
			<summary>Gets the DocumentServer.Fields.FieldAdapter instance at the specified index from the collection.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MailMerge">
			<summary>The MailMerge class is a .NET component that can be used to effortlessly merge template documents with database content in .NET projects, such as ASP.NET web applications, web services or Windows services.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.#ctor">
			<summary>Initializes a new instance of the MailMerge class.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.GetBlockFieldNames(System.String)">
			<summary>Returns the names of all merge fields inside the merge block with the specified name.</summary>
			<param name="blockName">Specifies the name of the block for which the field names are returned.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.GetBlockNames">
			<summary>Lists the names of all merge blocks contained in the currently loaded template.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.LoadTemplate(System.String,DocumentServer.FileFormat)">
			<summary>Loads a template from a file that is used for the merge process.</summary>
			<param name="filename">Specifies a template file from which the data is loaded.</param>
			<param name="documentFormat">Specifies one of the DocumentServer.FileFormat values.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.LoadTemplateFromMemory(System.Object,DocumentServer.FileFormat)">
			<summary>Loads a template from memory that is used for the merge process.</summary>
			<param name="template">Specifies a template memory variable from which the data is loaded.</param>
			<param name="documentFormat">Specifies one of the DocumentServer.FileFormat values.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.Merge(System.Data.DataTable,System.Boolean)">
			<summary>Merges the loaded template with the data of a specific System.Data.DataTable. The second parameter specifies whether the single documents should be merged into one document or splitted into separate documents.</summary>
			<param name="mergeData">Specifies a System.Data.DataTable that contains the merge data.</param>
			<param name="append">Specifies whether the single documents should be merged into one document or split into separate documents.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.Merge(System.Data.DataTable)">
			<summary>Does the same as Merge(System.Data.DataTable mergeData, bool append) with parameter “append” set to true.</summary>
			<param name="mergeData">Specifies a System.Data.DataTable that contains the merge data.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.Merge(System.Boolean)">
			<summary>Merges data into the template using a data base connection given through a data source configuration file or data source configuration XML data. (See also ReportDataSourceConfigFile property and ReportDataSourceConfig property)</summary>
			<param name="append">Specifies whether the single documents should be merged into one document or split into separate documents.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.Merge">
			<summary>Does the same as method Merge(bool append) with parameter “append” set to true.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.MergeBlocks(System.Data.DataSet)">
			<summary>Merges all repeating blocks that are contained in the loaded template with the System.Data.DataTable instances contained in the given System.Data.DataSet. The name of the System.Data.DataTable must match the name of the block in the template. The supported format of the repeating blocks can be found in the ASP.NET User's Guide.</summary>
			<param name="mergeData">Specifies a System.Data.DataSet that contains the merge data.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.MergeJsonData(System.String,System.Boolean)">
			<summary>Merges data given as a JSON string into a document template. The JSON string has to contain either a single object or an array of equally structured objects.</summary>
			<param name="json">The JSON string containing the merge data.</param>
			<param name="append">Specifies whether the merge result should be merged into one document or split into separate documents.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.MergeJsonData(System.String)">
			<summary>Does the same as MergeJsonData with the parameter “append” set to true.</summary>
			<param name="json">The JSON string containing the merge data.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.MergeObject(System.Object)">
			<summary>Merges a single instance of an arbitrary type into the loaded document template. For more information about .NET reflection based object merging read the documentation of the MergeObjects method.</summary>
			<param name="mergeData">Specifies the object to merge into the template.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.MergeObjects(System.Collections.IEnumerable,System.Boolean)">
			<summary>Interprets all public properties of the objects or the key names of the dictionaries in the collection as possible table columns and / or child tables. The type of the first object (or the key names and types of the first dictionary) in the collection is analyzed via .NET reflection and used as the basis of the assumed table structure. (In case of the collection containing objects of different types, the merge process is successful nevertheless, but some fields will be empty.) Properties of simple data types (e. g. string, int, enum) are converted to text using the ToString method. The textual representation of enum values can be specified using the System.ComponentModel.DescriptionAttribute. (For example: enum FoodCategory { [Description("Grains / Cereals")] Grains_Cereals, ... }.) The name by which Properties are mapped to field names can be adjusted using the System.ComponentModel.DisplayNameAttribute. (For example: [DisplayName("Name")] public string ProductName { get; set; }.) Complex properties which are themselves of type System.Collections.IEnumerable are interpreted as child Tables and used for merging merge blocks and nested merge blocks. This way data relations can be represented. Properties of a type itself having public properties are either interpreted as a simple table column (the merged text then is determined using the ToString() method) or they are treated as if they were a child table containing only one data row with the properties being the table columns. The second parameter specifies whether the single documents should be merged into one document or split into separate documents. The supported format of the merge fields can be found in the ASP.NET User's Guide.</summary>
			<param name="mergeData">Specifies a System.Collections.IEnumerable that contains the merge data.</param>
			<param name="append">Specifies whether the single documents should be merged into one document or split into separate documents.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.MergeObjects(System.Collections.IEnumerable)">
			<summary>Does the same as MergeObjects with the parameter “append” set to true.</summary>
			<param name="mergeData">Specifies a System.Collections.IEnumerable that contains the merge data.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.Print(System.Drawing.Printing.PrintDocument)">
			<summary>Prints the merged document. It uses the settings of the specified PrintDocument.</summary>
			<param name="printDocument">Specifies an instance of the PrintDocument class.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.Print(System.String,System.String,System.Int32,System.Boolean)">
			<summary>Prints the merged document with specific settings for the document name, the printer name, the number of copies and whether it should be collated or not.</summary>
			<param name="docName">Specifies the document's name.</param>
			<param name="printerName">Specifies the name of the printer to which the output is sent.</param>
			<param name="copyCount">Specifies the number of copies to print.</param>
			<param name="collate">Collates output by printing every page of the first copy, then every page of the second copy, and so on.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.SaveDocument(System.String,TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Saves the merged document to a file.</summary>
			<param name="filename">Specifies a file into which the data is saved.</param>
			<param name="fileFormat">Specifies one of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.SaveDocumentToMemory(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the merged document to a byte array.</summary>
			<param name="data">Specifies a byte array or a string into which the data is saved.</param>
			<param name="fileFormat">Specifies one of the BinaryStreamType or the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.MailMerge.SaveDocumentToMemory(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the merged document to a string.</summary>
			<param name="data">Specifies a byte array or a string into which the data is saved.</param>
			<param name="fileFormat">Specifies one of the BinaryStreamType or the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.DataSourceCulture">
			<summary>Specifies the culture with which numerical and date / time values coming from the data source are parsed.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.DateFieldUtcOffset">
			<summary>Specifies the UTC offset in minutes to apply to date fields.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FormFieldMergeType">
			<summary>Specifies in which manner form fields are treated during the merge process.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.MergeCulture">
			<summary>Specifies the culture with which numerical and date / time values are formatted when merged into the target document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.RemoveEmptyBlocks">
			<summary>Specifies whether the content of empty merge blocks should be removed from the template or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.RemoveEmptyFields">
			<summary>Specifies whether empty fields should be removed from the template or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.RemoveEmptyImages">
			<summary>Specifies whether images which don't have merge data should be removed from the template or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.RemoveEmptyLines">
			<summary>Specifies whether text lines which are empty after merging should be removed from the template or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.RemoveTrailingWhitespace">
			<summary>Specifies whether trailing whitespace should be removed before saving a document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ReportDataSourceConfig">
			<summary>Specifies the Report Data Source Configuration as an XML string.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ReportDataSourceConfigFile">
			<summary>Gets or sets the file path of a Report Data Source Configuration file (*.rdsc) which has been created with TX Text Control Words.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.SearchPath">
			<summary>Specifies a directory name where sub-templates and images (for image merging) should be searched.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.TemplateFile">
			<summary>Specifies the template file path.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.MergeBlockNamePrefix">
			<summary>A static property returning the internal merge block name prefix “txmb_”.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.TextComponent">
			<summary>Gets or sets the TextComponent object which is associated with the MailMerge component.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.UseTemplateFormat">
			<summary>Specifies whether the template page size and margins should be used or not.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.MailMerge.BarcodeMerged">
			<summary>Occurs when a barcode has been merged successfully.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.MailMerge.BlockMerging">
			<summary>Occurs when a merge block is about to be merged.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.MailMerge.BlockRowMerged">
			<summary>Occurs when a merge block row has been merged successfully.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.MailMerge.ChartMerged">
			<summary>Occurs when a chart has been merged successfully.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.MailMerge.DataRowMerged">
			<summary>Occurs when a data row has been merged successfully.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.MailMerge.FieldMerged">
			<summary>Occurs when a field has been merged.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.MailMerge.FormFieldMerged">
			<summary>Occurs when a form field has been merged.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.MailMerge.ImageFieldMerged">
			<summary>Occurs when an image field, i.e., a merge field whose name is prefixed with "image:" has been merged.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.MailMerge.ImageMerged">
			<summary>Occurs when an image has been merged successfully.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.MailMerge.IncludeTextMerging">
			<summary>Occurs when an IncludeText field has been merged.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MailMerge.BarcodeMergedEventArgs">
			<summary>The BarcodeMergedEventArgs class provides data for the BarcodeMerged event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.BarcodeMergedEventArgs.BarcodeFrame">
			<summary>Gets a BarcodeFrame object representing the merged barcode in the document.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MailMerge.BlockMergingEventArgs">
			<summary>The BlockMergingEventArgs class provides data for the BlockMerging event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.BlockMergingEventArgs.ColumnNames">
			<summary>Gets the column names of the table supplying the data for the block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.BlockMergingEventArgs.BlockName">
			<summary>Gets the name of the merge block the event was fired for.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.BlockMergingEventArgs.BlockData">
			<summary>Gets the block data as an array of data rows.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MailMerge.BlockRowMergedEventArgs">
			<summary>The BlockRowMergedEventArgs class provides data for the BlockRowMerged event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.BlockRowMergedEventArgs.DataRowNumber">
			<summary>Gets an int value that indicates the currently merged data row in the merge block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.BlockRowMergedEventArgs.DataRowCount">
			<summary>Gets an int value that indicates the total number of data rows.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.BlockRowMergedEventArgs.MergeBlockName">
			<summary>Gets a string value that indicates current merge block name.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.BlockRowMergedEventArgs.MergedBlockRow">
			<summary>Gets or sets a byte[] array that contains the complete data of the merged block row.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MailMerge.ChartMergedEventArgs">
			<summary>The ChartMergedEventArgs class provides data for the ChartMerged event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ChartMergedEventArgs.ChartFrame">
			<summary>Gets a ChartFrame object representing the merged chart in the document.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MailMerge.DataRowMergedEventArgs">
			<summary>The DataRowMergedEventArgs class provides data for the DataRowMerged event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.DataRowMergedEventArgs.Cancel">
			<summary>Gets or sets a value indicating whether the current merge process should be canceled.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.DataRowMergedEventArgs.DataRow">
			<summary>Gets the current data row's content.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.DataRowMergedEventArgs.DataRowNumber">
			<summary>Gets an int value that indicates the currently merged data row.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.DataRowMergedEventArgs.MergedRow">
			<summary>Gets or sets a byte array that contains the complete data of the merged data row.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs">
			<summary>The FieldMergedEventArgs class provides data for the FieldMerged event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.Cancel">
			<summary>Gets or sets a value indicating whether the current merge process should be canceled.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.DataRow">
			<summary>Gets the data row which is used to supply the current field with merge content.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.MailMergeFieldAdapter">
			<summary>Gets or sets a MailMergeFieldAdapter that contains the already merged field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.MergeBlockName">
			<summary>If the merge field is part of a merge block, this property returns the name of the block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.Merged">
			<summary>Gets a bool value that indicates whether the current field has been merged successfully or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.MergedField">
			<summary>Gets or sets a byte array that contains the complete data of the merged field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.NestingDepth">
			<summary>If the merge field is part of a merge block, this property returns the one-based nesting depth of the block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.TableCell">
			<summary>If the merge field is inside of a table, this property returns the containing table cell as a TXTextControl.TableCell instance or null otherwise.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs">
			<summary>The FormFieldMergedEventArgs class provides data for the FormFieldMerged event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.DataRow">
			<summary>Gets the data row which is used to supply the current field with merge content.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.FormField">
			<summary>Gets the already merged FormField.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.MergeBlockName">
			<summary>If the form field is part of a merge block, this property returns the name of the block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.Merged">
			<summary>Gets a boolean value that indicates whether the current field has been merged successfully or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.NestingDepth">
			<summary>If the form field is part of a merge block, this property returns the one-based nesting depth of the block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.TableCell">
			<summary>If the form field is inside of a table, this property returns the containing table cell as a TXTextControl.TableCell instance or null otherwise.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs">
			<summary>The ImageFieldMergedEventArgs class provides data for the ImageFieldMerged event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.FieldName">
			<summary>Gets the name of the merged field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.Filename">
			<summary>Gets the filename of the merged image.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.Image">
			<summary>Gets or sets the image that has been merged into the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.MergeBlockName">
			<summary>If the image field is part of a merge block, this property returns the name of the block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.Merged">
			<summary>Gets a bool value that indicates whether the current field has been merged successfully or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.NestingDepth">
			<summary>If the image field is part of a merge block, this property returns the one-based nesting depth of the block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.TableCell">
			<summary>If the image field is inside of a table, this property returns the containing table cell as a TXTextControl.TableCell instance or null otherwise.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs">
			<summary>The ImageMergedEventArgs class provides data for the ImageMerged event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.DataRow">
			<summary>Gets the data row which is used to supply the current image with merge content.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.ID">
			<summary>Gets the ID of the merged image.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.Image">
			<summary>Gets or sets the merged image.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.MergeBlockName">
			<summary>If the image is part of a merge block, this property returns the name of the block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.Merged">
			<summary>Gets a boolean value that indicates whether the current image has been merged successfully or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.Name">
			<summary>Gets the name of the merged image.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.NestingDepth">
			<summary>If the image is part of a merge block, this property returns the one-based nesting depth of the block.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MailMerge.IncludeTextMergingEventArgs">
			<summary>The IncludeTextMergingEventArgs class provides data for the IncludeTextMerging event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.IncludeTextMergingEventArgs.Filename">
			<summary>Gets a string that indicates the file name of the IncludeText field to be merged.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.IncludeTextMergingEventArgs.IncludeTextDocument">
			<summary>Sets a byte[] array that contains the complete data of the IncludeText document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.MailMerge.IncludeTextMergingEventArgs.IncludeTextField">
			<summary>Represents the currently merged INCLUDETEXT field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.MergeCanceledException">
			<summary>A MergeCanceledException is thrown through the Merge method when the current merge process was canceled through the DataRowMergedEventArgs.Cancel property.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataShaping.FilterInstruction">
			<summary>The FilterInstruction class is used to filter merge block data by certain conditions before merging.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataShaping.FilterInstruction.#ctor(System.String,DocumentServer.DataShaping.RelationalOperator,System.Object,DocumentServer.DataShaping.LogicalOperator)">
			<summary>Sets the table column name to filter the data rows by, the comparison operator, the value to compare the table column content to and the logical operator.</summary>
			<param name="columnName">The name of the table column to filter the data rows by.</param>
			<param name="comparisonOperator">The comparison operator.</param>
			<param name="compareTo">The value to compare the table column content to.</param>
			<param name="logicalOperator">The logical operator which connects a filter instruction to the previous filter instruction in a collection.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataShaping.FilterInstruction.#ctor(System.String,DocumentServer.DataShaping.RelationalOperator,System.Object)">
			<summary>Sets the table column name to filter the data rows by, the comparison operator and the value to compare the table column content to. The logical operator is set to LogicalOperator.And.</summary>
			<param name="columnName">The name of the table column to filter the data rows by.</param>
			<param name="comparisonOperator">The comparison operator.</param>
			<param name="compareTo">The value to compare the table column content to.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataShaping.FilterInstruction.#ctor(System.String,DocumentServer.DataShaping.RelationalOperator)">
			<summary>Sets the table column name to filter the data rows by and the comparison operator. The value to compare the table column content to is set to the empty string and the logical operator is set to LogicalOperator.And. This constructor is useful in cases of "is blank" or "is not blank" filter instructions because no compare value is needed in those cases.</summary>
			<param name="columnName">The name of the table column to filter the data rows by.</param>
			<param name="comparisonOperator">The comparison operator.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataShaping.FilterInstruction.ColumnName">
			<summary>Gets or sets the name of the table column whose content this merge condition is compared to.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataShaping.FilterInstruction.CompareTo">
			<summary>Gets or sets the value the table column content is compared to using the specified comparison operator.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataShaping.FilterInstruction.ComparisonOperator">
			<summary>Gets or sets the relational operator used as the comparison operator.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataShaping.FilterInstruction.Culture">
			<summary>Gets or sets the format provider for numerical value comparison.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataShaping.FilterInstruction.LogicalOperator">
			<summary>Gets or sets the logical operator by which to logically connect a filter instruction to the previous one if a filter consists of a collection of multiple filter instructions.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataShaping.SortingInstruction">
			<summary>The SortingInstruction class contains merge block data sorting information such as the sort order and the column name to sort the data rows after.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataShaping.SortingInstruction.#ctor(System.String,DocumentServer.DataShaping.SortOrder)">
			<summary>Sets the column name to order the data by and sets the sort order (ascending / descending).</summary>
			<param name="orderBy">The name of the column to order the block data by.</param>
			<param name="sortOrder">The sort order.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataShaping.SortingInstruction.#ctor(System.String)">
			<summary>Sets the column name to order the data by and sets the sort order to SortOrder.Ascending.</summary>
			<param name="orderBy">The name of the column to order the block data by.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataShaping.SortingInstruction.Culture">
			<summary>Gets or sets the format provider for numerical value comparison.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataShaping.SortingInstruction.OrderBy">
			<summary>Gets or sets the table column name to order the data by.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataShaping.SortingInstruction.SortOrder">
			<summary>Gets or sets the sort order (ascending / descending).</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.BlockTemplateType">
			<summary>Determines the type of repeating merge block which is inserted when using the DataSourceManager.InsertMergeBlock method.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.DataSources.BlockTemplateType.TableRow">
			<summary>Insert a table row based repeating merge block.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.DataSources.BlockTemplateType.PlainParagraph">
			<summary>Insert a paragraph based repeating merge block.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.DialogResult">
			<summary>Specifies identifiers to indicate the return value of a dialog box.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.DataSources.DialogResult.None">
			<summary>Nothing is returned from the dialog box. This means that the modal dialog continues running.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.DataSources.DialogResult.OK">
			<summary>The dialog box return value is OK (usually sent from a button labeled OK).</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.DataSources.DialogResult.Cancel">
			<summary>The dialog box return value is Cancel (usually sent from a button labeled Cancel).</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.FieldDisplayMode">
			<summary>Specifies identifiers to indicate the field display mode.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.DataSources.FieldDisplayMode.ShowFieldText">
			<summary>The field text is displayed.</summary>
		</member>
		<member name="F:TXTextControl.DocumentServer.DataSources.FieldDisplayMode.ShowFieldCodes">
			<summary>The field codes are displayed.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.DataColumnInfo">
			<summary>The DataColumnInfo class provides basic information about a table column in a data source.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataColumnInfo.Caption">
			<summary>Gets a descriptive or friendly column name.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataColumnInfo.ColumnName">
			<summary>Gets the column name.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataColumnInfo.DataTableInfo">
			<summary>Gets an object of type DataTableInfo which represents the table this column belongs to.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataColumnInfo.DataType">
			<summary>Gets the data type of this table column.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection">
			<summary>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.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection.CopyTo(DocumentServer.DataSources.DataColumnInfoCollection[],System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection.Item">
			<summary>Gets the DataColumnInfo instance with the specified 0-based index from the collection.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataColumnInfoCollection.IsReadOnly">
			<summary>Gets a value indicating whether the collection is read only.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.DataRelationInfo">
			<summary>The DataRelationInfo class provides all necessary information about parent-child-relations between data tables.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataRelationInfo.ChildColumnName">
			<summary>Gets the name of the child column which is part of this data relation.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataRelationInfo.ChildTableName">
			<summary>Gets the name of the child table which is part of this data relation.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataRelationInfo.ParentColumnName">
			<summary>Gets the name of the parent column which is part of this data relation.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataRelationInfo.ParentTableName">
			<summary>Gets the name of the parent table which is part of this data relation.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataRelationInfo.RelationName">
			<summary>Gets the data relation name if one was defined.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection">
			<summary>An instance of the DataRelationInfoCollection class contains all data relations in a data source represented through objects of the type DataRelationInfo.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection.CopyTo(DocumentServer.DataSources.DataRelationInfo[],System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection.Item">
			<summary>Gets the DataRelationInfo instance with the specified 0-based index from the collection.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection.IsReadOnly">
			<summary>Gets a value indicating whether the collection is read only.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.DataSourceManager">
			<summary>The DataSourceManager class is designed for handling all existing kinds of data sources which can be used together with the MailMerge class.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.#ctor">
			<summary>Initializes a new instance of the DataSourceManager class.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.InsertMergeBlock(System.Object,DocumentServer.DataSources.MergeBlockInfo,DocumentServer.DataSources.MergeBlockSettings)">
			<summary>Inserts a repeating merge block into a TextControl instance, a WPF.TextControl instance or a ServerTextControl instance at the current input position.</summary>
			<param name="textControl">A TextControl instance, a WPF.TextControl instance or a ServerTextControl instance.</param>
			<param name="mergeBlockInfo">A MergeBlockInfo object which describes the merge block to insert into the TextControl instance.</param>
			<param name="settings">A MergeBlockSettings object which describes the settings of the merge block to insert into the TextControl instance.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.IsMergeBlock(TXTextControl.SubTextPart)">
			<summary>Checks if a given SubTextPart is a merge block.</summary>
			<param name="subTextPart">The SubTextPart object to be checked.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadAssembly(System.String)">
			<summary>Loads an assembly file as a data source. Automatically deduces table and column names as well as data relations from the public properties of all public classes found in the assembly.</summary>
			<param name="fileName">The assembly file name.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadDataSet(System.Data.DataSet)">
			<summary>Loads a System.Data.DataSet object as a data source.</summary>
			<param name="dataSet">The System.Data.DataSet object to use as a data source.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadDataSourceConfig">
			<summary>Shows the system's default open file dialog where a configuration file can be selected.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadDataSourceConfig(System.Object)">
			<summary>Shows the system's default open file dialog where a configuration file can be selected.</summary>
			<param name="owner">An object that represents the top-level window that will own the modal dialog box.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadDataSourceConfig(System.String)">
			<summary>Loads XML configuration data given as a string.</summary>
			<param name="configData">A string containing XML configuration data.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadDataTable(System.Data.DataTable)">
			<summary>Loads a System.Data.DataTable object as a data source.</summary>
			<param name="dataTable">The DataTable object to use as a data source.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadJson(System.String)">
			<summary>Loads a JSON string containing an array of objects or a single object as a data source. Automatically deduces table and column names as well as data relations from property names and nested objects in the given single object or, in case of an array, the first object.</summary>
			<param name="json">A JSON string containing a single object or an array of objects.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadObjects(System.Collections.IEnumerable)">
			<summary>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.</summary>
			<param name="objects">A collection implementing interface System.Collections.IEnumerable containing objects of any type.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadSingleObject(System.Object)">
			<summary>Loads a single object which is either a Dictionary with string keys or an object of an arbitrary type as a data source. The data tables, column names are deduced either from the key names or the public property names and types using .NET reflection.</summary>
			<param name="obj">A single object which is either a Dictionary with string keys or an object of an arbitrary type as a data source.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadXmlFile(System.String)">
			<summary>Loads the contents of an XML file as a data source.</summary>
			<param name="fileName">The file name.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.LoadXmlString(System.String)">
			<summary>Loads XML data, given as a string, as a data source.</summary>
			<param name="xml">A string containing XML data.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.Merge(System.Byte[],System.Int32,System.Object,DataSources.MergeSettings)">
			<summary>Merges a maximum number of data rows.</summary>
			<param name="template">A binary TX internal unicode format document into which the data is merged.</param>
			<param name="maxDocuments">Specifies the maximum number of merged documents.</param>
			<param name="textControl">A TextControl instance needed for licensing purposes.</param>
			<param name="mergeSettings">A MergeSettings instance for providing additional merge settings.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.Merge(System.Byte[],System.Int32,System.Object)">
			<summary>Merges a maximum number of data rows.</summary>
			<param name="template">A binary TX internal unicode format document into which the data is merged.</param>
			<param name="maxDocuments">Specifies the maximum number of merged documents.</param>
			<param name="textControl">A TextControl instance needed for licensing purposes.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.Merge(System.Byte[],System.Object,DataSources.MergeSettings)">
			<summary>Merges all data rows.</summary>
			<param name="template">A binary TX internal unicode format document into which the data is merged.</param>
			<param name="textControl">A TextControl instance needed for licensing purposes.</param>
			<param name="mergeSettings">A MergeSettings instance for providing additional merge settings.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.Merge(System.Byte[],System.Object)">
			<summary>Merges all data rows.</summary>
			<param name="template">A binary TX internal unicode format document into which the data is merged.</param>
			<param name="textControl">A TextControl instance needed for licensing purposes.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.SaveDataSourceConfig">
			<summary>Shows the system's default save file dialog where a file name and location can be selected.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.SaveDataSourceConfig(System.Object)">
			<summary>Shows the system's default save file dialog where a file name and location can be selected.</summary>
			<param name="owner">An object that represents the top-level window that will own the modal dialog box.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataSourceManager.SaveDataSourceConfig(System.String@)">
			<summary>Saves the configuration data into a given string.</summary>
			<param name="configData">A string into which the config file content will be written when the method is called.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataSourceManager.ConnectionString">
			<summary>Gets the connection string of the connection selected with the DatabaseConnectionDialog.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataSourceManager.DataProviderName">
			<summary>Gets the name of the data provider selected with the DatabaseConnectionDialog.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataSourceManager.DataRelations">
			<summary>Gets a DataRelationInfoCollection of DataRelationInfo objects which represent the data relations in the data source.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataSourceManager.DataSourceCulture">
			<summary>Specifies the culture with which numerical and date / time values coming from the data source are parsed.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataSourceManager.DataTables">
			<summary>Gets a DataTableInfoCollection of DataTableInfo objects which represent the data tables in the data source.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataSourceManager.IsMergingPossible">
			<summary>Gets a value indicating whether all requirements are met and the method Merge can be called.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataSourceManager.MasterDataTableInfo">
			<summary>Gets or sets a DataTableInfo object representing the table which is used as a master table when merging data into the document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataSourceManager.MaxMergeResults">
			<summary>Specifies the Upper merge result count.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataSourceManager.MergeCulture">
			<summary>Specifies the culture with which numerical and date / time values are formatted when merged into the target document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataSourceManager.PossibleMergeBlockTables">
			<summary>Gets a DataTableInfoCollection of DataTableInfo objects representing the tables which can be used as merge blocks using the currently selected master table.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataSourceManager.PossibleMergeFieldColumns">
			<summary>Gets a DataColumnInfoCollection of DataColumnInfo objects representing the table columns which can be used as merge fields using the currently selected master table.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.DataSources.DataSourceManager.ConnectionStringChanged">
			<summary>Is fired when the contents of the ConnectionString property change.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.DataSources.DataSourceManager.DataProviderNameChanged">
			<summary>Is fired when the contents of the DataProviderName property change.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.DataSources.DataSourceManager.DataRelationsChanged">
			<summary>Is fired when the contents of the DataRelations property change.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.DataSources.DataSourceManager.DataRowMerged">
			<summary>Occurs when a data row has been merged successfully.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.DataSources.DataSourceManager.DataTablesChanged">
			<summary>Is fired when the contents of the DataTables property change.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.DataSources.DataSourceManager.FieldMerged">
			<summary>Occurs when a field has been merged.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.DataSources.DataSourceManager.IsMergingPossibleChanged">
			<summary>Is fired when the value of the IsMergingPossible property changes.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.DataSources.DataSourceManager.MasterDataTableInfoChanged">
			<summary>Is fired when the contents of the MasterDataTableInfo property change.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.DataSources.DataSourceManager.PossibleMergeBlockTablesChanged">
			<summary>Is fired when the contents of the PossibleMergeBlockTables property change.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.DataSources.DataSourceManager.PossibleMergeFieldColumnsChanged">
			<summary>Is fired when the contents of the PossibleMergeFieldColumns property change.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.DataTableInfo">
			<summary>The DataTableInfo class provides basic information about a data table in a data source.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataTableInfo.ChildRelations">
			<summary>Gets a DataRelationInfoCollection representing the parent-child-relationships this table has with other data tables.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataTableInfo.ChildTables">
			<summary>Gets a DataTableInfoCollection representing the child-tables this table has.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataTableInfo.Columns">
			<summary>Gets a DataColumnInfoCollection representing the columns of this data table.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataTableInfo.TableName">
			<summary>Gets the table name.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.DataTableInfoCollection">
			<summary>An instance of the DataTableInfoCollection class contains all data tables in a data source represented through objects of the type DataTableInfo.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataTableInfoCollection.CopyTo(DocumentServer.DataSources.DataTableInfo[],System.Int32)">
			<summary>Copies the elements of the collection to an array, starting at a particular index.</summary>
			<param name="array">Specifies the array to copy to.</param>
			<param name="index">Specifies the index of the destination array at which to begin copying.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataTableInfoCollection.GetEnumerator">
			<summary>Returns an enumerator that can be used to iterate through the collection.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataTableInfoCollection.Item">
			<summary>Gets the DataTableInfo instance with the specified 0-based index from the collection.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.DataTableInfoCollection.Item">
			<summary>Gets the DataTableInfo instance with the specified name from the collection. Returns null if the given name does not exist.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataTableInfoCollection.Count">
			<summary>Gets the number of elements contained in the collection.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.DataTableInfoCollection.IsReadOnly">
			<summary>Gets a value indicating whether the collection is read only.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.IDataRowAdapter">
			<summary>The IDataRowAdapter interface contains properties and methods implemented by data row instances used in the BlockMerging event.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.IDataRowAdapter.GetChildRows(System.String)">
			<summary>Returns the data of a child relation with a given name as an array of IDataRowAdapter instances.</summary>
			<param name="childTableName">The name of the child table / the child relation.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.IDataRowAdapter.Item">
			<summary>The indexer of the IDataRowAdapter interface returns the content of the row's column with the given name.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.IDataRowAdapter.Table">
			<summary>Gets the table the data row belongs to as an instance of a class implementing the IDataTableAdapter interface.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.IDataTableAdapter">
			<summary>The IDataTableAdapter interface contains properties and methods implemented by data table instances used in the BlockMerging event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.IDataTableAdapter.TableName">
			<summary>Returns the name of the table.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.IDataTableAdapter.ColumnNames">
			<summary>Returns the table's column names as a string array.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.IDataTableAdapter.Rows">
			<summary>Returns the table's data as an array of objects implementing the IDataRowAdapter interface.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.IDataTableAdapter.ChildTableNames">
			<summary>Returns the names of the child relations in this table as a string array.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.MergeBlockInfo">
			<summary>The MergeBlockInfo class is used to insert a table or paragraph based repeating merge block into a TextControl instance using the DataSourceManager.InsertMergeBlock method.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.MergeBlockInfo.#ctor(System.String)">
			<summary>Initializes a new instance of the MergeBlockInfo class and sets the table name.</summary>
			<param name="tableName">The name of the table which is the data source for this merge block.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.MergeBlockInfo.#ctor(TXTextControl.SubTextPart)">
			<summary>Initializes a new instance of the MergeBlockInfo class from an existing SubTextPart already containing merge block meta data (i. e. filter and sorting instructions and a possible block merging condition).</summary>
			<param name="subTextPart">A SubTextPart instance containing merge block meta data (i.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.MergeBlockInfo.Apply">
			<summary>Stores the meta data (filters, sorting instructions and the block merging condition) in the SubTextPart which represents the block. Manipulating any of the aforementioned collections does not update the block automatically, so this method must be called to actually store changes. If a MergeBlockInfo instance is not based on an existing SubTextPart, this method throws an exception.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockInfo.BlockMergingCondition">
			<summary>Gets or sets a condition the parent data row of this merge block has to satisfy so that this merge block is merged at all.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockInfo.ChildBlocks">
			<summary>Gets or sets the list of merge blocks nested inside this merge block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockInfo.ColumnNames">
			<summary>Gets or sets the list of data column names which represent the merge fields this merge block consists of.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockInfo.Filters">
			<summary>Gets or sets a list of filter instructions which are used to filter the data rows before merging.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockInfo.MergeFields">
			<summary>Returns the merge fields inside this merge block excluding fields in possible nested merge blocks.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockInfo.SortingInstructions">
			<summary>Gets or sets a list of sorting instructions which are used to sort the data rows before merging.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockInfo.TableName">
			<summary>Gets the table name of this merge block.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.MergeBlockSettings">
			<summary>The MergeBlockSettings class is used to insert a table or paragraph based repeating merge block into a TextControl instance using the DataSourceManager.InsertMergeBlock method.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.MergeBlockSettings.#ctor">
			<summary>Initializes a new instance of the MergeBlockSettings class.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.MergeBlockSettings.#ctor(DocumentServer.DataSources.BlockTemplateType)">
			<summary>Initializes a new instance of the MergeBlockSettings class.</summary>
			<param name="blockTemplateType">A value of type BlockTemplateType specifying the block type.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.MergeBlockSettings.#ctor(DocumentServer.DataSources.BlockTemplateType,System.Boolean)">
			<summary>Initializes a new instance of the MergeBlockSettings class.</summary>
			<param name="blockTemplateType">A value of type BlockTemplateType specifying the block type.</param>
			<param name="createHeaderRow">If parameter blockTemplateType is set to BlockTemplateType.TableRow and this parameter is set to true, a table header row is automatically generated.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.MergeBlockSettings.#ctor(DocumentServer.DataSources.BlockTemplateType,System.Boolean,System.Drawing.Color,DocumentServer.DataSources.FieldDisplayMode)">
			<summary>Initializes a new instance of the MergeBlockSettings class.</summary>
			<param name="blockTemplateType">A value of type BlockTemplateType specifying the block type.</param>
			<param name="createHeaderRow">If parameter blockTemplateType is set to BlockTemplateType.TableRow and this parameter is set to true, a table header row is automatically generated.</param>
			<param name="highlightColor">The color the merge block is highlighted with if the input position is inside the block boundaries.</param>
			<param name="fieldDisplayMode">A value of type FieldDisplayMode which specifies if field text or field codes are shown.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockSettings.AddResult">
			<summary>Returns whether the new block has successfully been inserted by DataSourceManager.InsertMergeBlock.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockSettings.BlockTemplateType">
			<summary>Gets or sets a value of type BlockTemplateType which specifies the type of the inserted repeating block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockSettings.CreatedTable">
			<summary>Returns the table created by DataSourceManager.InsertMergeBlock if property BlockTemplateType was set to BlockTemplateType.TableRow.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockSettings.CreateHeaderRow">
			<summary>If this property is true and property BlockTemplateType is set to BlockTemplateType.TableRow, a table header row is automatically generated.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockSettings.FieldDisplayMode">
			<summary>Gets or sets a value of type FieldDisplayMode which specifies the content display mode of the inserted fields.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockSettings.HighlightColor">
			<summary>Specifies the color the inserted merge block is highlighted with if the input position is inside the block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeBlockSettings.TableID">
			<summary>Gets or sets the ID of the table created by DataSourceManager.InsertMergeBlock.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.DataSources.MergeSettings">
			<summary>The MergeSettings class is intended for passing additional settings to the DataSourceManager.Merge method.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.DataSources.MergeSettings.#ctor">
			<summary>Initializes a new instance of the MergeSettings class.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeSettings.AsSingleDocument">
			<summary>Specifies whether to combine the merge result to a single document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeSettings.RemoveEmptyBlocks">
			<summary>Specifies whether the content of empty merge blocks should be removed from the template or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeSettings.RemoveEmptyFields">
			<summary>Specifies whether empty fields should be removed from the template or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeSettings.RemoveEmptyImages">
			<summary>Specifies whether images which don't have merge data should be removed from the template or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeSettings.RemoveEmptyLines">
			<summary>Specifies whether text lines which are empty after merging should be removed from the template or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.DataSources.MergeSettings.RemoveTrailingWhitespace">
			<summary>Specifies whether trailing whitespace should be removed before saving a document.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.CheckBoxContentControl">
			<summary>The CheckBoxContentControl implements the MS Word specific check box content control field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.CheckBoxContentControl.#ctor">
			<summary>Initializes complete new instance of the CheckBoxContentControl class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.CheckBoxContentControl.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the CheckBoxContentControl class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.CheckBoxContentControl.Checked">
			<summary>Specifies whether the field is checked or not.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.ComboBoxContentControl">
			<summary>The ComboBoxContentControl implements the MS Word specific combo box content control field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.ComboBoxContentControl.#ctor">
			<summary>Initializes complete new instance of the ComboBoxContentControl class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.ComboBoxContentControl.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the ComboBoxContentControl class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.ComboBoxContentControl.ListItems">
			<summary>Gets or sets the list items of the combo box content control field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter">
			<summary>The abstract ContentControlFieldAdapter class is the base class of all Microsoft Word content control field adapter classes.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.#ctor">
			<summary>Initializes a complete new instance of the ContentControlFieldAdapter class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the ContentControlFieldAdapter class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.Title">
			<summary>Gets or sets the content control's title.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.Tag">
			<summary>Gets or sets the content control's tag.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.Id">
			<summary>Gets or sets the content control's id.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.ContentDeletable">
			<summary>Specifies whether the content of the content control field should be deletable or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.ContentEditable">
			<summary>Specifies whether the content of the content control field should be editable or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.Type">
			<summary>Gets or sets the type of the content control field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.ContentControlFieldAdapter.Placeholder">
			<summary>Gets or sets the placeholder field part of the content control field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.DateContentControl">
			<summary>The DateContentControl implements the MS Word specific date content control field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.DateContentControl.#ctor">
			<summary>Initializes complete new instance of the DateContentControl class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.DateContentControl.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the DateContentControl class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.DateContentControl.Date">
			<summary>Gets or sets the date of the content control field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.DateContentControl.DateFormat">
			<summary>Gets or sets the date format of the content control field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.DateContentControl.LanguageID">
			<summary>Gets or sets the language ID of the content control field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.DateContentControl.StoreMappedDataAs">
			<summary>Gets or sets the translation that shall be performed on the displayed date in a date picker structured document tag.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.DateContentControl.Calendar">
			<summary>Gets or sets the calendar type of the content control field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.DateField">
			<summary>The DateField implements the MS Word specific DATEFIELD field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.DateField.#ctor">
			<summary>Initializes a complete new instance of the DateField class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.DateField.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes new instance of the DateField class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.DateField.Culture">
			<summary>Specifies a CultureInfo instance that supplies culture-specific formatting information which is used when applying the formatting string to the field content.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.DateField.Text">
			<summary>Gets and sets the displayed text of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.DateField.Date">
			<summary>Sets the date of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.DateField.Format">
			<summary>Gets and sets the format of the field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.DropDownListContentControl">
			<summary>The DropDownListContentControl implements the MS Word specific drop down list content control field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.DropDownListContentControl.#ctor">
			<summary>Initializes complete new instance of the DropDownListContentControl class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.DropDownListContentControl.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the DropDownListContentControl class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.DateContentControl.ListItems">
			<summary>Gets or sets the list items of the content control field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.FieldAdapter">
			<summary>The abstract FieldAdapter class is the base class of all special DocumentServer field adapters.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FieldAdapter.#ctor">
			<summary>Initializes a complete new instance of the FieldAdapter class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FieldAdapter.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the FieldAdapter class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="F:TXTextControl.DocumentServer.Fields.FieldAdapter.TYPE_NAME">
			<summary>Represents the name of the respective field type.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FieldAdapter.ShowDialog">
			<summary>Opens the specific field options dialog box with LTR flow direction.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FieldAdapter.ShowDialog(System.Boolean)">
			<summary>Opens the specific field options dialog box with the flow direction (RTL or LTR) set according to the boolean parameter value.</summary>
			<param name="rightToLeft">Sets the dialog layout flow direction.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FieldAdapter.ShowDialog(System.Object)">
			<summary>Opens the specific field options dialog box with a specified owner window.</summary>
			<param name="owner">Sets the dialog's owner window.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FieldAdapter.ShowDialog(System.Object,System.Boolean)">
			<summary>Opens the specific field options dialog box with an owner window and a flow direction.</summary>
			<param name="owner">Sets the dialog's owner window.</param>
			<param name="rightToLeft">Sets the dialog layout flow direction.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FieldAdapter.ApplicationField">
			<summary>Gets the adapted ApplicationField of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FieldAdapter.ID">
			<summary>Gets the ID of the specific field through its adapter.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FieldAdapter.TypeName">
			<summary>Gets the field's type name of the specific field through its adapter.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FieldAdapter.Start">
			<summary>Gets the first character position (one-based) of the field through its adapter.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FieldAdapter.Length">
			<summary>Gets the number of characters in a text field through its adapter.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.FormCheckBox">
			<summary>The FormText implements the MS Word specific FORMCHECKBOX field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FormCheckBox.#ctor">
			<summary>Initializes a complete new instance of the FormText class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FormCheckBox.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the FormText class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormCheckBox.Size">
			<summary>Specifies the maximum length of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormCheckBox.SizeAuto">
			<summary>Specifies whether the field is automatically resized or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormCheckBox.Checked">
			<summary>Specifies whether the field is checked or not.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.FormDropDown">
			<summary>The FormDropDown class implements the MS Word specific FORMDROPDOWN field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FormDropDown.#ctor">
			<summary>Initializes a complete new instance of the FormDropDown class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FormDropDown.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the FormDropDown class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormDropDown.ListEntries">
			<summary>Gets and sets the list entries of the drop down field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.FormFieldAdapter">
			<summary>The abstract FormFieldAdapter class is the base class of all special DocumentServer form field adapters.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FormFieldAdapter.#ctor">
			<summary>Initializes a complete new instance of the FormFieldAdapter class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FormFieldAdapter.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the FormFieldAdapter class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the to-be-adapted ApplicationField.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormFieldAdapter.HelpText">
			<summary>Gets and sets the help text of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormFieldAdapter.StatusText">
			<summary>Gets and sets the status text of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormFieldAdapter.Enabled">
			<summary>Specifies whether the field is enabled or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormFieldAdapter.CalcOnExit">
			<summary>Gets or sets the CalcOnExit property of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormFieldAdapter.Name">
			<summary>Gets and sets the name of the form field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormFieldAdapter.Text">
			<summary>Gets and sets the text of the form field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormFieldAdapter.Font">
			<summary>Gets and sets the font of the form field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormFieldAdapter.Bounds">
			<summary>Gets and sets the bounds of the form field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.FormText">
			<summary>The FormText class implements the MS Word specific FORMTEXT field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FormText.#ctor">
			<summary>Initializes a complete new instance of the FormText class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.FormText.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the FormText class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormText.MaxLength">
			<summary>Gets and sets the maximum length of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormText.Format">
			<summary>Gets or sets the TextFormatOptions of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.FormText.Type">
			<summary>Gets or sets the type of the field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.IfField">
			<summary>The IfField class implements the MS Word specific IF field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.IfField.#ctor">
			<summary>Initializes a complete new instance of the IfField class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.IfField.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the IfField class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IfField.DataSourceCulture">
			<summary>Specifies the culture which is used for the relational comparison of numerical values.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IfField.MergeCulture">
			<summary>Specifies the culture with which numerical and date / time values are formatted when merged into the target document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IfField.Text">
			<summary>Gets and sets the displayed text of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IfField.Operator">
			<summary>Gets and sets the operator of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IfField.Expression1">
			<summary>Gets and sets the first expression text that should be compared.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IfField.Expression2">
			<summary>Gets and sets the second expression text that should be compared to Expression1.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IfField.TrueText">
			<summary>Gets and sets the text that should be displayed when the comparison is true.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IfField.FalseText">
			<summary>Gets and sets the text that should be displayed when the comparison is false.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IfField.FieldValue">
			<summary>Gets or sets the field's value of the field that has been specified in Expression1.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.IncludeText">
			<summary>The IncludeText class implements the MS Word specific INCLUDETEXT field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.IncludeText.#ctor">
			<summary>Initializes a complete new instance of the IncludeText class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.IncludeText.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the IncludeText class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IncludeText.Filename">
			<summary>Gets and sets the file name of the document that should be inserted.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IncludeText.Bookmark">
			<summary>Gets and sets the bookmark switch of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.IncludeText.TextFormat">
			<summary>Gets and sets the text format of the field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.MailMergeFieldAdapter">
			<summary>The abstract MailMergeFieldAdapter class is the base class of all special DocumentServer mail merge field adapters.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.MailMergeFieldAdapter.#ctor">
			<summary>Initializes a complete new instance of the MailMergeFieldAdapter class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.MailMergeFieldAdapter.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the MailMergeFieldAdapter class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the to-be-adapted ApplicationField.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MailMergeFieldAdapter.PreserveFormatting">
			<summary>Specifies whether the field's formatting should be preserved.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.MergeField">
			<summary>The MergeField class implements the MS Word specific MERGEFIELD field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.MergeField.#ctor">
			<summary>Initializes a complete new instance of the MergeField class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.MergeField.#ctor(TXTextControl.ApplicationField)">
			<summary>nitializes a new instance of the MergeField class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MergeField.DataSourceCulture">
			<summary>Specifies the culture with which numerical and date / time values coming from the data source are parsed.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MergeField.DateTimeFormat">
			<summary>Specifies a string format which is applied to date / time values.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MergeField.Mapped">
			<summary>Specifies whether the field is a mapped field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MergeField.Name">
			<summary>Gets and sets the name of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MergeField.MergeCulture">
			<summary>Specifies the culture with which numerical and date / time values are formatted when merged into the target document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MergeField.NumericFormat">
			<summary>Specifies a string format which is applied to numeric values.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MergeField.Text">
			<summary>Gets and sets the text of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MergeField.TextAfter">
			<summary>Gets and sets the text of the field that is displayed after the field's text.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MergeField.TextBefore">
			<summary>Gets and sets the text of the field that is displayed before the field's text.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MergeField.TextFormat">
			<summary>Gets and sets the text format of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.MergeField.VerticalFormatting">
			<summary>Specifies whether the field's formatting is vertical.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.NextField">
			<summary>The NextField class implements the MS Word specific NEXT field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.NextField.#ctor">
			<summary>Initializes a complete new instance of the NextField class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.NextField.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the NextField class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.NextIfField">
			<summary>The NextIfField class implements the MS Word specific NEXTIF field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.NextIfField.#ctor">
			<summary>Initializes a complete new instance of the NextIfField class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.NextIfField.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the NextIfField class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.NextIfField.DataSourceCulture">
			<summary>Specifies the culture which is used for the relational comparison of numerical values.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.NextIfField.MergeCulture">
			<summary>Specifies the culture with which numerical and date / time values are formatted when merged into the target document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.NextIfField.Result">
			<summary>Gets the evaluation result of the two field expressions and the specified comparison operator.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.NextIfField.Operator">
			<summary>Gets and sets the comparison operator the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.NextIfField.Expression1">
			<summary>Gets and sets the first expression text that should be compared.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.NextIfField.Expression2">
			<summary>Gets and sets the second expression text that should be compared to Expression1.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.NextIfField.FieldValue">
			<summary>Gets or sets the field's value of the field that has been specified in Expression1.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.PlainTextContentControl">
			<summary>The PlainTextContentControl implements the MS Word specific plain text content control field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.PlainTextContentControl.#ctor">
			<summary>Initializes complete new instance of the PlainTextContentControl class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.PlainTextContentControl.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the PlainTextContentControl class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.PlainTextContentControl.Text">
			<summary>Gets or sets the text of the content control field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Fields.RichTextContentControl">
			<summary>The RichTextContentControl implements the MS Word specific plain text content control field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.RichTextContentControl.#ctor">
			<summary>Initializes complete new instance of the RichTextContentControl class without a connection to an existing ApplicationField.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Fields.RichTextContentControl.#ctor(TXTextControl.ApplicationField)">
			<summary>Initializes a new instance of the RichTextContentControl class with a connection to an existing ApplicationField.</summary>
			<param name="appField">Specifies the ApplicationField to be adapted.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Fields.RichTextContentControl.Text">
			<summary>Gets or sets the text of the content control field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Json.InvalidCodePointException">
			<summary>Is thrown when calling the method MailMerge.MergeJsonData with a JSON string containing an invalid hexadecimal unicode code point.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Json.InvalidNumberFormatException">
			<summary>Is thrown when calling the method MailMerge.MergeJsonData with a JSON string containing a number with an invalid number format.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Json.ParserException">
			<summary>Base class of all JSON parser related exceptions which can be thrown when calling method MailMerge.MergeJsonData with an incorrect JSON string.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Json.UnexpectedEndOfInputException">
			<summary>Is thrown when calling the method MailMerge.MergeJsonData with an incomplete JSON string.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Json.UnexpectedTokenException">
			<summary>Is thrown when calling the method MailMerge.MergeJsonData with a JSON string containing an unexpected character.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Json.UnknownLiteralNameTokenException">
			<summary>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.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Json.UnknownParseErrorException">
			<summary>Is thrown when calling the method MailMerge.MergeJsonData and the internal JSON parser encounters an unknown error.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.AcroForms.FormButton">
			<summary>The FormButton class implements the Adobe PDF AcroForms button field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.AcroForms.FormButton.#ctor(TXTextControl.FormField)">
			<summary>Initializes a new instance of the FormButton class based on a given FormField.</summary>
			<param name="parent">Specifies the parent FormField.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.AcroForms.FormCheckBox">
			<summary>The FormCheckBox class implements the Adobe PDF AcroForms check box field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.AcroForms.FormCheckBox.#ctor(TXTextControl.FormField)">
			<summary>Initializes a new instance of the FormCheckBox class based on a given FormField.</summary>
			<param name="parent">Specifies the parent FormField.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormCheckBox.IsChecked">
			<summary>Specifies whether the check box is checked or not.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField">
			<summary>The FormChoiceField class implements the base class for Adobe PDF AcroForms form choice fields.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.#ctor(TXTextControl.FormField)">
			<summary>Initializes a new instance of the FormChoiceField class based on a given FormField.</summary>
			<param name="parent">Specifies the parent FormField.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.Options">
			<summary>Gets or sets the option elements of a choice field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.CanEdit">
			<summary>Specifies whether a field can be edited.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.Sort">
			<summary>Specifies whether the list can be sorted.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.MultiSelect">
			<summary>Specifies whether multiple options can be selected.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.DoNotSpellCheck">
			<summary>Specifies whether spell checking is enabled or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.CommitOnSelChange">
			<summary>Specifies whether the form is submitted when the selected is changed.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormChoiceField.Value">
			<summary>Gets or sets the selected value of a choice list.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.AcroForms.FormComboBox">
			<summary>The FormComboBox class implements the Adobe PDF AcroForms combo box field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.AcroForms.FormComboBox.#ctor(DocumentServer.PDF.AcroForms.FormChoiceField)">
			<summary>Initializes a new instance of the FormComboBox class based on a given FormChoiceField.</summary>
			<param name="parent">Specifies the parent FormChoiceField.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.AcroForms.FormField">
			<summary>The FormField class implements the base class for the Adobe PDF AcroForms form fields.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.AcroForms.FormField.#ctor">
			<summary>Initializes a complete new instance of the FormField class.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.AcroForms.FormField.#ctor(TXTextControl.FormField)">
			<summary>Initializes a new instance of the FormField class based on a given FormField.</summary>
			<param name="parent">Specifies the parent FormField.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormField.FieldName">
			<summary>Gets or sets the name of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormField.AlternateFieldName">
			<summary>Gets or sets the alternate field name of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormField.FieldType">
			<summary>Gets or sets the type of the field.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormField.Bounds">
			<summary>Gets or sets the rectangle bounds of the form field in the document.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.AcroForms.FormListBox">
			<summary>The FormListBox class implements the Adobe PDF AcroForms list box field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.AcroForms.FormListBox.#ctor(DocumentServer.PDF.AcroForms.FormChoiceField)">
			<summary>Initializes a new instance of the FormListBox class based on a given FormChoiceField.</summary>
			<param name="parent">Specifies the parent FormChoiceField.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.AcroForms.FormRadioButton">
			<summary>The FormRadioButton class implements the Adobe PDF AcroForms radio button field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.AcroForms.FormRadioButton.#ctor(TXTextControl.FormField)">
			<summary>Initializes a new instance of the FormRadioButton class based on a given FormField.</summary>
			<param name="parent">Specifies the parent FormField.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.AcroForms.FormTextField">
			<summary>The FormTextField class implements the Adobe PDF AcroForms form text field.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.AcroForms.FormTextField.#ctor(TXTextControl.FormField)">
			<summary>Initializes a new instance of the FormTextField class based on a given FormField.</summary>
			<param name="parent">Specifies the parent FormField.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.AcroForms.FormTextField.Value">
			<summary>Gets or sets the value of the form text field.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.Contents.ContentLine">
			<summary>The ContentLine class implements the text coordinates in a PDF document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.Contents.ContentLine.#ctor">
			<summary>Initializes a complete new instance of the ContentLine class.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.Contents.ContentLine.Page">
			<summary>Returns the page number that contains the line.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.Contents.ContentLine.X">
			<summary>Returns the horizontal coordinate of the line in Points.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.Contents.ContentLine.Y">
			<summary>Returns the vertical coordinate of the line in Points.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.Contents.ContentLine.Width">
			<summary>Returns the width of the line in Points.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.Contents.ContentLine.Height">
			<summary>Returns the height of the line in Points.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.Contents.ContentLine.Text">
			<summary>Returns the text of the line.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.Contents.ContentLine.Rectangle">
			<summary>Returns the rectangle bounds of the line.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.Contents.Lines">
			<summary>The Lines class implements functionality to find DocumentServer.PDF.Contents.ContentLine objects in a PDF document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.Contents.Lines.#ctor(System.String)">
			<summary>Initializes a new DocumentServer.PDF.Contents.Lines class from a given file.</summary>
			<param name="filename">Specifies the PDF filename that is used to import the text lines.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.Contents.Lines.#ctor(System.Byte[])">
			<summary>Initializes a new DocumentServer.PDF.Contents.Lines class from a given byte array.</summary>
			<param name="data">Specifies data of a PDF document that is used to import the text lines.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.Contents.Lines.Find(System.String)">
			<summary>Returns a list of DocumentServer.PDF.Contents.ContentLine found based on a string.</summary>
			<param name="text">The string to search for in the document.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.Contents.Lines.Find(System.String,System.Text.RegularExpressions.RegexOptions)">
			<summary>Returns a list of DocumentServer.PDF.Contents.ContentLine objects found through a regular expression.</summary>
			<param name="regex">The regular expression that is used in the find process.</param>
			<param name="options">The regular expression options.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.Contents.Lines.Find(System.Drawing.PointF,System.Single,System.Boolean)">
			<summary>Returns a list of DocumentServer.PDF.Contents.ContentLine objects at a geometric location with a given radius.</summary>
			<param name="position">The geometric location in the document to search for.</param>
			<param name="radius">The radius to define the search area.</param>
			<param name="partially">Specifies whether the lines have to be completely inside the given rectangle or just intersect with it.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.Contents.Lines.Find(System.Drawing.RectangleF,System.Boolean)">
			<summary>Returns a list of DocumentServer.PDF.Contents.ContentLine objects in a given rectangle.</summary>
			<param name="rectangle">The rectangle that is used for the find process.</param>
			<param name="partially">Specifies whether the lines have to be completely inside the given rectangle or just intersect with it.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.PDF.Contents.Lines.ContentLines">
			<summary>Returns a list of DocumentServer.PDF.Contents.ContentLine objects in the PDF document.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.PDF.Forms">
			<summary>The Forms class implements PDF specific methods.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.Forms.#ctor">
			<summary>Initializes a complete new instance of the Forms class.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.Forms.GetAcroFormFields(System.String)">
			<summary>Return the imported AcroFormField objects from a file.</summary>
			<param name="filename">Specifies the complete file path of the PDF document.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.PDF.Forms.GetAcroFormFields(System.Byte[])">
			<summary>Return the imported AcroFormField objects from a byte array.</summary>
			<param name="data">Specifies the byte array of the PDF document.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.WPF.EditDataRelationsDialog">
			<summary>The EditDataRelationsDialog class allows the user to add or remove data relations to or from the current data source.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.WPF.EditDataRelationsDialog.#ctor(DocumentServer.DataSources.DataSourceManager)">
			<summary>Creates a EditDataRelationsDialog object for the specified DocumentServer.DataSources.DataSourceManager.</summary>
			<param name="dataSourceManager">Specifies the DataSourceManager, which manages the current data source.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.WPF.EditMergeBlocksDialog">
			<summary>The EditMergeBlocksDialog class allows the user to remove or rename merge blocks contained in the current document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.WPF.EditMergeBlocksDialog.#ctor(DocumentServer.DataSources.DataSourceManager,System.Object)">
			<summary>Creates a EditMergeBlocksDialog object for the specified DocumentServer.DataSources.DataSourceManager.</summary>
			<param name="dataSourceManager">Specifies the DataSourceManager, which manages the current data source.</param>
			<param name="textControl">A TextControl or a ServerTextControl instance containing the merge blocks which are shown in the dialog box.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.WPF.FilterAndSortDialog">
			<summary>The FilterAndSortDialog class allows the user to specify filters and sorting instructions for merge blocks.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.WPF.FilterAndSortDialog.#ctor(DocumentServer.DataSources.DataTableInfo)">
			<summary>Creates a FilterAndSortDialog object using the specified DocumentServer.DataSources.DataTableInfo object as a source for possible table column names.</summary>
			<param name="table">Specifies the DataTableInfo object which is used as a source for possible table column names.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.WPF.FilterAndSortDialog.#ctor(System.String[])">
			<summary>Creates a FilterAndSortDialog object using a list of strings as a source for possible table column names.</summary>
			<param name="fieldNames">Specifies the possible column names.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.WPF.FilterAndSortDialog.StoreBlockMetaData(TXTextControl.SubTextPart)">
			<summary>Stores filters and sorting instructions created with the dialog in a SubTextPart object if the SubTextPart is a merge block. Throws an exception if the SubTextPart object is not a merge block.</summary>
			<param name="subTextPart">The SubTextPart object to add the filters and sorting instructions to.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.WPF.FilterAndSortDialog.Filters">
			<summary>Gets the filter instructions which were created using the dialog or sets the filter instructions which are shown when the dialog is opened.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.WPF.FilterAndSortDialog.SortingInstructions">
			<summary>Gets the sorting instructions which were created using the dialog or sets the sorting instructions which are shown when the dialog is opened.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.WPF.InsertMergeBlockDialog">
			<summary>The InsertMergeBlockDialog class allows the user to design and insert a merge block based on the currently selected master table.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.WPF.InsertMergeBlockDialog.#ctor(DocumentServer.DataSources.DataSourceManager,System.Object,DocumentServer.DataSources.DataTableInfo)">
			<summary>Creates a InsertMergeBlockDialog object for the specified DocumentServer.DataSources.DataSourceManager.</summary>
			<param name="dataSourceManager">Specifies the DataSourceManager which manages the current data source.</param>
			<param name="textControl">A TextControl or a ServerTextControl instance containing the document into which the merge block is inserted.</param>
			<param name="tableInfo">Specifies the DataTableInfo which represents the table the new merge block is based on.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.WPF.InsertMergeBlockDialog.AddResult">
			<summary>Returns whether the new block has successfully been inserted.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.WPF.InsertMergeBlockDialog.AddTableHeaderRow">
			<summary>Indicates whether a separate header row has to be added to the table containing the repeating merge block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.WPF.InsertMergeBlockDialog.BlockType">
			<summary>Indicates the type of the merge block to be created.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.WPF.InsertMergeBlockDialog.CreatedTable">
			<summary>Returns the newly created TXTextControl.Table if the merge block was inserted as a table row.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.WPF.InsertMergeBlockDialog.HighlightColor">
			<summary>Returns the selected highlight color to be used for the sub text part representing the merge block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.WPF.InsertMergeBlockDialog.MergeBlockInfo">
			<summary>Returns a MergeBlockInfo object describing the merge block to be inserted.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Web.DocumentViewer">
			<summary>The DocumentViewer class is a .NET component that can be used to display documents in the web browser in ASP.NET projects.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Web.DocumentViewer.#ctor">
			<summary>Initializes a new instance of the DocumentViewer class.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Web.DocumentViewer.Dispose">
			<summary>Frees all resources used by the DocumentViewer instance.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Web.DocumentViewer.LoadDocument(System.String)">
			<summary>Loads a document from a specific path.</summary>
			<param name="path">Specifies the document file to be loaded.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.Web.DocumentViewer.LoadDocument(System.String,DocumentServer.FileFormat)">
			<summary>Loads a document from a specific path and a specific document format.</summary>
			<param name="path">Specifies the document file to be loaded.</param>
			<param name="format">Specifies one of the DocumentServer.FileFormat values.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.Web.DocumentViewer.LoadDocumentFromMemory(System.Object,DocumentServer.FileFormat)">
			<summary>Loads a document from a file that is used for further processing.</summary>
			<param name="data">Specifies a memory variable from which the document is loaded.</param>
			<param name="format">Specifies one of the DocumentServer.FileFormat values.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.Web.DocumentViewer.Save(DocumentServer.FileFormat)">
			<summary>Saves the document in a specific document format.</summary>
			<param name="format">Specifies one of the DocumentServer.FileFormat values.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.Web.DocumentViewer.Save(System.String)">
			<summary>Saves the document to a specific path.</summary>
			<param name="path">Specifies where the document should be saved.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.Web.DocumentViewer.Save(System.String,DocumentServer.FileFormat)">
			<summary>Saves the document to a specific path in a specific document format.</summary>
			<param name="path">Specifies where the document should be saved.</param>
			<param name="format">Specifies one of the DocumentServer.FileFormat values.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.Web.DocumentViewer.SaveUserInput">
			<summary>Initiates saving the currently loaded form's user input. The actual saving is performed by a method which has to be bound to the DocumentServer.Web.DocumentViewer.SaveFormData event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.DocumentController">
			<summary>Gets or sets the DocumentServer.DocumentController object that is associated with the DocumentServer.Web.DocumentViewer component.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.DocumentPath">
			<summary>Gets or sets the path to the document, which will be displayed in the DocumentServer.Web.DocumentViewer.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.EditMode">
			<summary>Gets or sets whether the document viewer renders forms editable, i.e.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.FieldBorderStyle">
			<summary>Gets or sets whether and if so how the field borders are rendered, when EditMode is set to Edit.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.PageAnimations">
			<summary>Specifies whether CSS transition animations should be used or not when navigating through pages.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.PageAnimationDuration">
			<summary>Gets or sets the duration of the page animations in seconds.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.ShowEditButton">
			<summary>Specifies whether the edit button is shown or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.RoundedPageCorners">
			<summary>Specifies whether rounded document page corners should be used or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.FieldBorderColor">
			<summary>Gets or sets the color of the field borders, that is used when FieldBorderStyle is not None.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.Interpolation">
			<summary>Gets or sets whether the rendered document is interpolated during the process.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.InterpolationMode">
			<summary>Gets or sets the interpolation mode which is used for rendering the document.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.PageNumber">
			<summary>Gets or sets the page number that the DocumentServer.Web.DocumentViewer is displaying or should display respectively.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.ToolBar">
			<summary>Specifies whether the document viewer's tool bar is displayed or not.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.TotalPages">
			<summary>Gets the total number of pages the loaded document contains.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.ZoomFactor">
			<summary>Gets or sets the zoom factor in percent.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.ZoomTo">
			<summary>Gets or sets the zoom behavior of the DocumentServer.Web.DocumentViewer.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.Web.DocumentViewer.SaveDocument">
			<summary>Occurs when DocumentServer.Web.DocumentViewer.Save has been called, while specifying the format parameter only.</summary>
		</member>
		<member name="E:TXTextControl.DocumentServer.Web.DocumentViewer.SaveFormData">
			<summary>Occurs when DocumentServer.Web.DocumentViewer.SaveUserInput has been called.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Web.DocumentViewer.SaveDocumentEventArgs">
			<summary>The SaveDocumentEventArgs class provides data for the DocumentViewer.SaveDocument event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.SaveDocumentEventArgs.Document">
			<summary>Gets a snapshot of the currently loaded document for further processing.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.SaveDocumentEventArgs.FileFormat">
			<summary>Specifies the format of DocumentViewer.SaveDocumentEventArgs.Document.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Web.DocumentViewer.SaveFormDataEventArgs">
			<summary>The SaveDocumentEventArgs class provides data for the DocumentViewer.SaveFormData event.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Web.DocumentViewer.SaveDocumentEventArgs.FormData">
			<summary>Gets a snapshot of the currently loaded form's user input.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Windows.Forms.ChartDataRelationDialog">
			<summary>The ChartDataRelationDialog class allows the user to prepare a ChartFrame object to display data from a data relation defined in a mail merge data source.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Windows.Forms.ChartDataRelationDialog.#ctor(DataVisualization.ChartFrame,DocumentServer.DataSources.DataSourceManager)">
			<summary>Creates a ChartDataRelationDialog object for the specified DocumentServer.DataSources.DataSourceManager.</summary>
			<param name="chartFrame">Specifies a ChartFrame object which contains the Chart which should be manipulated by the dialog.</param>
			<param name="dataSourceManager">Specifies the DataSourceManager, which manages the current data source.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.Windows.Forms.DataSourceExtractionDialog">
			<summary>The DataSourceExtractionDialog class allows the user to save an excerpt from the currently loaded data source.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Windows.Forms.DataSourceExtractionDialog.#ctor(DocumentServer.DataSources.DataSourceManager)">
			<summary>Creates a DataSourceExtractionDialog object for the specified DocumentServer.DataSources.DataSourceManager.</summary>
			<param name="dataSourceManager">Specifies the DataSourceManager, which manages the current data source.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Windows.Forms.DataSourceExtractionDialog.FileName">
			<summary>Returns the file name of the file into which the data source excerpt has been saved.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Windows.Forms.DataSourceExtractionDialog.MaxRows">
			<summary>Returns the maximum number of data rows from the selected table which were saved into the excerpt file.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Windows.Forms.DataSourceExtractionDialog.SelectedTable">
			<summary>Returns a description of the table which was selected by the user to be exported.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Windows.Forms.DatabaseConnectionDialog">
			<summary>The DatabaseConnectionDialog class allows the user to build connection strings and to connect to specific data sources.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Windows.Forms.DatabaseConnectionDialog.#ctor(DocumentServer.DataSources.DataSourceManager)">
			<summary>Creates a DatabaseConnectionDialog object for the specified DocumentServer.DataSources.DataSourceManager.</summary>
			<param name="dataSourceManager">Specifies the DataSourceManager, which handles the selected connection to a data source.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.Windows.Forms.EditDataRelationsDialog">
			<summary>The EditDataRelationsDialog class allows the user to add or remove data relations to or from the current data source.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Windows.Forms.EditDataRelationsDialog.#ctor(DocumentServer.DataSources.DataSourceManager)">
			<summary>Creates a EditDataRelationsDialog object for the specified DocumentServer.DataSources.DataSourceManager.</summary>
			<param name="dataSourceManager">Specifies the DataSourceManager, which manages the current data source.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.Windows.Forms.EditMergeBlocksDialog">
			<summary>The EditMergeBlocksDialog class allows the user to remove or rename merge blocks contained in the current document.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Windows.Forms.EditMergeBlocksDialog.#ctor(DocumentServer.DataSources.DataSourceManager,System.Object)">
			<summary>Creates a EditMergeBlocksDialog object for the specified DocumentServer.DataSources.DataSourceManager.</summary>
			<param name="dataSourceManager">Specifies the DataSourceManager, which manages the current data source.</param>
			<param name="textControl">A TextControl or a ServerTextControl instance containing the merge blocks which are shown in the dialog box.</param>
		</member>
		<member name="T:TXTextControl.DocumentServer.Windows.Forms.FilterAndSortDialog">
			<summary>The FilterAndSortDialog class allows the user to specify filters and sorting instructions for merge blocks.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Windows.Forms.FilterAndSortDialog.#ctor(DocumentServer.DataSources.DataTableInfo)">
			<summary>Creates a FilterAndSortDialog object using the specified DocumentServer.DataSources.DataTableInfo object as a source for possible table column names.</summary>
			<param name="table">Specifies the DataTableInfo object which is used as a source for possible table column names.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.Windows.Forms.FilterAndSortDialog.#ctor(System.String[])">
			<summary>Creates a FilterAndSortDialog object using a list of strings as a source for possible table column names.</summary>
			<param name="fieldNames">Specifies the possible column names.</param>
		</member>
		<member name="M:TXTextControl.DocumentServer.Windows.Forms.FilterAndSortDialog.StoreBlockMetaData(TXTextControl.SubTextPart)">
			<summary>Stores filters and sorting instructions created with the dialog in a SubTextPart object if the SubTextPart is a merge block. Throws an exception if the SubTextPart object is not a merge block.</summary>
			<param name="subTextPart">The SubTextPart object to add the filters and sorting instructions to.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Windows.Forms.FilterAndSortDialog.Filters">
			<summary>Gets the filter instructions which were created using the dialog or sets the filter instructions which are shown when the dialog is opened.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Windows.Forms.FilterAndSortDialog.SortingInstructions">
			<summary>Gets the sorting instructions which were created using the dialog or sets the sorting instructions which are shown when the dialog is opened.</summary>
		</member>
		<member name="T:TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog">
			<summary>The InsertMergeBlockDialog class allows the user to design and insert a merge block based on the currently selected master table.</summary>
		</member>
		<member name="M:TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog.#ctor(DocumentServer.DataSources.DataSourceManager,System.Object,DocumentServer.DataSources.DataTableInfo)">
			<summary>Creates a InsertMergeBlockDialog object for the specified DocumentServer.DataSources.DataSourceManager.</summary>
			<param name="dataSourceManager">Specifies the DataSourceManager which manages the current data source.</param>
			<param name="textControl">A TextControl or a ServerTextControl instance containing the document into which the merge block is inserted.</param>
			<param name="tableInfo">Specifies the DataTableInfo which represents the table the new merge block is based on.</param>
		</member>
		<member name="P:TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog.AddResult">
			<summary>Returns whether the new block has successfully been inserted.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog.AddTableHeaderRow">
			<summary>Indicates whether a separate header row has to be added to the table containing the repeating merge block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog.BlockType">
			<summary>Indicates the type of the merge block to be created.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog.CreatedTable">
			<summary>Returns the newly created TXTextControl.Table if the merge block was inserted as a table row.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog.HighlightColor">
			<summary>Returns the selected highlight color to be used for the sub text part representing the merge block.</summary>
		</member>
		<member name="P:TXTextControl.DocumentServer.Windows.Forms.InsertMergeBlockDialog.MergeBlockInfo">
			<summary>Returns a MergeBlockInfo object describing the merge block to be inserted.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.Flip">
			<summary>Determines whether and in which form the shape is flip.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Flip.Horizontal">
			<summary>Flips the shape horizontally.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Flip.Vertical">
			<summary>Flips the shape vertically.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Flip.None">
			<summary>The shape is not flipped.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.Selection.Attribute">
			<summary>Determines a certain shape class attribute.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.Angle">
			<summary>Specifies the attribute set through the Shape.Angle property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.AutoSize">
			<summary>Specifies the attribute set through the Shape.AutoSize property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.CanFitToCanvas">
			<summary>Specifies the attribute set through the Shape.CanFitToCanvas property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.FillColor">
			<summary>Specifies the attribute set through the Shape.ShapeFill.Color property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.FlipHorizontal">
			<summary>Specifies the horizontal attribute set through the Shape.Flip property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.FlipVertical">
			<summary>Specifies the vertical attribute set through the Shape.Flip property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.Movable">
			<summary>Specifies the attribute set through the Shape.Movable property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.LineColor">
			<summary>Specifies the attribute set through the Shape.ShapeOutline.Color property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.LineWidth">
			<summary>Specifies the attribute set through the Shape.ShapeOutline.Width property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.LocationX">
			<summary>Specifies the x attribute set through the Shape.Location.X property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.LocationY">
			<summary>Specifies the y attribute set through the Shape.Location.Y property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.Sizable">
			<summary>Specifies the attribute set through the Shape.Sizable property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.SizeHeight">
			<summary>Specifies the height attribute set through the Shape.Size.Height property.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.Selection.Attribute.SizeWidth">
			<summary>Specifies the width attribute set through the Shape.Size.Width property.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.ShapeCollection.AddStyle">
			<summary>Determines the location and size in which a shape is added to the TX Drawing Control.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeCollection.AddStyle.Fill">
			<summary>The shape fills the complete control, no matter which location and size was defined before.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeCollection.AddStyle.MouseCreation">
			<summary>The shape is added on the next mouse up handling and gets the bounds which are defined by the previous mouse down click and the following mouse movement. If a considering side value is less than 150 twips, the side gets a length of 1134 twips.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeCollection.AddStyle.None">
			<summary>No specific style is set. The shape is located at its defined location with its defined size.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.ShapeType">
			<summary>Determines the type a shape can have.</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Line">
			<summary>Line Shape. When the item is serialized out as xml, its value is "line".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LineInverse">
			<summary>Line Inverse Shape. When the item is serialized out as xml, its value is "lineInv".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Triangle">
			<summary>Triangle Shape. When the item is serialized out as xml, its value is "triangle".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.RightTriangle">
			<summary>Right Triangle Shape. When the item is serialized out as xml, its value is "rtTriangle".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Rectangle">
			<summary>Rectangle Shape. When the item is serialized out as xml, its value is "rect".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Diamond">
			<summary>Diamond Shape. When the item is serialized out as xml, its value is "diamond".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Parallelogram">
			<summary>Parallelogram Shape. When the item is serialized out as xml, its value is "parallelogram".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Trapezoid">
			<summary>Trapezoid Shape. When the item is serialized out as xml, its value is "trapezoid".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.NonIsoscelesTrapezoid">
			<summary>Non-Isosceles Trapezoid Shape. When the item is serialized out as xml, its value is "nonIsoscelesTrapezoid".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Pentagon">
			<summary>Pentagon Shape. When the item is serialized out as xml, its value is "pentagon".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Hexagon">
			<summary>Hexagon Shape. When the item is serialized out as xml, its value is "hexagon".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Heptagon">
			<summary>Heptagon Shape. When the item is serialized out as xml, its value is "heptagon".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Octagon">
			<summary>Octagon Shape. When the item is serialized out as xml, its value is "octagon".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Decagon">
			<summary>Decagon Shape. When the item is serialized out as xml, its value is "decagon".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Dodecagon">
			<summary>Dodecagon Shape. When the item is serialized out as xml, its value is "dodecagon".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Star4">
			<summary>Four Pointed Star Shape. When the item is serialized out as xml, its value is "star4".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Star5">
			<summary>Five Pointed Star Shape. When the item is serialized out as xml, its value is "star5".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Star6">
			<summary>Six Pointed Star Shape. When the item is serialized out as xml, its value is "star6".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Star7">
			<summary>Seven Pointed Star Shape. When the item is serialized out as xml, its value is "star7".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Star8">
			<summary>Eight Pointed Star Shape. When the item is serialized out as xml, its value is "star8".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Star10">
			<summary>Ten Pointed Star Shape. When the item is serialized out as xml, its value is "star10".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Star12">
			<summary>Twelve Pointed Star Shape. When the item is serialized out as xml, its value is "star12".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Star16">
			<summary>Sixteen Pointed Star Shape. When the item is serialized out as xml, its value is "star16".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Star24">
			<summary>Twenty Four Pointed Star Shape. When the item is serialized out as xml, its value is "star24".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Star32">
			<summary>Thirty Two Pointed Star Shape. When the item is serialized out as xml, its value is "star32".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.RoundRectangle">
			<summary>Round Corner Rectangle Shape. When the item is serialized out as xml, its value is "roundRect".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Round1Rectangle">
			<summary>One Round Corner Rectangle Shape. When the item is serialized out as xml, its value is "round1Rect".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Round2SameRectangle">
			<summary>Two Same-side Round Corner Rectangle Shape. When the item is serialized out as xml, its value is "round2SameRect".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Round2DiagonalRectangle">
			<summary>Two Diagonal Round Corner Rectangle Shape. When the item is serialized out as xml, its value is "round2DiagRect".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.SnipRoundRectangle">
			<summary>One Snip One Round Corner Rectangle Shape. When the item is serialized out as xml, its value is "snipRoundRect".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Snip1Rectangle">
			<summary>One Snip Corner Rectangle Shape. When the item is serialized out as xml, its value is "snip1Rect".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Snip2SameRectangle">
			<summary>Two Same-side Snip Corner Rectangle Shape. When the item is serialized out as xml, its value is "snip2SameRect".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Snip2DiagonalRectangle">
			<summary>Two Diagonal Snip Corner Rectangle Shape. When the item is serialized out as xml, its value is "snip2DiagRect".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Plaque">
			<summary>Plaque Shape. When the item is serialized out as xml, its value is "plaque".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Ellipse">
			<summary>Ellipse Shape. When the item is serialized out as xml, its value is "ellipse".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Teardrop">
			<summary>Teardrop Shape. When the item is serialized out as xml, its value is "teardrop".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.HomePlate">
			<summary>Home Plate Shape. When the item is serialized out as xml, its value is "homePlate".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Chevron">
			<summary>Chevron Shape. When the item is serialized out as xml, its value is "chevron".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.PieWedge">
			<summary>Pie Wedge Shape. When the item is serialized out as xml, its value is "pieWedge".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Pie">
			<summary>Pie Shape. When the item is serialized out as xml, its value is "pie".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BlockArc">
			<summary>Block Arc Shape. When the item is serialized out as xml, its value is "blockArc".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Donut">
			<summary>Donut Shape. When the item is serialized out as xml, its value is "donut".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.NoSmoking">
			<summary>No Smoking Shape. When the item is serialized out as xml, its value is "noSmoking".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.RightArrow">
			<summary>Right Arrow Shape. When the item is serialized out as xml, its value is "rightArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LeftArrow">
			<summary>Left Arrow Shape. When the item is serialized out as xml, its value is "leftArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.UpArrow">
			<summary>Up Arrow Shape. When the item is serialized out as xml, its value is "upArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.DownArrow">
			<summary>Down Arrow Shape. When the item is serialized out as xml, its value is "downArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.StripedRightArrow">
			<summary>Striped Right Arrow Shape. When the item is serialized out as xml, its value is "stripedRightArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.NotchedRightArrow">
			<summary>Notched Right Arrow Shape. When the item is serialized out as xml, its value is "notchedRightArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BentUpArrow">
			<summary>Bent Up Arrow Shape. When the item is serialized out as xml, its value is "bentUpArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LeftRightArrow">
			<summary>Left Right Arrow Shape. When the item is serialized out as xml, its value is "leftRightArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.UpDownArrow">
			<summary>Up Down Arrow Shape. When the item is serialized out as xml, its value is "upDownArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LeftUpArrow">
			<summary>Left Up Arrow Shape. When the item is serialized out as xml, its value is "leftUpArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LeftRightUpArrow">
			<summary>Left Right Up Arrow Shape. When the item is serialized out as xml, its value is "leftRightUpArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.QuadArrow">
			<summary>Quad-Arrow Shape. When the item is serialized out as xml, its value is "quadArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LeftArrowCallout">
			<summary>Callout Left Arrow Shape. When the item is serialized out as xml, its value is "leftArrowCallout".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.RightArrowCallout">
			<summary>Callout Right Arrow Shape. When the item is serialized out as xml, its value is "rightArrowCallout".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.UpArrowCallout">
			<summary>Callout Up Arrow Shape. When the item is serialized out as xml, its value is "upArrowCallout".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.DownArrowCallout">
			<summary>Callout Down Arrow Shape. When the item is serialized out as xml, its value is "downArrowCallout".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LeftRightArrowCallout">
			<summary>Callout Left Right Arrow Shape. When the item is serialized out as xml, its value is "leftRightArrowCallout".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.UpDownArrowCallout">
			<summary>Callout Up Down Arrow Shape. When the item is serialized out as xml, its value is "upDownArrowCallout".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.QuadArrowCallout">
			<summary>Callout Quad-Arrow Shape. When the item is serialized out as xml, its value is "quadArrowCallout".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BentArrow">
			<summary>Bent Arrow Shape. When the item is serialized out as xml, its value is "bentArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.UTurnArrow">
			<summary>U-Turn Arrow Shape. When the item is serialized out as xml, its value is "uturnArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.CircularArrow">
			<summary>Circular Arrow Shape. When the item is serialized out as xml, its value is "circularArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LeftCircularArrow">
			<summary>Left Circular Arrow Shape. When the item is serialized out as xml, its value is "leftCircularArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LeftRightCircularArrow">
			<summary>Left Right Circular Arrow Shape. When the item is serialized out as xml, its value is "leftRightCircularArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.CurvedRightArrow">
			<summary>Curved Right Arrow Shape. When the item is serialized out as xml, its value is "curvedRightArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.CurvedLeftArrow">
			<summary>Curved Left Arrow Shape. When the item is serialized out as xml, its value is "curvedLeftArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.CurvedUpArrow">
			<summary>Curved Up Arrow Shape. When the item is serialized out as xml, its value is "curvedUpArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.CurvedDownArrow">
			<summary>Curved Down Arrow Shape. When the item is serialized out as xml, its value is "curvedDownArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.SwooshArrow">
			<summary>Swoosh Arrow Shape. When the item is serialized out as xml, its value is "swooshArrow".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Cube">
			<summary>Cube Shape. When the item is serialized out as xml, its value is "cube".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Can">
			<summary>Can Shape. When the item is serialized out as xml, its value is "can".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LightningBolt">
			<summary>Lightning Bolt Shape. When the item is serialized out as xml, its value is "lightningBolt".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Heart">
			<summary>Heart Shape. When the item is serialized out as xml, its value is "heart".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Sun">
			<summary>Sun Shape. When the item is serialized out as xml, its value is "sun".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Moon">
			<summary>Moon Shape. When the item is serialized out as xml, its value is "moon".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.SmileyFace">
			<summary>Smiley Face Shape. When the item is serialized out as xml, its value is "smileyFace".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.IrregularSeal1">
			<summary>Irregular Seal 1 Shape. When the item is serialized out as xml, its value is "irregularSeal1".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.IrregularSeal2">
			<summary>Irregular Seal 2 Shape. When the item is serialized out as xml, its value is "irregularSeal2".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FoldedCorner">
			<summary>Folded Corner Shape. When the item is serialized out as xml, its value is "foldedCorner".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Bevel">
			<summary>Bevel Shape. When the item is serialized out as xml, its value is "bevel".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Frame">
			<summary>Frame Shape. When the item is serialized out as xml, its value is "frame".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.HalfFrame">
			<summary>Half Frame Shape. When the item is serialized out as xml, its value is "halfFrame".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Corner">
			<summary>Corner Shape. When the item is serialized out as xml, its value is "corner".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.DiagonalStripe">
			<summary>Diagonal Stripe Shape. When the item is serialized out as xml, its value is "diagStripe".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Chord">
			<summary>Chord Shape. When the item is serialized out as xml, its value is "chord".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Arc">
			<summary>Curved Arc Shape. When the item is serialized out as xml, its value is "arc".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LeftBracket">
			<summary>Left Bracket Shape. When the item is serialized out as xml, its value is "leftBracket".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.RightBracket">
			<summary>Right Bracket Shape. When the item is serialized out as xml, its value is "rightBracket".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LeftBrace">
			<summary>Left Brace Shape. When the item is serialized out as xml, its value is "leftBrace".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.RightBrace">
			<summary>Right Brace Shape. When the item is serialized out as xml, its value is "rightBrace".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BracketPair">
			<summary>Bracket Pair Shape. When the item is serialized out as xml, its value is "bracketPair".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BracePair">
			<summary>Brace Pair Shape. When the item is serialized out as xml, its value is "bracePair".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.StraightConnector1">
			<summary>Straight Connector 1 Shape. When the item is serialized out as xml, its value is "straightConnector1".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BentConnector2">
			<summary>Bent Connector 2 Shape. When the item is serialized out as xml, its value is "bentConnector2".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BentConnector3">
			<summary>Bent Connector 3 Shape. When the item is serialized out as xml, its value is "bentConnector3".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BentConnector4">
			<summary>Bent Connector 4 Shape. When the item is serialized out as xml, its value is "bentConnector4".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BentConnector5">
			<summary>Bent Connector 5 Shape. When the item is serialized out as xml, its value is "bentConnector5".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.CurvedConnector2">
			<summary>Curved Connector 2 Shape. When the item is serialized out as xml, its value is "curvedConnector2".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.CurvedConnector3">
			<summary>Curved Connector 3 Shape. When the item is serialized out as xml, its value is "curvedConnector3".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.CurvedConnector4">
			<summary>Curved Connector 4 Shape. When the item is serialized out as xml, its value is "curvedConnector4".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.CurvedConnector5">
			<summary>Curved Connector 5 Shape. When the item is serialized out as xml, its value is "curvedConnector5".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Callout1">
			<summary>Callout 1 Shape. When the item is serialized out as xml, its value is "callout1".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Callout2">
			<summary>Callout 2 Shape. When the item is serialized out as xml, its value is "callout2".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Callout3">
			<summary>Callout 3 Shape. When the item is serialized out as xml, its value is "callout3".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.AccentCallout1">
			<summary>Callout 1 Shape. When the item is serialized out as xml, its value is "accentCallout1".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.AccentCallout2">
			<summary>Callout 2 Shape. When the item is serialized out as xml, its value is "accentCallout2".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.AccentCallout3">
			<summary>Callout 3 Shape. When the item is serialized out as xml, its value is "accentCallout3".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BorderCallout1">
			<summary>Callout 1 with Border Shape. When the item is serialized out as xml, its value is "borderCallout1".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BorderCallout2">
			<summary>Callout 2 with Border Shape. When the item is serialized out as xml, its value is "borderCallout2".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.BorderCallout3">
			<summary>Callout 3 with Border Shape. When the item is serialized out as xml, its value is "borderCallout3".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.AccentBorderCallout1">
			<summary>Callout 1 with Border and Accent Shape. When the item is serialized out as xml, its value is "accentBorderCallout1".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.AccentBorderCallout2">
			<summary>Callout 2 with Border and Accent Shape. When the item is serialized out as xml, its value is "accentBorderCallout2".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.AccentBorderCallout3">
			<summary>Callout 3 with Border and Accent Shape. When the item is serialized out as xml, its value is "accentBorderCallout3".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.WedgeRectangleCallout">
			<summary>Callout Wedge Rectangle Shape. When the item is serialized out as xml, its value is "wedgeRectCallout".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.WedgeRoundRectangleCallout">
			<summary>Callout Wedge Round Rectangle Shape. When the item is serialized out as xml, its value is "wedgeRoundRectCallout".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.WedgeEllipseCallout">
			<summary>Callout Wedge Ellipse Shape. When the item is serialized out as xml, its value is "wedgeEllipseCallout".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.CloudCallout">
			<summary>Callout Cloud Shape. When the item is serialized out as xml, its value is "cloudCallout".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Cloud">
			<summary>Cloud Shape. When the item is serialized out as xml, its value is "cloud".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Ribbon">
			<summary>Ribbon Shape. When the item is serialized out as xml, its value is "ribbon".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Ribbon2">
			<summary>Ribbon 2 Shape. When the item is serialized out as xml, its value is "ribbon2".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.EllipseRibbon">
			<summary>Ellipse Ribbon Shape. When the item is serialized out as xml, its value is "ellipseRibbon".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.EllipseRibbon2">
			<summary>Ellipse Ribbon 2 Shape. When the item is serialized out as xml, its value is "ellipseRibbon2".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.LeftRightRibbon">
			<summary>Left Right Ribbon Shape. When the item is serialized out as xml, its value is "leftRightRibbon".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.VerticalScroll">
			<summary>Vertical Scroll Shape. When the item is serialized out as xml, its value is "verticalScroll".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.HorizontalScroll">
			<summary>Horizontal Scroll Shape. When the item is serialized out as xml, its value is "horizontalScroll".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Wave">
			<summary>Wave Shape. When the item is serialized out as xml, its value is "wave".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.DoubleWave">
			<summary>Double Wave Shape. When the item is serialized out as xml, its value is "doubleWave".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Plus">
			<summary>Plus Shape. When the item is serialized out as xml, its value is "plus".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartProcess">
			<summary>Process Flow Shape. When the item is serialized out as xml, its value is "flowChartProcess".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartDecision">
			<summary>Decision Flow Shape. When the item is serialized out as xml, its value is "flowChartDecision".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartInputOutput">
			<summary>Input Output Flow Shape. When the item is serialized out as xml, its value is "flowChartInputOutput".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartPredefinedProcess">
			<summary>Predefined Process Flow Shape. When the item is serialized out as xml, its value is "flowChartPredefinedProcess".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartInternalStorage">
			<summary>Internal Storage Flow Shape. When the item is serialized out as xml, its value is "flowChartInternalStorage".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartDocument">
			<summary>Document Flow Shape. When the item is serialized out as xml, its value is "flowChartDocument".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartMultidocument">
			<summary>Multi-Document Flow Shape. When the item is serialized out as xml, its value is "flowChartMultidocument".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartTerminator">
			<summary>Terminator Flow Shape. When the item is serialized out as xml, its value is "flowChartTerminator".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartPreparation">
			<summary>Preparation Flow Shape. When the item is serialized out as xml, its value is "flowChartPreparation".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartManualInput">
			<summary>Manual Input Flow Shape. When the item is serialized out as xml, its value is "flowChartManualInput".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartManualOperation">
			<summary>Manual Operation Flow Shape. When the item is serialized out as xml, its value is "flowChartManualOperation".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartConnector">
			<summary>Connector Flow Shape. When the item is serialized out as xml, its value is "flowChartConnector".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartPunchedCard">
			<summary>Punched Card Flow Shape. When the item is serialized out as xml, its value is "flowChartPunchedCard".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartPunchedTape">
			<summary>Punched Tape Flow Shape. When the item is serialized out as xml, its value is "flowChartPunchedTape".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartSummingJunction">
			<summary>Summing Junction Flow Shape. When the item is serialized out as xml, its value is "flowChartSummingJunction".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartOr">
			<summary>Or Flow Shape. When the item is serialized out as xml, its value is "flowChartOr".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartCollate">
			<summary>Collate Flow Shape. When the item is serialized out as xml, its value is "flowChartCollate".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartSort">
			<summary>Sort Flow Shape. When the item is serialized out as xml, its value is "flowChartSort".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartExtract">
			<summary>Extract Flow Shape. When the item is serialized out as xml, its value is "flowChartExtract".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartMerge">
			<summary>Merge Flow Shape. When the item is serialized out as xml, its value is "flowChartMerge".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartOfflineStorage">
			<summary>Offline Storage Flow Shape. When the item is serialized out as xml, its value is "flowChartOfflineStorage".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartOnlineStorage">
			<summary>Online Storage Flow Shape. When the item is serialized out as xml, its value is "flowChartOnlineStorage".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartMagneticTape">
			<summary>Magnetic Tape Flow Shape. When the item is serialized out as xml, its value is "flowChartMagneticTape".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartMagneticDisk">
			<summary>Magnetic Disk Flow Shape. When the item is serialized out as xml, its value is "flowChartMagneticDisk".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartMagneticDrum">
			<summary>Magnetic Drum Flow Shape. When the item is serialized out as xml, its value is "flowChartMagneticDrum".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartDisplay">
			<summary>Display Flow Shape. When the item is serialized out as xml, its value is "flowChartDisplay".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartDelay">
			<summary>Delay Flow Shape. When the item is serialized out as xml, its value is "flowChartDelay".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartAlternateProcess">
			<summary>Alternate Process Flow Shape. When the item is serialized out as xml, its value is "flowChartAlternateProcess".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.FlowChartOffpageConnector">
			<summary>Off-Page Connector Flow Shape. When the item is serialized out as xml, its value is "flowChartOffpageConnector".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonBlank">
			<summary>Blank Button Shape. When the item is serialized out as xml, its value is "actionButtonBlank".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonHome">
			<summary>Home Button Shape. When the item is serialized out as xml, its value is "actionButtonHome".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonHelp">
			<summary>Help Button Shape. When the item is serialized out as xml, its value is "actionButtonHelp".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonInformation">
			<summary>Information Button Shape. When the item is serialized out as xml, its value is "actionButtonInformation".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonForwardNext">
			<summary>Forward or Next Button Shape. When the item is serialized out as xml, its value is "actionButtonForwardNext".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonBackPrevious">
			<summary>Back or Previous Button Shape. When the item is serialized out as xml, its value is "actionButtonBackPrevious".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonEnd">
			<summary>End Button Shape. When the item is serialized out as xml, its value is "actionButtonEnd".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonBeginning">
			<summary>Beginning Button Shape. When the item is serialized out as xml, its value is "actionButtonBeginning".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonReturn">
			<summary>Return Button Shape. When the item is serialized out as xml, its value is "actionButtonReturn".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonDocument">
			<summary>Document Button Shape. When the item is serialized out as xml, its value is "actionButtonDocument".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonSound">
			<summary>Sound Button Shape. When the item is serialized out as xml, its value is "actionButtonSound".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ActionButtonMovie">
			<summary>Movie Button Shape. When the item is serialized out as xml, its value is "actionButtonMovie".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Gear6">
			<summary>Gear 6 Shape. When the item is serialized out as xml, its value is "gear6".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Gear9">
			<summary>Gear 9 Shape. When the item is serialized out as xml, its value is "gear9".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.Funnel">
			<summary>Funnel Shape. When the item is serialized out as xml, its value is "funnel".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.MathPlus">
			<summary>Plus Math Shape. When the item is serialized out as xml, its value is "mathPlus".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.MathMinus">
			<summary>Minus Math Shape. When the item is serialized out as xml, its value is "mathMinus".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.MathMultiply">
			<summary>Multiply Math Shape. When the item is serialized out as xml, its value is "mathMultiply".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.MathDivide">
			<summary>Divide Math Shape. When the item is serialized out as xml, its value is "mathDivide".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.MathEqual">
			<summary>Equal Math Shape. When the item is serialized out as xml, its value is "mathEqual".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.MathNotEqual">
			<summary>Not Equal Math Shape. When the item is serialized out as xml, its value is "mathNotEqual".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.CornerTabs">
			<summary>Corner Tabs Shape. When the item is serialized out as xml, its value is "cornerTabs".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.SquareTabs">
			<summary>Square Tabs Shape. When the item is serialized out as xml, its value is "squareTabs".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.PlaqueTabs">
			<summary>Plaque Tabs Shape. When the item is serialized out as xml, its value is "plaqueTabs".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ChartX">
			<summary>Chart X Shape. When the item is serialized out as xml, its value is "chartX".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ChartStar">
			<summary>Chart Star Shape. When the item is serialized out as xml, its value is "chartStar".</summary>
		</member>
		<member name="F:TXTextControl.Drawing.ShapeType.ChartPlus">
			<summary>Chart Plus Shape. When the item is serialized out as xml, its value is "chartPlus".</summary>
		</member>
		<member name="T:TXTextControl.Drawing.MenuItem">
			<summary>The Drawing.MenuItem class represents a bindable Windows Forms ToolStripMenuItem.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.Selection">
			<summary>The Drawing.Selection class represents all selected shapes.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.Selection.BringForward">
			<summary>Increases the selected shapes' levels by one. The method has no effect if the CanBringForward property returns false.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.Selection.BringToFront">
			<summary>Displays the selected shape as the uppermost shape of all shapes. The method has no effect if the CanBringToFront property returns false.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.Selection.SendBackward">
			<summary>Decreases the selected shapes' levels by one. The method has no effect if the CanSendBackward property returns false.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.Selection.SendToBack">
			<summary>Displays the selected shape as the lowest shape of all shapes. The method has no effect if the CanSendToBack property returns false.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.Selection.IsCommonValueSelected(Drawing.Selection.Attribute)">
			<summary>Informs about whether an attribute from the Drawing.Selection.Attribute enumeration has the same value for the complete shapes selection.</summary>
			<param name="attribute">Specifies a possible value from the Drawing.Selection.Attribute enumeration.</param>
		</member>
		<member name="P:TXTextControl.Drawing.Selection.CanBringForward">
			<summary>Gets value that indicates whether the selected shapes' levels can be increased by one.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Selection.CanBringToFront">
			<summary>Gets value that indicates whether the selected shape can be displayed as the uppermost shape of all shapes.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Selection.CanSendBackward">
			<summary>Gets value that indicates whether the selected shapes' levels can be decreased by one.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Selection.CanSendToBack">
			<summary>Gets value that indicates whether the selected shape can be displayed as the lowest shape of all shapes.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Selection.Shapes">
			<summary>Gets or set the selected shapes .</summary>
		</member>
		<member name="T:TXTextControl.Drawing.Shape">
			<summary>The Drawing.Shape class represents a shape which can be displayed inside the TX Drawing Control.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.Shape.#ctor">
			<summary>Creates a new instance of the Shape class by the ShapeType type ShapeType.Custom.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.Shape.#ctor(Drawing.ShapeType)">
			<summary>Initializes a new instance of the Shape class by a specific ShapeType type.</summary>
			<param name="type">Specifies the shape's type.</param>
		</member>
		<member name="M:TXTextControl.Drawing.Shape.FitToCanvas">
			<summary>Expands the shape to the control's canvas size. The method has no effect if the CanFitToCanvas property returns false.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Angle">
			<summary>Gets or sets the angle of the shape inside the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.AutoSize">
			<summary>Gets or sets a value indicating whether the shape is automatically resized with the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Bounds">
			<summary>Gets or sets the bounding rectangle of the shape.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.CanFitToCanvas">
			<summary>Gets a value which indicates whether the FitToCanvas method can be used or not.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Flip">
			<summary>Gets or sets whether and in what form the shape is flipped.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Index">
			<summary>Represents the index of the shape inside control's shape collection.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Movable">
			<summary>Gets or sets a value which indicates whether the shape is movable or not.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.IsSelected">
			<summary>Gets a value which indicates whether the shape is selected or not.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Sizable">
			<summary>Gets or sets a value which indicates whether the shape is sizable or not.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Location">
			<summary>Gets or sets shape's current location.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.ShapeFill">
			<summary>Gets the shape's fill properties.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.ShapeOutline">
			<summary>Gets the shape's outline properties.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Size">
			<summary>Gets or sets the shape's current size.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Type">
			<summary>Gets or sets the shape's type.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.Shape.Fill">
			<summary>The Drawing.Shape.Fill class determines the fill properties of a shape.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Fill.Color">
			<summary>Gets or sets the shape's fill color.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.Shape.Outline">
			<summary>The Drawing.Shape.Outline class determines the line properties of a shape.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Outline.Color">
			<summary>Gets or sets the shape's line color.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.Shape.Outline.Width">
			<summary>Gets or sets the shape's line width.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.ShapeCollection">
			<summary>An instance of the ShapeCollection class contains all displayed shapes represented through objects of type Shape.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.ShapeCollection.Add(Drawing.Shape)">
			<summary>Adds an object of the type Shape to the collection. The shape is drawn at its defined location with its defined size.</summary>
			<param name="shape">Specifies the shape.</param>
		</member>
		<member name="M:TXTextControl.Drawing.ShapeCollection.Add(Drawing.Shape,Drawing.ShapeCollection.AddStyle)">
			<summary>Adds an object of the type Shape to the collection. The addStyle parameter determines the location and size in which the shape is added.</summary>
			<param name="shape">Specifies the shape.</param>
			<param name="addStyle">Specifies style how to add the shape to the collection.</param>
		</member>
		<member name="M:TXTextControl.Drawing.ShapeCollection.Insert(System.Int32,Drawing.Shape)">
			<summary>Inserts an object of the type Shape to the collection at a specified index.</summary>
			<param name="index">Specifies the index where to insert the speicified shape.</param>
			<param name="shape">Specifies the shape to insert at the specified index.</param>
		</member>
		<member name="M:TXTextControl.Drawing.ShapeCollection.Remove(Drawing.Shape)">
			<summary>Removes an object of the type Shape from the collection.</summary>
			<param name="shape">Specifies the shape to remove.</param>
		</member>
		<member name="P:TXTextControl.Drawing.ShapeCollection.Item">
			<summary>Gets an object of type Shape from the collection.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.ShapeEventArgs">
			<summary>The ShapeEventArgs class provides data for all events that occur with shapes.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.ShapeEventArgs.Shape">
			<summary>Gets an object of type Shape that represents the shape which causes the event.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.ShapesContextMenuStrip">
			<summary>The Drawing.ShapesContextMenuStrip class represents the default context menu of the Windows Forms TXDrawingControl.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.ShapesContextMenuStrip.SelectedShapesMenuItems">
			<summary>Returns an array of System.Windows.Forms.ToolStripItem objects that represents those items which are displayed in the context menu strip when the control is right clicked inside a shape.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.ShapesContextMenuStrip.StandardMenuItems">
			<summary>Returns an array of System.Windows.Forms.ToolStripItem objects that represents those items which are displayed in the context menu strip when the control is right clicked outside a shape.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.TXDrawingControl">
			<summary>The TXDrawingControl class implements a Windows Forms control with features to draw custom or predefined shapes.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.#ctor">
			<summary>Initializes a new instance of the TXDrawingControl class.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.ClearUndo">
			<summary>Clears the undo buffer of the TX Drawing Control.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.Copy">
			<summary>Copies the current selected shapes of the TX Drawing Control to the Clipboard.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.Cut">
			<summary>Moves the current selected shapes of the TX Drawing Control to the Clipboard.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.FormatShapesDialog">
			<summary>Opens a dialog to format selected shapes.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.Load(System.IO.Stream)">
			<summary>Loads shapes data into the TX Drawing Control from a specified object of type System.IO.Stream.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream the data is loaded from.</param>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.Paste">
			<summary>Pastes the content of the clipboard into the TX Drawing Control</summary>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.PrintPaint(System.Drawing.Graphics,System.Drawing.Rectangle)">
			<summary>Renders only the displayed shapes on the specified System.Drawing.Graphics object. No activated UI elements are rendered.</summary>
			<param name="graphics">Specifies the object of type System.Drawing.Graphics the displayed shapes are rendered to.</param>
			<param name="position">Specifies the position to draw on the specified System.Drawing.Graphics object.</param>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.PrintPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
			<summary>Renders the displayed shapes on the specified System.Drawing.Graphics object with or without activated UI elements.</summary>
			<param name="graphics">Specifies the object of type System.Drawing.Graphics the displayed shapes are rendered to.</param>
			<param name="position">Specifies the position to draw on the specified System.Drawing.Graphics object.</param>
			<param name="showUIElements">Specifies whether the activated UI elements are rendered on the specified System.Drawing.Graphics object or not.</param>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.Redo">
			<summary>Redoes the last TX Drawing Control operation.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.Save(System.IO.Stream)">
			<summary>Saves the shapes data to the given object of type System.IO.Stream.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream the data is saved to.</param>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.SaveImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
			<summary>Saves the displayed shapes as an image to the specified object of type System.IO.Stream.</summary>
			<param name="imageStream">Specifies an object of type System.IO.Stream the image is saved to.</param>
			<param name="format">Specifies the format used to save the image.</param>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.SaveImage(System.String,System.Drawing.Imaging.ImageFormat)">
			<summary>Saves the displayed shapes as an image to the specified file using the specified format.</summary>
			<param name="imageFileName">Specifies a file the image is saved to.</param>
			<param name="format">Specifies the format used to save the image.</param>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.SelectAll">
			<summary>Selects all shapes in the TX Drawing Control.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.SizeToContent">
			<summary>If any changes of the the displayed shapes' visible bounds require an adaption of the TX Drawing Control bounds, the size and/or location of the control is expanded respectively decreased by the considering value of the considering shape's side(s). The method returns an array of doubles which represent the effected alteration for each control's side (left, top, right, bottom) in Twips.</summary>
		</member>
		<member name="M:TXTextControl.Drawing.TXDrawingControl.Undo">
			<summary>Undoes the last edit operation in the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.TXDrawingControl.BackColor">
			<summary>Gets or sets the TX Drawing Control's back color.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.TXDrawingControl.BorderColor">
			<summary>Gets or sets the TX Drawing Control's border line color.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.TXDrawingControl.BorderWidth">
			<summary>Gets or sets the TX Drawing Control's border line width.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.TXDrawingControl.CanCopy">
			<summary>Informs whether shapes are selected which can be copied to the internal clipboard.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.TXDrawingControl.CanPaste">
			<summary>Informs whether the internal clipboard contains shapes that can be pasted into the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.TXDrawingControl.CanRedo">
			<summary>Informs whether an operation can be re-done using the Redo method.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.TXDrawingControl.CanUndo">
			<summary>Gets a value indicating whether the user can undo the previous operation in the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.TXDrawingControl.IsCanvasVisible">
			<summary>Gets a value whether the TX Drawing Control is interpreted as canvas or not.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.TXDrawingControl.Selection">
			<summary>Gets an object of type Drawing.Selection that represents the current selected shapes inside the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.TXDrawingControl.Shapes">
			<summary>Gets an object of type ShapeCollection that represents those shapes which are displayed inside the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.TXDrawingControl.ZoomFactor">
			<summary>Gets or sets the zoom factor, in percent, for the TX Drawing Control.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.AdaptBounds">
			<summary>Indicates that the visible bounds of the displayed shapes have been changed (by changing the shape's angle, outline width, yellow adjust rectangles or the control's border width) in so far that the control requires an update of its bounds.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.Changed">
			<summary>Indicates that the number or formatting of the displayed shapes has been changed.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.ShapeAdjusted">
			<summary>Occurs when a shape has been adjusted by using its yellow adjust rectangle.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.ShapeClicked">
			<summary>Occurs when a shape has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.ShapeCreated">
			<summary>Occurs when a new shape has been created.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.ShapeDeleted">
			<summary>Occurs when a shape has been deleted from the TX Drawing Control's shapes collection.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.ShapeDeselected">
			<summary>Occurs when a shape has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.ShapeFlipped">
			<summary>Occurs when a shape has been flipped.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.ShapeFormatChanged">
			<summary>Occurs when shape formatting attributes which cannot be handled with the built-in mouse interface have been changed.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.ShapeMoved">
			<summary>Occurs when a shape has been moved with the built-in mouse interface.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.ShapeSelected">
			<summary>Occurs when a shape has been selected.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.ShapeSized">
			<summary>Occurs when a shape has been sized with the built-in mouse interface.</summary>
		</member>
		<member name="E:TXTextControl.Drawing.TXDrawingControl.ViewChanged">
			<summary>Occurs when UI manipulations such as shape moving or selection changing have caused the view to change.</summary>
		</member>
		<member name="T:TXTextControl.Drawing.ViewChangedEventArgs">
			<summary>The ViewChangedEventArgs class provides data for the TXDrawingControl.ViewChanged event.</summary>
		</member>
		<member name="P:TXTextControl.Drawing.ViewChangedEventArgs.ClipRectangle">
			<summary>Gets an object of type System.Drawing.Rectangle that represents the region where the control view is changed by UI editing.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.CaretStateEventArgs">
			<summary>The CaretStateEventArgs class provides data about the state of the caret, such as position, size and visibility.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.CaretStateEventArgs.Direction">
			<summary>Gets the caret's direction.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.CaretStateEventArgs.Location">
			<summary>Gets the caret's location in pixels.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.CaretStateEventArgs.Size">
			<summary>Gets the caret's visibility.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.CaretStateEventArgs.Visibility">
			<summary>Gets the caret's visibility.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.DialogViewGenerator">
			<summary>An instance of the DialogViewGenerator class can be used to visualize a built-in dialog box through an image.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DialogViewGenerator.ActivationState">
			<summary>Gets or sets a value indicating the dialog box's activation state.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DialogViewGenerator.Caption">
			<summary>Gets the dialog box's caption.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DialogViewGenerator.UserInput">
			<summary>Gets the dialog box's UserInput object, which can be used to inform the dialog box about user input.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DialogViewGenerator.View">
			<summary>Gets the dialog box's View object, which informs about view changes and provides an image of the dialog box's current state.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.DialogViewGenerator.CaretStateChanged">
			<summary>Occurs when the state of the caret (size, position, visibility) has been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.DialogViewGenerator.Closed">
			<summary>Occurs after the dialog box has been closed through clicking the Ok or Cancel button.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.DialogViewGenerator.ShowDialogBox">
			<summary>Occurs when the dialog box should show a further dialog box.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.DialogViewGenerator.ShowErrorMessage">
			<summary>Occurs when the dialog box should show an error message.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.DocumentSizeChangedEventArgs">
			<summary>The DocumentSizeChangedEventArgs class informs about a changed document size.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DocumentSizeChangedEventArgs.Height">
			<summary>Gets the document's height, in twips.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DocumentSizeChangedEventArgs.Width">
			<summary>Gets the document's width, in twips.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.DrawComboboxEventArgs">
			<summary>The DrawComboboxEventArgs class contains information necessary to draw a combobox so that an end-user can select an item for a SelectionFormField.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawComboboxEventArgs.Bold">
			<summary>Returns true, when the font of the combobox should be bold.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawComboboxEventArgs.FontName">
			<summary>Returns the name of the font that should be used to display the items of the combobox.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawComboboxEventArgs.FontSize">
			<summary>Returns the pointsize (EM size), in pixels, of the combobox's font.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawComboboxEventArgs.Italic">
			<summary>Returns true, when the font of the combobox should be italic.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawComboboxEventArgs.Location">
			<summary>Gets the location of the combobox's text, in pixels.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawComboboxEventArgs.SelectionFormField">
			<summary>Gets the SelectionFormField for which the combobox is displayed.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawComboboxEventArgs.Size">
			<summary>Gets the size of the combobox's text, in pixels.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.DrawDateControlEventArgs">
			<summary>The DrawDateControlEventArgs class contains information necessary to draw a date control so that an end-user can select a date for a DateFormField.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawDateControlEventArgs.Location">
			<summary>Gets the location where to place the date control, in pixels.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawDateControlEventArgs.DateFormField">
			<summary>Gets the DateFormField for which the date control is displayed.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.DrawShapeEventArgs">
			<summary>The DrawShapeEventArgs class contains information to draw additional parts necessary when the user interacts with the document.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.DrawShapeEventArgs.Shape">
			<summary>Determines a shape to be drawn during the DrawShape event.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.DrawShapeEventArgs.Shape.DropCaret">
			<summary>Determines the rectangle indicating the text input position where text is inserted during a drag and drop operation.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.DrawShapeEventArgs.Shape.MoveAndSizeFrame">
			<summary>Determines the frame which is drawn when an image or textframe is moved or sized.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.DrawShapeEventArgs.Shape.TableBorderMovingLine">
			<summary>Determines the line which is drawn when the width of a table cell is changed. This shape's horizontal size is set to 1 pixel.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawShapeEventArgs.Kind">
			<summary>Gets the kind of the shape.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawShapeEventArgs.Location">
			<summary>Gets the location of the shape, in pixels.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.DrawShapeEventArgs.Size">
			<summary>Gets the size of the shape, in pixels.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.MenuItem">
			<summary>The MenuItem class provides all data necessary to visualize a menu item, such as the menu's text and the menu's image.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.MenuItem.Execute">
			<summary>Executes the menu item. When the menu item opens a dialog box, the method creates and returns a DialogViewGenerator object. Otherwise it performs changes in the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.MenuItem.Checked">
			<summary>Gets a value indicating whether the menu item is checked.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.MenuItem.Enabled">
			<summary>Gets a value indicating whether the menu item is enabled.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.MenuItem.Image">
			<summary>Gets the menu item's image.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.MenuItem.Items">
			<summary>Gets an array of ServerVisualization.MenuItem objects specifying a submenu.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.MenuItem.Text">
			<summary>Gets the menu item's text.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.RulerBarViewGenerator">
			<summary>An instance of the RulerBarViewGenerator class can be used to visualize a ruler bar through an image.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.RulerBarViewGenerator.#ctor">
			<summary>Initializes a new instance of the RulerBarViewGenerator class. After initialization the Create method must be called to enable further resources.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.RulerBarViewGenerator.Create">
			<summary>Initializes the resources of a newly instantiated object. This method must be called before using the object. To release created resources, Dispose should be called after using the object.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.RulerBarViewGenerator.ResetDisplayColors">
			<summary>Resets all display colors of a ruler bar to their system dependent default values.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.Alignment">
			<summary>Gets or sets a value specifying the alignment of the ruler bar in the document.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.BorderStyle">
			<summary>Gets or sets the border style of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.DisplayColors">
			<summary>Gets or sets the colors of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.EnablePageMargins">
			<summary>Enables or disables the setting of page margins.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.FormulaMode">
			<summary>Gets or sets a value specifying whether the ruler bar shows cell references when the current input position is in a table cell.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.Location">
			<summary>Gets or sets a location, in pixels.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.ReadOnly">
			<summary>Gets or sets a value determining the ruler bar's read only mode.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.Resolution">
			<summary>Gets or sets a resolution, in dots per inch (dpi) for all images, provided through the View property.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.ScaleUnit">
			<summary>Gets or sets the unit of the ruler bar's scale.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.UserInput">
			<summary>Gets the UserInput object, which can be used to inform the RulerBarViewGenerator about user input.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.View">
			<summary>Gets the View object, which informs about view changes and provides an image of the RulerBarViewGenerator's current state.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors">
			<summary>The ServerVisualization.RulerBarViewGenerator.Colors class gets, sets or resets the display colors of a ServerVisualization.RulerBarViewGenerator component.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.#ctor">
			<summary>Initializes a new instance of the RulerBarViewGenerator.Colors class. After creating the object with this constuctor, individual colors can be set. If the Colors object is assigned to the DisplayColors property, non-set colors are reset to their system dependent default values.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetBackColor">
			<summary>Resets the ruler bar's BackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetForeColor">
			<summary>Resets the ruler bar's ForeColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetGradientBackColor">
			<summary>Resets the ruler bar's GradientBackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetRulerColor">
			<summary>Resets the ruler bar's RulerColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetSeparatorColorDark">
			<summary>Resets the ruler bar's SeparatorColorDark to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetSeparatorColorLight">
			<summary>Resets the ruler bar's SeparatorColorLight to its system dependent default value.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.BackColor">
			<summary>Gets or sets the background color at the left or top edge of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ForeColor">
			<summary>Gets or sets the color used for the numbers of the ruler.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.GradientBackColor">
			<summary>Gets or sets the background color at the right or bottom edge of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.RulerColor">
			<summary>Gets or sets the color of the ruler.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.SeparatorColorDark">
			<summary>Gets or sets the color of dark separators.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.SeparatorColorLight">
			<summary>Gets or sets the color of light separators.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.ShowDialogBoxEventArgs">
			<summary>The ShowDialogBoxEventArgs class provides a DialogViewGenerator object which can be used to show a further dialog box from a parent dialog box.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.ShowDialogBoxEventArgs.DialogBox">
			<summary>Gets a DialogViewGenerator object which can be used to show the child dialog box.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.ShowErrorMessageEventArgs">
			<summary>The ShowErrorMessageEventArgs class provides a string which should be shown as an error message for the end-user.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.ShowErrorMessageEventArgs.ErrorMessage">
			<summary>Gets the error message.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.ShowErrorMessageEventArgs.Caption">
			<summary>Gets a caption string.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.StatusBarViewGenerator">
			<summary>An instance of the StatusBarViewGenerator class can be used to visualize a status bar through an image.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.#ctor">
			<summary>Initializes a new instance of the StatusBarViewGenerator class. After initialization the Create method must be called to enable further resources.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.Create">
			<summary>Initializes the resources of a newly instantiated object. This method must be called before using the object. To release created resources, Dispose should be called after using the object.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.ResetDisplayColors">
			<summary>Resets all display colors of a status bar to their system dependent default values.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.BorderStyle">
			<summary>Gets or sets the border style of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.ColumnText">
			<summary>Gets or sets the text in the 'Column' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.DisplayColors">
			<summary>Gets or sets the colors of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.Font">
			<summary>Gets or sets the font which is used to display text.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.LineText">
			<summary>Gets or sets the text in the 'Line' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.PageCounterText">
			<summary>Gets or sets the text in the 'Page counter' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.PageText">
			<summary>Gets or sets the text in the 'Page' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.Resolution">
			<summary>Gets or sets a resolution, in dots per inch (dpi) for all images, provided through the View property.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.SectionCounterText">
			<summary>Gets or sets the text in the 'Section counter' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.SectionText">
			<summary>Gets or sets the text in the 'Section' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowColumn">
			<summary>Specifies whether the status bar shows the column number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowKeyStates">
			<summary>Specifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowLanguage">
			<summary>Specifies whether the status bar shows the language of the text selection or the text input position.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowLine">
			<summary>Specifies whether the status bar shows the line number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowPage">
			<summary>Specifies whether the status bar shows the page number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowPageCounter">
			<summary>Specifies whether the status bar shows the number of pages the document consists of.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowSection">
			<summary>Specifies whether the status bar shows the section number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowSectionCounter">
			<summary>Specifies whether the status bar shows the number of sections the document consists of.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowZoom">
			<summary>Specifies whether the status bar shows the current zoom factor.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowZoomTrackBar">
			<summary>Specifies whether the status bar displays a track bar instead of a simple number to show and to set the zooming factor.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.UserInput">
			<summary>Gets the UserInput object, which can be used to inform the StatusBarViewGenerator about user input.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.View">
			<summary>Gets the View object, which informs about view changes and provides an image of the StatusBarViewGenerator's current state.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors">
			<summary>The StatusBarViewGenerator.Colors class gets, sets or resets the display colors of a ServerVisualization.StatusBarViewGenerator component.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.#ctor">
			<summary>Initializes a new instance of the StatusBarViewGenerator.Colors class. After creating the object with this constuctor, individual colors can be set. If the Colors object is assigned to the DisplayColors property, non-set colors are reset to their system dependent default values.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetBackColor">
			<summary>Resets the status bar's BackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetBackColorBottom">
			<summary>Resets the status bar's BackColorBottom to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetBackColorMiddle">
			<summary>Resets the status bar's BackColorMiddle to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetBackColorTop">
			<summary>Resets the status bar's BackColorTop to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetForeColor">
			<summary>Resets the status bar's ForeColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetFrameColor">
			<summary>Resets the status bar's FrameColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetGradientBackColor">
			<summary>Resets the status bar's GradientBackColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetSeparatorColorDark">
			<summary>Resets the status bar's SeparatorColorDark to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetSeparatorColorLight">
			<summary>Resets the status bar's SeparatorColorLight to its system dependent default value.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.BackColor">
			<summary>Gets or sets the background color at the left edge of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.BackColorBottom">
			<summary>Gets or sets the background color at the bottom of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.BackColorMiddle">
			<summary>Gets or sets the background color in the middle of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.BackColorTop">
			<summary>Gets or sets the background color at the top of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ForeColor">
			<summary>Gets or sets the color used for text and numbers.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.FrameColor">
			<summary>Gets or sets the color of the status bar's frames.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.GradientBackColor">
			<summary>Gets or sets the background color at the right edge of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.SeparatorColorDark">
			<summary>Gets or sets the color of the dark part of a separator.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.SeparatorColorLight">
			<summary>Gets or sets the color of the light part of a separator.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.TextContextMenuEventArgs">
			<summary>The TextContextMenuEventArgs class provides data for the ServerVisualization.TextViewGenerator.TextContextMenuOpening event.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextContextMenuEventArgs.ContextMenuLocation">
			<summary>Gets the location in the document for which the menu items have been generated.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextContextMenuEventArgs.Items">
			<summary>Gets an array of ServerVisualization.MenuItem objects.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextContextMenuEventArgs.Location">
			<summary>Gets the location, in pixels, where the context menu should be displayed.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextContextMenuEventArgs.RightToLeft">
			<summary>Gets a value indicating whether the context menu must be shown from right to left.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.TextViewGenerator">
			<summary>The TextViewGenerator class is a special ServerTextControl, which can be used to visualize the control's text contents through a generated image.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind">
			<summary>Determines a built-in dialog box.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.AddSymbolDialog">
			<summary>Determines the dialog box for inserting symbol characters.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.BarcodeLayoutDialog">
			<summary>Determines the dialog box for layouting and setting attributes of barcodes.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.ChartLayoutDialog">
			<summary>Determines the dialog box for layouting charts.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.DrawingLayoutDialog">
			<summary>Determines the dialog box for layouting drawings.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.FontDialog">
			<summary>Determines the dialog box for setting character attributes like font attributes, text fore- and background color, baseline alignment and underlining.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.ForeColorDialog">
			<summary>Determines the dialog box for defining a text foreground color.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.FormattingStylesDialog">
			<summary>Determines the dialog box for defining formatting styles.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.FrameFillColorDialog">
			<summary>Determines the dialog box for defining a color for the background of a paragraph or a table cell.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.FrameLineColorDialog">
			<summary>Determines the dialog box for defining a color for the frame of a paragraph or a table.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.ImageAttributesDialog">
			<summary>Determines the dialog box for setting image attributes like layout options and position, size, scaling, text distances and saving options.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.InsertTableDialog">
			<summary>Determines the dialog box for inserting tables.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.LanguageDialog">
			<summary>Determines the dialog box for setting languages.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.ListFormatDialog">
			<summary>Determines the dialog box for setting attributes of bulleted and numbered lists.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.PageColorDialog">
			<summary>Determines the dialog box for defining a page color.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.ParagraphFormatDialog">
			<summary>Determines the dialog box for setting paragraph attributes like alignment, indents, distances, frames and pagination.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.SectionFormatDialog">
			<summary>Determines the dialog box for setting section attributes like page size and orientation, page margins, headers and footers, page columns and page frames.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.TabDialog">
			<summary>Determines the dialog box for defining tabulators.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.TableFormatDialog">
			<summary>Determines the dialog box for setting table attributes like frame width and frame color, text distances, cell height and vertical alignment.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.TextBackColorDialog">
			<summary>Determines the dialog box for defining a text background color.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind.TextFrameAttributesDialog">
			<summary>Determines the dialog box for setting textframe attributes like layout options and position, size, scaling, text distances and frame options.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.BeginUndoAction(System.String)">
			<summary>Begins a user-defined undo operation. All editing and fomatting changes made between BeginUndoAction and EndUndoAction belong to the undo operation. These changes are undone or redone in a single step. The specified user-defined name is available with the UndoActionName property.</summary>
			<param name="actionName">Specifies the undo action's name.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.EndUndoAction">
			<summary>Ends a user-defined undo operation. All editing and fomatting changes made between BeginUndoAction and EndUndoAction belong to the undo operation. These changes are undone or redone in a single step.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.GetDialogBox(ServerVisualization.TextViewGenerator.DialogBoxKind)">
			<summary>Returns a view generator for the specified built-in dialog box.</summary>
			<param name="kind">Specifies which kind of dialog box is represented through the view generator.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.GetDialogBox(ServerVisualization.TextViewGenerator.DialogBoxKind,System.Int32)">
			<summary>Returns a view generator for the specified built-in dialog box and selects the specified dialog box tab.</summary>
			<param name="kind">Specifies which kind of dialog box is represented through the view generator.</param>
			<param name="selectedTab">Specifies an zero-based index indicating which dialog box tab is selected.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.GetDialogBox(TXTextControl.PageNumberField)">
			<summary>Returns a view generator for a dialog box handling the attributes of the specified pagenumber field.</summary>
			<param name="pageNumberField">Specifies the PageNumberField for which the dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.GetDialogBox(TXTextControl.FormField)">
			<summary>Returns a view generator for a dialog box handling the attributes of the specified form field.</summary>
			<param name="formField">Specifies the FormField for which the dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnBarcodeDeselected(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeDeselected event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnBarcodeSelected(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeSelected event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnCannotTrackChange(TXTextControl.CannotTrackChangeEventArgs)">
			<summary>Raises the CannotTrackChange event.</summary>
			<param name="e">Specifies a CannotTrackChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnChartDeselected(DataVisualization.ChartEventArgs)">
			<summary>Raises the ChartDeselected event.</summary>
			<param name="e">Specifies an ChartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnChartSelected(DataVisualization.ChartEventArgs)">
			<summary>Raises the ChartSelected event.</summary>
			<param name="e">Specifies an ChartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnCaretStateChanged(ServerVisualization.CaretStateEventArgs)">
			<summary>Raises the CaretStateChanged event.</summary>
			<param name="e">Specifies a ServerVisualization.CaretStateEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnChanged(System.EventArgs)">
			<summary>Raises the Changed event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnCharFormatChanged(System.EventArgs)">
			<summary>Raises the CharFormatChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnCommentChanged(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentChanged event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnCommentedTextEntered(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentedTextEntered event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnCommentedTextLeft(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentedTextLeft event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnCommentStateChanged(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentStateChanged event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnDocumentLinkClicked(TXTextControl.DocumentLinkEventArgs)">
			<summary>Raises the DocumentLinkClicked event.</summary>
			<param name="e">Specifies an DocumentLinkEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnDocumentSizeChanged(ServerVisualization.DocumentSizeChangedEventArgs)">
			<summary>Raises the DocumentSizeChanged event.</summary>
			<param name="e">Specifies a ServerVisualization.DocumentSizeChangedEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnDrawCombobox(ServerVisualization.DrawComboboxEventArgs)">
			<summary>Raises the DrawCombobox event.</summary>
			<param name="e">Specifies a ServerVisualization.DrawComboboxEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnDrawDateControl(ServerVisualization.DrawDateControlEventArgs)">
			<summary>Raises the DrawDateControl event.</summary>
			<param name="e">Specifies a ServerVisualization.DrawDateControlEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnDrawingDeselected(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingDeselected event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnDrawingSelected(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingSelected event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnDrawShape(ServerVisualization.DrawShapeEventArgs)">
			<summary>Raises the DrawShape event.</summary>
			<param name="e">Specifies a ServerVisualization.DrawShapeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnEditableRegionEntered(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionEntered event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnEditableRegionLeft(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionLeft event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteReferenceMarkEntered(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteReferenceMarkEntered event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteReferenceMarkLeft(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteReferenceMarkLeft event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteSectionActivated(System.EventArgs)">
			<summary>Raises the FootnoteSectionActivated event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteSectionDeactivated(System.EventArgs)">
			<summary>Raises the FootnoteSectionDeactivated event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFormattingStyleChanged(System.EventArgs)">
			<summary>Raises the FormattingStyleChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFormattingStyleListChanged(System.EventArgs)">
			<summary>Raises the FormattingStyleListChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFormFieldCheckChanged(TXTextControl.CheckFormFieldEventArgs)">
			<summary>Raises the FormFieldCheckChanged event.</summary>
			<param name="e">Specifies a CheckFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFormFieldDateChanged(TXTextControl.DateFormFieldEventArgs)">
			<summary>Raises the FormFieldDateChanged event.</summary>
			<param name="e">Specifies a DateFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFormFieldSelectionChanged(TXTextControl.SelectionFormFieldEventArgs)">
			<summary>Raises the FormFieldSelectionChanged event.</summary>
			<param name="e">Specifies a SelectionFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFormFieldSettingsChanged(TXTextControl.FormFieldEventArgs)">
			<summary>Raises the FormFieldSettingsChanged event.</summary>
			<param name="e">Specifies a FormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFormFieldTextChanged(TXTextControl.TextFormFieldEventArgs)">
			<summary>Raises the FormFieldTextChanged event.</summary>
			<param name="e">Specifies a TextFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFrameDeselected(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameDeselected event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFrameMoved(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameMoved event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFrameSelected(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameSelected event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnFrameSized(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameSized event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnHeaderFooterActivated(TXTextControl.HeaderFooterEventArgs)">
			<summary>Raises the HeaderFooterActivated event.</summary>
			<param name="e">Specifies an HeaderFooterEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnHeaderFooterDeactivated(TXTextControl.HeaderFooterEventArgs)">
			<summary>Raises the HeaderFooterDeactivated event.</summary>
			<param name="e">Specifies an HeaderFooterEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnHypertextLinkClicked(TXTextControl.HypertextLinkEventArgs)">
			<summary>Raises the HypertextLinkClicked event.</summary>
			<param name="e">Specifies an HypertextLinkEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnImageDeselected(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageDeselected event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnImageSelected(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageSelected event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnInputFormattingStyleChanged(System.EventArgs)">
			<summary>Raises the InputFormattingStyleChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnInputParagraphChanged(System.EventArgs)">
			<summary>Raises the InputParagraphChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnInputPositionChanged(System.EventArgs)">
			<summary>Raises the InputPositionChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnMainTextActivated(System.EventArgs)">
			<summary>Raises the MainTextActivated event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnPageFormatChanged(System.EventArgs)">
			<summary>Raises the PageFormatChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnParagraphFormatChanged(System.EventArgs)">
			<summary>Raises the ParagraphFormatChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnRemoveCombobox(System.EventArgs)">
			<summary>Raises the RemoveCombobox event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnRemoveDateControl(System.EventArgs)">
			<summary>Raises the RemoveDateControl event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnSignatureFieldDeselected(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldDeselected event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnSignatureFieldSelected(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldSelected event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnSubTextPartClicked(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartClicked event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnSubTextPartDoubleClicked(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartDoubleClicked event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnSubTextPartEntered(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartEntered event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnSubTextPartLeft(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartLeft event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTableOfContentsEntered(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsEntered event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTableOfContentsLeft(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsLeft event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTextContextMenuOpening(TXTextControl.TextContextMenuEventArgs)">
			<summary>Raises the TextContextMenuOpening event.</summary>
			<param name="e">Specifies an ServerVisualization.TextContextMenuEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTextFieldClicked(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldClicked event.</summary>
			<param name="e">Specifies an TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTextFieldEntered(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldEntered event.</summary>
			<param name="e">Specifies an TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTextFieldLeft(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldLeft event.</summary>
			<param name="e">Specifies an TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTextFrameActivated(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameActivated event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTextFrameDeactivated(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameDeactivated event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTextFrameDeselected(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameDeselected event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTextFrameSelected(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameSelected event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTrackedChangeChanged(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeChanged event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.OnTrackedChangeStateChanged(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeStateChanged event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Redo">
			<summary>Redoes the last TextViewGenerator operation.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Undo">
			<summary>Undoes the last edit operation in the TextViewGenerator.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Zoom(System.Int32)">
			<summary>Zooms the contents of the TextViewGenerator using the specified zoom factor.</summary>
			<param name="zoomFactor">Specifies the zoom factor, in percent.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Zoom(TXTextControl.ZoomOption)">
			<summary>Zooms the contents of the TextViewGenerator using the specified option.</summary>
			<param name="zoomOption">Specifies one of the ZoomOption values.</param>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.ActivationState">
			<summary>Gets or sets a value indicating the current activation state of the text view generator.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.AllowDrag">
			<summary>Gets or sets a value indicating whether the view generator can be a source of a Drag&amp;Drop operation.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.AllowDrop">
			<summary>Gets or sets a value indicating whether the view generator can accept data that the user drags onto it.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.AllowUndo">
			<summary>Gets or sets a value indicating whether the undo buffer is active or not.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanCharacterFormat">
			<summary>Informs whether the currently selected text can be formatted with character formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanCopy">
			<summary>Informs whether a part of a document has been selected and can be copied to the clipboard.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanDocumentFormat">
			<summary>Informs whether the document can be formatted with page and section formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanEdit">
			<summary>Informs whether the document's text and/or formatting attributes can be changed.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanEditFormFields">
			<summary>Informs whether form fields can be edited.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanParagraphFormat">
			<summary>Informs whether the currently selected text can be formatted with paragraph formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanPaste">
			<summary>Informs whether the clipboard contains a format that can be pasted into a document.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanPrint">
			<summary>Informs whether the document can be printed.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanRedo">
			<summary>Informs whether an operation can be re-done.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanStyleFormat">
			<summary>Informs whether the document can be formatted with formatting styles.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanTableFormat">
			<summary>Informs whether the currently selected text can be formatted with table formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CanUndo">
			<summary>Gets a value indicating whether the user can undo the previous operation.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.CommentHighlightMode">
			<summary>Gets or sets a value indicating whether all the commented texts in the document are highlighted.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.ControlChars">
			<summary>Specifies if control characters are visible or not.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.DialogUnit">
			<summary>Gets or sets a value indicating the measuring unit used for sizes and distances in dialogboxes.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.DisplayColors">
			<summary>Gets or sets display colors.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.DocumentPermissions">
			<summary>Gets a DocumentPermissions object which provides properties determining how a document can be edited and formatted when the EditMode property is set to EditMode.ReadAndSelect.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.DocumentTargetMarkers">
			<summary>Gets or sets a value indicating that markers for hypertext targets are shown or not.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.DrawingMarkerLines">
			<summary>Specifies whether a marker frame is shown around a drawing to indicate its position and size.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.EditableRegionHighlightMode">
			<summary>Gets or sets a value indicating whether all the editable regions in the document are highlighted.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.EditMode">
			<summary>Gets or sets a value indicating whether the document's text is read-only, can be selected or is editable.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.InputFormat">
			<summary>Gets an object of the type InputFormat which represents all formatting attributes at the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.IsFormFieldValidationEnabled">
			<summary>Gets or sets a value indicating whether Conditional Instructions are applied to form fields when the EditMode property is set to EditMode.ReadAndSelect and TextViewGenerator.DocumentPermissions.ReadOnly to true.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.IsTrackChangesEnabled">
			<summary>Gets or sets a value indicating whether track changes is active or not.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.Location">
			<summary>Gets or sets a location, in pixels.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.PermanentControlChars">
			<summary>Gets or sets a value indicating which control characters are shown permanently.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.RedoActionName">
			<summary>Gets a string that represents the name of the action that will be performed when a call to the Redo method is made.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.Resolution">
			<summary>Gets or sets a resolution, in dots per inch (dpi).</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.RulerBar">
			<summary>Specifies the horizontal ruler bar to be used with the TextViewGenerator.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.SelectObjects">
			<summary>Gets or sets a value controlling the selection of objects which are inserted behind the text.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.StatusBar">
			<summary>Specifies the status bar to be used with the TextViewGenerator.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.TextFrameMarkerLines">
			<summary>Specifies whether text frames that have no border line are shown with marker lines.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.UndoActionName">
			<summary>Gets a string that represents the name of the action that will be performed when a call to the Undo method is made.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.UserInput">
			<summary>Gets the UserInput object, which can be used to inform the TextViewGenerator about user input.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.UserNames">
			<summary>Gets or sets a list of names specifying users who have access to editable regions.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.VerticalRulerBar">
			<summary>Specifies the vertical ruler bar to be used with the TextViewGenerator.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.View">
			<summary>Gets the View object, which informs about view changes and provides an image of the TextViewGenerator's current state.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.ViewMode">
			<summary>Gets or sets the mode how a document is displayed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.BarcodeDeselected">
			<summary>Occurs when a barcode has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.BarcodeSelected">
			<summary>Occurs when a barcode has been selected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.CannotTrackChange">
			<summary>Determines how to handle a change of the document that cannot be added to the list of tracked changes.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.Changed">
			<summary>Indicates that the contents of a document have been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.ChartDeselected">
			<summary>Occurs when a chart has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.ChartSelected">
			<summary>Occurs when a chart has been selected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.CaretStateChanged">
			<summary>Occurs when the state of the caret (size, position, visibility) has been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.CharFormatChanged">
			<summary>Occurs when the character formatting attributes either of the selected characters or the current text input position have been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.CommentChanged">
			<summary>Occurs when the text of a comment has been altered.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.CommentedTextEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a commented piece of text.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.CommentedTextLeft">
			<summary>Occurs when the current input position has left a commented piece of text.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.CommentStateChanged">
			<summary>Occurs when the state of a comment alters from active to inactive or vice versa.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.DocumentLinkClicked">
			<summary>Occurs when a text field has been clicked on that represents a link to a target in the document.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.DocumentSizeChanged">
			<summary>Occurs when the size of the document has been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.DrawCombobox">
			<summary>Occurs when a combobox for a SelectionFormField must be drawn.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.DrawDateControl">
			<summary>Occurs when a date control for a DateFormField must be drawn.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.DrawingDeselected">
			<summary>Occurs when a drawing has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.DrawingSelected">
			<summary>Occurs when a drawing has been selected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.DrawShape">
			<summary>Occurs when additional user-interaction parts must be drawn.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.EditableRegionEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to an editable region.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.EditableRegionLeft">
			<summary>Occurs when the current input position has left an editable region.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FootnoteReferenceMarkEntered">
			<summary>Occurs when the current input position has been moved to the position of a footnote reference mark.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FootnoteReferenceMarkLeft">
			<summary>Occurs when the current input position has left the position of a footnote reference mark.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FootnoteSectionActivated">
			<summary>Occurs when the footnote section of a document's page gets the current text input position from another part of the document.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FootnoteSectionDeactivated">
			<summary>Occurs when the footnote section of a document's page has lost the current text input position.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FormattingStyleChanged">
			<summary>Occurs after formatting attributes of one or more formatting styles have been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FormattingStyleListChanged">
			<summary>Occurs after one or more formatting styles have been added or removed or if the name of an existing style has been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FormFieldCheckChanged">
			<summary>Occurs when the checkmark of a CheckFormField has been changed from checked to unchecked or vice versa.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FormFieldDateChanged">
			<summary>Occurs when the date of a DateFormField has been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FormFieldSelectionChanged">
			<summary>Occurs when the selected item of a SelectionFormField has been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FormFieldSettingsChanged">
			<summary>Occurs when the name, the id and/or formatting attributes of a CheckFormField, TextFormField, SelectionFormField or DateFormField have been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FormFieldTextChanged">
			<summary>Occurs when the text of a TextFormField has been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FrameDeselected">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FrameMoved">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been moved.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FrameSelected">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been selected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.FrameSized">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been sized.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.HeaderFooterActivated">
			<summary>Occurs when a header or footer gets the current text input position from another part of the document such as a textframe or the main text.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.HeaderFooterDeactivated">
			<summary>Occurs when a header or footer loses the current text input position and another part of the document such as a textframe or the main text gets it.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.HypertextLinkClicked">
			<summary>Occurs when a text field has been clicked on that represents the source of a hypertext link.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.ImageDeselected">
			<summary>Occurs when an image has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.ImageSelected">
			<summary>Occurs when an image has been selected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.InputFormattingStyleChanged">
			<summary>Occurs after the text input position has been moved to a text part formatted with another style.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.InputParagraphChanged">
			<summary>Occurs when the text input position has been moved to another paragraph.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.InputPositionChanged">
			<summary>Occurs when the text input position has been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.MainTextActivated">
			<summary>Occurs when the main text of the document gets the current text input position from another part of the document, such as a header, a footer or a textframe.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.PageFormatChanged">
			<summary>Occurs when the page format settings have been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.ParagraphFormatChanged">
			<summary>Occurs when the formatting attributes of the selected paragraphs have been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.RemoveCombobox">
			<summary>Occurs when a combobox for a SelectionFormField must be removed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.RemoveDateControl">
			<summary>Occurs when the date control of a DateFormField must be removed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.ShowDialogBox">
			<summary>Occurs when a dialog box should be shown.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.ShowErrorMessage">
			<summary>Occurs when an error message should be shown.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.SignatureFieldDeselected">
			<summary>Occurs when a signature field has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.SignatureFieldSelected">
			<summary>Occurs when a signature field has been selected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.SubTextPartClicked">
			<summary>Occurs when a subtextpart has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.SubTextPartDoubleClicked">
			<summary>Occurs when a subtextpart has been double-clicked on.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.SubTextPartEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a subtextpart.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.SubTextPartLeft">
			<summary>Occurs when the current input position has left a subtextpart.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TableOfContentsEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a table of contents.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TableOfContentsLeft">
			<summary>Occurs when the current input position has left a table of contents.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TextContextMenuOpening">
			<summary>Occurs when a right mouse click is sent as user input and a context menu should be opened.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TextFieldClicked">
			<summary>Occurs when a text field has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TextFieldEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a text field.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TextFieldLeft">
			<summary>Occurs when the current input position has left a text field.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TextFrameActivated">
			<summary>Occurs when a text frame gets the current text input position from another part of the document such as a header, a footer or the main text.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TextFrameDeactivated">
			<summary>Occurs when a text frame loses the current text input position and another part of the document such as a header, a footer or the main text gets it.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TextFrameDeselected">
			<summary>Occurs when a text frame has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TextFrameSelected">
			<summary>Occurs when a text frame has been selected.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TrackedChangeChanged">
			<summary>Occurs when the text of a tracked change has been altered.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.TextViewGenerator.TrackedChangeStateChanged">
			<summary>Occurs when the state of a tracked change alters from active to inactive or vice versa.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.TextViewGenerator.Colors">
			<summary>The TextViewGenerator.Colors class gets, sets or resets the display colors of a TextViewGenerator component.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Colors.#ctor">
			<summary>Initializes a new instance of the TextViewGenerator.Colors class. After creating the object with this constuctor, individual colors can be set. If the Colors object is assigned to the DisplayColors property, non-set colors are reset to their default values.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetActiveFormFieldColor">
			<summary>Resets the text control's ActiveFormFieldColor to its default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetDarkShadowColor">
			<summary>Resets the text control's DarkShadowColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetDesktopColor">
			<summary>Resets the text control's DesktopColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetFormFieldColor">
			<summary>Resets the text control's FormFieldColor to its default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetHeaderFooterLabelColor">
			<summary>Resets the text control's HeaderFooterLabelColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetHeaderFooterLineColor">
			<summary>Resets the text control's HeaderFooterLineColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetLightShadowColor">
			<summary>Resets the text control's LightShadowColor to its system dependent default value.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.Colors.ActiveFormFieldColor">
			<summary>Gets or sets the highlight color of a form field containing the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.Colors.DarkShadowColor">
			<summary>Gets or sets the display color for the shadow at the right and the bottom edge of the pages.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.Colors.DesktopColor">
			<summary>Gets or sets the display color for the area around the pages.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.Colors.FormFieldColor">
			<summary>Gets or sets the highlight color of a form field.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.Colors.HeaderFooterLabelColor">
			<summary>Gets or sets the display color for the label showing which header or footer is activated.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.Colors.HeaderFooterLineColor">
			<summary>Gets or sets the display color for the dividing line between headers and footers and the main text.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.TextViewGenerator.Colors.LightShadowColor">
			<summary>Gets or sets the display color for the shadow at the left and the top edge of the pages.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.UserInput">
			<summary>An instance of the UserInput class can be used to inform a view generator about user input.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.UserInput.MouseButtons">
			<summary>Determines a pressed mouse button.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.UserInput.MouseButtons.None">
			<summary>No mouse button was pressed.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.UserInput.MouseButtons.Left">
			<summary>The left mouse button was pressed.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.UserInput.MouseButtons.Right">
			<summary>The right mouse button was pressed.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.UserInput.MouseButtons.Middle">
			<summary>The middle mouse button was pressed.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.UserInput.MouseButtons.XButton1">
			<summary>The first XButton button was pressed.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.UserInput.MouseButtons.XButton2">
			<summary>The second XButton button was pressed.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.UserInput.ModifierKeys">
			<summary>Determines a pressed modifier key.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.UserInput.ModifierKeys.None">
			<summary>No modifier key was pressed.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.UserInput.ModifierKeys.Shift">
			<summary>The SHIFT key was pressed.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.UserInput.ModifierKeys.Control">
			<summary>The CTRL key was pressed.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.UserInput.ModifierKeys.Alt">
			<summary>The ALT key was pressed.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.UserInput.SendKeyDown(System.Int32,ServerVisualization.UserInput.ModifierKeys)">
			<summary>Informs the view generator about a key down event.</summary>
			<param name="keyCode">Specifies the virtual key code for the pressed key.</param>
			<param name="modifierKeys">Specifies modifier keys.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.UserInput.SendKeyPress(System.Int32,ServerVisualization.UserInput.ModifierKeys)">
			<summary>Informs the view generator about a key press event.</summary>
			<param name="keyChar">Specifies the translated character code for the pressed key.</param>
			<param name="modifierKeys">Specifies modifier keys.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.UserInput.SendKeyUp(System.Int32,ServerVisualization.UserInput.ModifierKeys)">
			<summary>Informs the view generator about a key up event.</summary>
			<param name="keyCode">Specifies the virtual key code for the pressed key.</param>
			<param name="modifierKeys">Specifies modifier keys.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.UserInput.SendMouseDoubleClick(System.Drawing.Point,ServerVisualization.UserInput.MouseButtons,ServerVisualization.UserInput.ModifierKeys)">
			<summary>Informs the view generator about a mouse double click event.</summary>
			<param name="viewLocation">Specifies the location, where the mouse double click event occurs.</param>
			<param name="button">Specifies the pressed mouse button.</param>
			<param name="modifierKeys">Specifies modifier keys.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.UserInput.SendMouseDown(System.Drawing.Point,ServerVisualization.UserInput.MouseButtons,ServerVisualization.UserInput.ModifierKeys)">
			<summary>Informs the view generator about a mouse down event.</summary>
			<param name="viewLocation">Specifies the location, where the mouse down event occurs.</param>
			<param name="button">Specifies the pressed mouse button.</param>
			<param name="modifierKeys">Specifies modifier keys.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.UserInput.SendMouseMove(System.Drawing.Point,ServerVisualization.UserInput.MouseButtons,ServerVisualization.UserInput.ModifierKeys)">
			<summary>Informs the view generator about a mouse move event.</summary>
			<param name="viewLocation">Specifies the location, where the mouse move event occurs.</param>
			<param name="button">Specifies a pressed mouse button.</param>
			<param name="modifierKeys">Specifies modifier keys.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.UserInput.SendMouseUp(System.Drawing.Point,ServerVisualization.UserInput.MouseButtons,ServerVisualization.UserInput.ModifierKeys)">
			<summary>Informs the view generator about a mouse up event.</summary>
			<param name="viewLocation">Specifies the location, where the mouse up event occurs.</param>
			<param name="button">Specifies a pressed mouse button.</param>
			<param name="modifierKeys">Specifies modifier keys.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.UserInput.SendMouseWheel(System.Drawing.Point,System.Int32,ServerVisualization.UserInput.MouseButtons,ServerVisualization.UserInput.ModifierKeys)">
			<summary>Informs the view generator about a mouse wheel event.</summary>
			<param name="viewLocation">Specifies the location, where the mouse wheel event occurs.</param>
			<param name="delta">Indicates the distance the wheel is rotated, expressed in multiples or divisions of 120.</param>
			<param name="button">Specifies a pressed mouse button.</param>
			<param name="modifierKeys">Specifies modifier keys.</param>
		</member>
		<member name="T:TXTextControl.ServerVisualization.View">
			<summary>An instance of the View class represents a part of a document for which an image can be generated.</summary>
		</member>
		<member name="F:TXTextControl.ServerVisualization.View.ScrollPadding">
			<summary>This property gets the minimum amout of the visible page background.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.View.GetCursorKind(System.Drawing.Point)">
			<summary>Returns the cursor kind for a certain location in a document.</summary>
			<param name="viewLocation">Specifies the location for which the cursor kind is returned.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.View.GetImage">
			<summary>Gets an image as a System.Drawing.Imaging.Bitmap.</summary>
		</member>
		<member name="M:TXTextControl.ServerVisualization.View.GetImage(System.Drawing.Rectangle)">
			<summary>Gets a clipping of the image as a System.Drawing.Imaging.Bitmap.</summary>
			<param name="clipRectangle">Specifies the clipping, in pixels, relative to the top-left corner of the image, determined through the View.Location and View.Size properties.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.View.GetImage(System.Byte[]@)">
			<summary>Gets an image as an array of bytes in Portable Network Graphics (PNG) format.</summary>
			<param name="arImage">Specifies a byte array into which the data is saved.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.View.GetImage(System.Byte[]@,System.Drawing.Rectangle)">
			<summary>Gets a clipping of an image as an array of bytes in Portable Network Graphics (PNG) format.</summary>
			<param name="arImage">Specifies a byte array into which the data is saved.</param>
			<param name="clipRectangle">Specifies the clipping, in pixels, relative to the top-left corner of the image, determined through the View.Location and View.Size properties.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.View.GetImage(TXTextControl.Rectangle,System.Int32,System.Int32,System.Int32)">
			<summary>Gets a clipping of an image as a string in Scalable Vector Graphics (.SVG) format. The clipping can be specified either through a rectangle or through a range of lines. All characters are contained with outline curve data that are cubic Bézier splines. Curve and line data coordinates are in twentieth of a point (twips). Images of all pixel-formats are embedded in Portable Network Graphics (PNG) format.</summary>
			<param name="clipRectangle">Specifies the clipping, in pixels, relative to the top-left corner of the image, determined through the View.Location and View.Size properties.</param>
			<param name="iFirstInvalidLine">Specifies the first of a range of lines, one-based, determining the returned image.</param>
			<param name="iLastInvalidLine">Specifies the last of a range of lines, one-based, determining the returned image.</param>
			<param name="iMaxImageResolution">Specifies a maximum resolution value, in dots per inch, for images in pixel-formats.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.View.GetUpdateRectangle(System.Boolean)">
			<summary>Returns the coordinates of the smallest rectangle that completely encloses the update region. When the document's visible part changes, a Changed event occurs and the changed part is added to the view's update region. The bValidate parameter can be used to reset the current update region to an empty rectangle. When the document's visible part changes because the document has been scrolled, the Changed event informs about the changed part, but it is not added to the update region.</summary>
			<param name="bValidate">Validates the current update region and resets it to an empty rectangle.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.View.OnAutoHScroll(System.EventArgs)">
			<summary>Raises the AutoHScroll event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.View.OnAutoVScroll(System.EventArgs)">
			<summary>Raises the AutoVScroll event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.View.OnChanged(ServerVisualization.ViewChangedEventArgs)">
			<summary>Raises the view's Changed event.</summary>
			<param name="e">Specifies an ViewChangedEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.ServerVisualization.View.OnZoomed(System.EventArgs)">
			<summary>Raises the View's Zoomed event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="P:TXTextControl.ServerVisualization.View.Location">
			<summary>Gets or sets the view's location, in twips.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.View.Size">
			<summary>Gets or sets the view's size, in twips.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.View.ZoomFactor">
			<summary>Gets or sets the zoom factor, in percent, with which the View object generates the image.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.View.AutoHScroll">
			<summary>Occurs when the horizontal location of the view has been changed automatically.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.View.AutoVScroll">
			<summary>Occurs when the vertical location of the view has been changed automatically.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.View.Changed">
			<summary>Occurs after the contents of the View object's image have been changed.</summary>
		</member>
		<member name="E:TXTextControl.ServerVisualization.View.Zoomed">
			<summary>Occurs after the View object's zoom factor has been changed.</summary>
		</member>
		<member name="T:TXTextControl.ServerVisualization.ViewChangedEventArgs">
			<summary>The ViewChangedEventArgs class provides data for the View.Changed event.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.ViewChangedEventArgs.ClipRectangle">
			<summary>Gets the rectangular area, in pixels, which is affected through the changes.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.ViewChangedEventArgs.ScrollDistance">
			<summary>Gets the amount the document has been scrolled.</summary>
		</member>
		<member name="P:TXTextControl.ServerVisualization.ViewChangedEventArgs.ScrollOrientation">
			<summary>Gets a value which determines whether the change is the result of scrolling, either through setting the view's location in the document or through autoscrolling initiated through the control when the input position leaves the visible part of the document.</summary>
		</member>
		<member name="T:TXTextControl.WPF.DialogResult">
			<summary>Specifies identifiers to indicate the return value of a dialog box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.DialogResult.Cancel">
			<summary>Specifies that the dialog box has been canceled.</summary>
		</member>
		<member name="F:TXTextControl.WPF.DialogResult.None">
			<summary>Specifies that the dialog box has been left with the Escape key.</summary>
		</member>
		<member name="F:TXTextControl.WPF.DialogResult.OK">
			<summary>Specifies that the dialog box has been left with OK.</summary>
		</member>
		<member name="T:TXTextControl.WPF.BookmarkDialog">
			<summary>The WPF.BookmarkDialog class implements a dialog box to insert a DocumentTarget at the current input position.</summary>
		</member>
		<member name="M:TXTextControl.WPF.BookmarkDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a BookmarkDialog object for the specified WPF.TextControl. If there is a target at the current input position, the name of the target is shown and can be edited. Otherwise a new DocumentTarget can be inserted at the current input position.</summary>
			<param name="textControl">Specifies the WPF.TextControl for which the dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.WPF.BookmarkDialog.#ctor(TXTextControl.TextControl,TXTextControl.DocumentTarget)">
			<summary>Creates a BookmarkDialog object for the specified WPF.TextControl. If the specified DocumentTarget is not null, the name of the target is shown and can be edited. Otherwise a new DocumentTarget can be inserted at the current input position.</summary>
			<param name="textControl">Specifies the WPF.TextControl for which the dialog box is opened.</param>
			<param name="bookmarkToEdit">Specifies the DocumentTarget to edit.</param>
		</member>
		<member name="T:TXTextControl.WPF.BookmarkDialog.DialogItem">
			<summary>Each DialogItem represents an item in a WPF.BookmarkDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.BookmarkDialog.DialogItem.TXITEM_BookmarkNameLabel">
			<summary>Identifies the Bookmark Name label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.BookmarkDialog.DialogItem.TXITEM_BookmarkName">
			<summary>Identifies the Bookmark Name text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.BookmarkDialog.DialogItem.TXITEM_BookmarkNamesLabel">
			<summary>Identifies the Bookmark Names label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.BookmarkDialog.DialogItem.TXITEM_BookmarkNames">
			<summary>Identifies the Bookmark Names list box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.BookmarkDialog.DialogItem.TXITEM_Deletable">
			<summary>Identifies the Deletable check box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.BookmarkDialog.DialogItem.TXITEM_OK">
			<summary>Identifies the OK button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.BookmarkDialog.DialogItem.TXITEM_Cancel">
			<summary>Identifies the Cancel button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.BooleanConverter">
			<summary>The BooleanConverter class provides a way to convert a value to a boolean value.</summary>
		</member>
		<member name="M:TXTextControl.WPF.BooleanConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
			<summary>Converts a value to a boolean. True is returned, if the specified parameter is the string representation of value.</summary>
			<param name="value">The value produced by the binding source.</param>
			<param name="targetType">The type of the binding target property.</param>
			<param name="parameter">The converter parameter to use.</param>
			<param name="culture">The culture to use in the converter.</param>
		</member>
		<member name="M:TXTextControl.WPF.BooleanConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
			<summary>Converts a boolean to a value of the type specified through the targetType parameter.</summary>
			<param name="value">The boolean value that is produced by the binding target.</param>
			<param name="targetType">The type to convert to.</param>
			<param name="parameter">The converter parameter to use.</param>
			<param name="culture">The culture to use in the converter.</param>
		</member>
		<member name="T:TXTextControl.WPF.ButtonBar">
			<summary>The WPF.ButtonBar class represents a tool bar which can be used to show or to set font and paragraph attributes of a WPF.TextControl.</summary>
		</member>
		<member name="T:TXTextControl.WPF.ButtonBar.ButtonBarItem">
			<summary>Each ButtonBarItem represents an item in a WPF.ButtonBar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_StyleName">
			<summary>Identifies the StyleName combobox.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_FontFamily">
			<summary>Identifies the FontFamily combobox.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_FontSize">
			<summary>Identifies the FontSize combobox.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_ZoomFactor">
			<summary>Identifies the ZoomFactor combobox.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_Bold">
			<summary>Identifies the Bold button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_Italic">
			<summary>Identifies the Italic button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_Underline">
			<summary>Identifies the Underline button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_Strikeout">
			<summary>Identifies the Strikeout button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_Subscript">
			<summary>Identifies the Subscript button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_Superscript">
			<summary>Identifies the Superscript button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_IncreaseFont">
			<summary>Identifies the IncreaseFont button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_DecreaseFont">
			<summary>Identifies the DecreaseFont button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_LeftAligned">
			<summary>Identifies the LeftAligned button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_Centered">
			<summary>Identifies the Centered button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_RightAligned">
			<summary>Identifies the RightAligned button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_Justified">
			<summary>Identifies the Justified button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_DecreaseIndent">
			<summary>Identifies the DecreaseIndent button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_IncreaseIndent">
			<summary>Identifies the IncreaseIndent button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_LeftToRight">
			<summary>Identifies the LeftToRight button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_RightToLeft">
			<summary>Identifies the RightToLeft button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_BulletedList">
			<summary>Identifies the BulletedList button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_NumberedList">
			<summary>Identifies the NumberedList button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_StructuredList">
			<summary>Identifies the StructuredList button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ButtonBar.ButtonBarItem.TXITEM_ControlChars">
			<summary>Identifies the ControlChars button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.ColorConverter">
			<summary>The WPF.ColorConverter class provides a way to convert a System.Drawing.Color value to System.Windows.Media.Color value.</summary>
		</member>
		<member name="M:TXTextControl.WPF.ColorConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
			<summary>Converts a System.Drawing.Color value to System.Windows.Media.Color value.</summary>
			<param name="value">The value produced by the binding source.</param>
			<param name="targetType">The type of the binding target property.</param>
			<param name="parameter">This parameter is not used and can be set to null.</param>
			<param name="culture">The culture to use in the converter.</param>
		</member>
		<member name="M:TXTextControl.WPF.ColorConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
			<summary>Converts a System.Windows.Media.Color to a System.Drawing.Color value.</summary>
			<param name="value">The System.Windows.Media.Color value that is produced by the binding target.</param>
			<param name="targetType">The type to convert to.</param>
			<param name="parameter">This parameter is not used and can be set to null.</param>
			<param name="culture">The culture to use in the converter.</param>
		</member>
		<member name="T:TXTextControl.WPF.CommentsDialog">
			<summary>The CommentsDialog class implements a dialog box that shows all comments of the document.</summary>
		</member>
		<member name="M:TXTextControl.WPF.CommentsDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a CommentsDialog object for the specified WPF.TextControl.</summary>
			<param name="textControl">Specifies the WPF.TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.WPF.CommentsDialog.DialogItem">
			<summary>Each DialogItem represents an item in a WPF.CommentsDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.CommentsDialog.DialogItem.TXITEM_CommentsCount">
			<summary>Identifies the comments count label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.CommentsDialog.DialogItem.TXITEM_CommentsRefresh">
			<summary>Identifies the refresh comments button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.CommentsDialog.DialogItem.TXITEM_CommentsViewer">
			<summary>Identifies the comments viewer.</summary>
		</member>
		<member name="F:TXTextControl.WPF.CommentsDialog.DialogItem.TXITEM_DeleteComment">
			<summary>Identifies the delete comment button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.CommentsDialog.DialogItem.TXITEM_DeleteAllComments">
			<summary>Identifies the delete all comments button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.CommentsDialog.DialogItem.TXITEM_EditComment">
			<summary>Identifies the edit comment button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.CommentsDialog.DialogItem.TXITEM_ReplyComment">
			<summary>Identifies the reply comment button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.CommentsDialog.DialogItem.TXITEM_Close">
			<summary>Identifies the close button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.DeleteBookmarksDialog">
			<summary>The DeleteBookmarksDialog class implements a dialog box which shows all targets in the current document.</summary>
		</member>
		<member name="M:TXTextControl.WPF.DeleteBookmarksDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a DeleteBookmarksDialog object for the specified WPF.TextControl.</summary>
			<param name="textControl">Specifies the WPF.TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.WPF.DeleteBookmarksDialog.DialogItem">
			<summary>Each DialogItem represents an item in a WPF.DeleteBookmarksDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.DeleteBookmarksDialog.DialogItem.TXITEM_BookmarkListLabel">
			<summary>Identifies the bookmark list label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.DeleteBookmarksDialog.DialogItem.TXITEM_BookmarkList">
			<summary>Identifies the bookmark listbox.</summary>
		</member>
		<member name="F:TXTextControl.WPF.DeleteBookmarksDialog.DialogItem.TXITEM_DeleteBookmark">
			<summary>Identifies the Delete button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.DeleteBookmarksDialog.DialogItem.TXITEM_GotoBookmark">
			<summary>Identifies the Goto button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.DeleteBookmarksDialog.DialogItem.TXITEM_Cancel">
			<summary>Identifies the Cancel button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.GotoDialog">
			<summary>The GotoDialog class implements a dialog box which can be used to move the current input position to a certain page, section, line, table or bookmark.</summary>
		</member>
		<member name="M:TXTextControl.WPF.GotoDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a GotoDialog object for the specified WPF.TextControl.</summary>
			<param name="textControl">Specifies the WPF.TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.WPF.GotoDialog.DialogItem">
			<summary>Each DialogItem represents an item in a WPF.GotoDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.GotoDialog.DialogItem.TXITEM_GotoLabel">
			<summary>Identifies the label of the Go to listbox.</summary>
		</member>
		<member name="F:TXTextControl.WPF.GotoDialog.DialogItem.TXITEM_GotoList">
			<summary>Identifies the Go to listbox.</summary>
		</member>
		<member name="F:TXTextControl.WPF.GotoDialog.DialogItem.TXITEM_NumberLabel">
			<summary>Identifies the label of the Number textbox.</summary>
		</member>
		<member name="F:TXTextControl.WPF.GotoDialog.DialogItem.TXITEM_Number">
			<summary>Identifies the Number textbox.</summary>
		</member>
		<member name="F:TXTextControl.WPF.GotoDialog.DialogItem.TXITEM_NameList">
			<summary>Identifies the Bookmark listbox.</summary>
		</member>
		<member name="F:TXTextControl.WPF.GotoDialog.DialogItem.TXITEM_GotoPrevious">
			<summary>Identifies the Previous button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.GotoDialog.DialogItem.TXITEM_GotoNext">
			<summary>Identifies the Next button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.GotoDialog.DialogItem.TXITEM_Close">
			<summary>Identifies the Close button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.HyperlinkDialog">
			<summary>The WPF.HyperlinkDialog class implements a built-in dialog box for inserting and editing a hyperlink at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.WPF.HyperlinkDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a HyperlinkDialog object for the specified WPF.TextControl.</summary>
			<param name="textControl">Specifies the WPF.TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.WPF.HyperlinkDialog.DialogItem">
			<summary>Each DialogItem represents an item in a WPF.HyperlinkDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_HyperlinkTextLabel">
			<summary>Identifies the Hyperlink text label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_HyperlinkText">
			<summary>Identifies the Hyperlink text edit control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_HyperlinkLabel">
			<summary>Identifies the Hyperlink label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_Hyperlink">
			<summary>Identifies the Hyperlink edit control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_SelectFile">
			<summary>Identifies the Select File button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_BookmarkListLabel">
			<summary>Identifies the bookmark list label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_BookmarkList">
			<summary>Identifies the bookmark listbox.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_ShowBookmarks">
			<summary>Identifies the Show Bookmarks label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_CurrentDocument">
			<summary>Identifies the Current Document radio button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_SelectedFile">
			<summary>Identifies the Selected File radio button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_DeleteHyperlink">
			<summary>Identifies the Delete Hyperlink button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_OK">
			<summary>Identifies the OK button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.HyperlinkDialog.DialogItem.TXITEM_Cancel">
			<summary>Identifies the Cancel button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.LogarithmicConverter">
			<summary>The class WPF.LogarithmicConverter converts a numeric value from a linear scale to a logarithmic scale.</summary>
		</member>
		<member name="M:TXTextControl.WPF.LogarithmicConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
			<summary>Converts an integer or a double precision floating point value to an integer or a double precision floating point value.</summary>
			<param name="value">The value produced by the binding source.</param>
			<param name="targetType">The type of the binding target property.</param>
			<param name="parameter">The converter parameter.</param>
			<param name="culture">The culture to use in the converter.</param>
		</member>
		<member name="M:TXTextControl.WPF.LogarithmicConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
			<summary>Converts an integer or a double precision floating point value to an integer or a double precision floating point value.</summary>
			<param name="value">The numeric value that is produced by the binding target.</param>
			<param name="targetType">The type of the binding source.</param>
			<param name="parameter">The converter parameter.</param>
			<param name="culture">The culture to use in the converter.</param>
		</member>
		<member name="P:TXTextControl.WPF.LogarithmicConverter.InputMinimum">
			<summary>Sets or gets the lower bound of the source value range.</summary>
		</member>
		<member name="P:TXTextControl.WPF.LogarithmicConverter.InputCenter">
			<summary>Sets or gets the numeric value of the source value range which will be mapped to the center of the target value range.</summary>
		</member>
		<member name="P:TXTextControl.WPF.LogarithmicConverter.InputMaximum">
			<summary>Sets or gets the upper bound of the source value range.</summary>
		</member>
		<member name="P:TXTextControl.WPF.LogarithmicConverter.OutputMinimum">
			<summary>Sets or gets the lower bound of the target value range.</summary>
		</member>
		<member name="P:TXTextControl.WPF.LogarithmicConverter.OutputMaximum">
			<summary>Sets or gets the upper bound of the target value range.</summary>
		</member>
		<member name="T:TXTextControl.WPF.MeasureConverter">
			<summary>The MeasureConverter class provides a way to convert a measure in twips (twentieth of a point) to a value in another measuring unit.</summary>
		</member>
		<member name="M:TXTextControl.WPF.MeasureConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
			<summary>Converts a value from twips to another meaasuring unit.</summary>
			<param name="value">The value produced by the binding source.</param>
			<param name="targetType">The type of the binding target property.</param>
			<param name="parameter">The converter parameter to use.</param>
			<param name="culture">The culture to use in the converter.</param>
		</member>
		<member name="M:TXTextControl.WPF.MeasureConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
			<summary>Converts a value from another measuring unit to twips.</summary>
			<param name="value">The value that is produced by the binding target.</param>
			<param name="targetType">The type to convert to.</param>
			<param name="parameter">The converter parameter to use.</param>
			<param name="culture">The culture to use in the converter.</param>
		</member>
		<member name="P:TXTextControl.WPF.MeasureConverter.Decimals">
			<summary>Gets or sets the number of decimals for the converted value.</summary>
		</member>
		<member name="P:TXTextControl.WPF.MeasureConverter.Unit">
			<summary>Gets or sets the measuring unit for the conversion.</summary>
		</member>
		<member name="P:TXTextControl.WPF.MeasureConverter.ShowAllDecimals">
			<summary>Gets or sets a value specifying whether all decimals set with the Decimals property are shown, when the result is a string.</summary>
		</member>
		<member name="T:TXTextControl.WPF.MiniToolbarInitializedEventArgs">
			<summary>The WPF.MiniToolbarInitializedEventArgs class provides data for the WPF.TextControl.TextMiniToolbarInitialized or WPF.TextControl.ObjectMiniToolbarInitialized event of a WPF.TextControl just after the pre-defined WPF.TextMiniToolbar or WPF.ObjectMiniToolbar was created.</summary>
		</member>
		<member name="P:TXTextControl.WPF.MiniToolbarInitializedEventArgs.MiniToolbar">
			<summary>Considering which event (WPF.TextControl.TextMiniToolbarInitialized or WPF.TextControl.ObjectMiniToolbarInitialized) is raised the property provides an object of type WPF.TextMiniToolbar or WPF.ObjectMiniToolbar that can be altered, extended or completely replaced.</summary>
		</member>
		<member name="T:TXTextControl.WPF.ObjectMiniToolbar">
			<summary>The ObjectMiniToolbar class is a mini toolbar that appears when the ShowMiniToolbar property is set to MiniToolbarButton.RightButton or MiniToolbarButton.LeftButton | MiniToolbarButton.RightButton, the right mouse button is released and the current context is a selected text frame, drawing frame or barcode frame (ContextMenuLocation.SelectedFrame).</summary>
		</member>
		<member name="T:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem">
			<summary>Each RibbonItem represents an item in a WPF.ObjectMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_TextFrame_BordersandBackgroundGroup">
			<summary>Identifies the BordersandBackground group for the selected text frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_TextFrameBackColor">
			<summary>Identifies the Back Color button for the selected text frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_TextFrameTransparency">
			<summary>Identifies the Transparency button for the selected text frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_TextFrameLineWidth">
			<summary>Identifies the Line Width button for the selected text frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_TextFrameBorderColor">
			<summary>Identifies the Border Color button for the selected text frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_Drawing_BordersandBackgroundGroup">
			<summary>Identifies the BordersandBackground group for the selected drawing frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_DrawingBackColor">
			<summary>Identifies the Back Color button for the selected drawing frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_DrawingTransparency">
			<summary>Identifies the Transparency button for the selected drawing frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_DrawingLineColor">
			<summary>Identifies the Line Color button for the selected drawing frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_DrawingLineWidth">
			<summary>Identifies the Line Width button for the selected drawing frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_Barcode_ColorsAndAlignmentGroup">
			<summary>Identifies the ColorsAndAlignment group for the selected barcode frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_BarcodeBackColor">
			<summary>Identifies the Back Color button for the selected barcode frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_BarcodeForeColor">
			<summary>Identifies the Fore Color button for the selected barcode frame.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ObjectMiniToolbar.RibbonItem.TXITEM_BarcodeTransparency">
			<summary>Identifies the Transparency button for the selected barcode frame.</summary>
		</member>
		<member name="T:TXTextControl.WPF.ResourceProvider">
			<summary>The ResourceProvider class provides static methods to receive bitmaps or strings from sources that can be accessed via an assigned identifier.</summary>
		</member>
		<member name="T:TXTextControl.WPF.ResourceProvider.FileMenuItem">
			<summary>Each FileMenuItem represents the identifier for a file menu item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_New">
			<summary>Represents the TXITEM_New file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_Open">
			<summary>Represents the TXITEM_Open file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_Save">
			<summary>Represents the TXITEM_Save file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_SaveAs">
			<summary>Represents the TXITEM_SaveAs file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_Print">
			<summary>Represents the TXITEM_Print file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_PrintQuick">
			<summary>Represents the TXITEM_PrintQuick file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_PrintPreview">
			<summary>Represents the TXITEM_PrintPreview file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_Options">
			<summary>Represents the TXITEM_Options file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_UserAdministration">
			<summary>Represents the TXITEM_UserAdministration file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_GrantUserAccess">
			<summary>Represents the TXITEM_GrantUserAccess file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_About">
			<summary>Represents the TXITEM_About file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_Exit">
			<summary>Represents the TXITEM_Exit file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.FileMenuItem.TXITEM_DocumentSettings">
			<summary>Represents the TXITEM_DocumentSettings file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.ResourceProvider.GeneralItem">
			<summary>Each GeneralItem represents the identifier for a general item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Checkmark">
			<summary>Represents the general TXITEM_Checkmark item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Checked">
			<summary>Represents the general TXITEM_Checked item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Unchecked">
			<summary>Represents the general TXITEM_Unchecked item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Launcher">
			<summary>Represents the general TXITEM_Launcher item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Close">
			<summary>Represents the general TXITEM_Close item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Pinned">
			<summary>Represents the general TXITEM_Pinned item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Unpinned">
			<summary>Represents the general TXITEM_Unpinned item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Plus">
			<summary>Represents the general TXITEM_Plus item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Minus">
			<summary>Represents the general TXITEM_Minus item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Undo">
			<summary>Represents the general TXITEM_Undo item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Redo">
			<summary>Represents the general TXITEM_Redo item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_NavigateToFirst">
			<summary>Represents the general TXITEM_NavigateToFirst item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and SmallIcon resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_NavigateToPrevious">
			<summary>Represents the general TXITEM_NavigateToPrevious item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and SmallIcon resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_NavigateToNext">
			<summary>Represents the general TXITEM_NavigateToNext item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and SmallIcon resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_NavigateToLast">
			<summary>Represents the general TXITEM_NavigateToLast item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and SmallIcon resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_AdvancedSettings">
			<summary>Represents the general TXITEM_AdvancedSettings item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Add">
			<summary>Represents the general TXITEM_Add item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.GeneralItem.TXITEM_Remove">
			<summary>Represents the general TXITEM_Remove item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="T:TXTextControl.WPF.ResourceProvider.ShapeItem">
			<summary>Each ShapeItem represents a gallery item inside the RibbonInsertTab's TXITEM_InsertShape drop-down menu.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Line">
			<summary>Identifies the TXITEM_SHAPE_Line gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_BentConnector3">
			<summary>Identifies the TXITEM_SHAPE_BentConnector3 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_CurvedConnector3">
			<summary>Identifies the TXITEM_SHAPE_CurvedConnector3 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Rectangle">
			<summary>Identifies the TXITEM_SHAPE_Rectangle gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_RoundRectangle">
			<summary>Identifies the TXITEM_SHAPE_RoundRectangle gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Snip1Rectangle">
			<summary>Identifies the TXITEM_SHAPE_Snip1Rectangle gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Snip2SameRectangle">
			<summary>Identifies the TXITEM_SHAPE_Snip2SameRectangle gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Snip2DiagonalRectangle">
			<summary>Identifies the TXITEM_SHAPE_Snip2DiagonalRectangle gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_SnipRoundRectangle">
			<summary>Identifies the TXITEM_SHAPE_SnipRoundRectangle gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Round1Rectangle">
			<summary>Identifies the TXITEM_SHAPE_Round1Rectangle gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Round2SameRectangle">
			<summary>Identifies the TXITEM_SHAPE_Round2SameRectangle gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Round2DiagonalRectangle">
			<summary>Identifies the TXITEM_SHAPE_Round2DiagonalRectangle gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Ellipse">
			<summary>Identifies the TXITEM_SHAPE_Ellipse gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Triangle">
			<summary>Identifies the TXITEM_SHAPE_Triangle gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_RightTriangle">
			<summary>Identifies the TXITEM_SHAPE_RightTriangle gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Parallelogram">
			<summary>Identifies the TXITEM_SHAPE_Parallelogram gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_NonIsoscelesTrapezoid">
			<summary>Identifies the TXITEM_SHAPE_NonIsoscelesTrapezoid gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Diamond">
			<summary>Identifies the TXITEM_SHAPE_Diamond gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Pentagon">
			<summary>Identifies the TXITEM_SHAPE_Pentagon gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Hexagon">
			<summary>Identifies the TXITEM_SHAPE_Hexagon gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Heptagon">
			<summary>Identifies the TXITEM_SHAPE_Heptagon gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Octagon">
			<summary>Identifies the TXITEM_SHAPE_Octagon gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Decagon">
			<summary>Identifies the TXITEM_SHAPE_Decagon gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Dodecagon">
			<summary>Identifies the TXITEM_SHAPE_Dodecagon gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Pie">
			<summary>Identifies the TXITEM_SHAPE_Pie gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Chord">
			<summary>Identifies the TXITEM_SHAPE_Chord gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Teardrop">
			<summary>Identifies the TXITEM_SHAPE_Teardrop gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Frame">
			<summary>Identifies the TXITEM_SHAPE_Frame gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_HalfFrame">
			<summary>Identifies the TXITEM_SHAPE_HalfFrame gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Corner">
			<summary>Identifies the TXITEM_SHAPE_Corner gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_DiagonalStripe">
			<summary>Identifies the TXITEM_SHAPE_DiagonalStripe gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Plus">
			<summary>Identifies the TXITEM_SHAPE_Plus gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Plaque">
			<summary>Identifies the TXITEM_SHAPE_Plaque gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Can">
			<summary>Identifies the TXITEM_SHAPE_Can gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Cube">
			<summary>Identifies the TXITEM_SHAPE_Cube gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Bevel">
			<summary>Identifies the TXITEM_SHAPE_Bevel gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Donut">
			<summary>Identifies the TXITEM_SHAPE_Donut gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_NoSmoking">
			<summary>Identifies the TXITEM_SHAPE_NoSmoking gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_BlockArc">
			<summary>Identifies the TXITEM_SHAPE_BlockArc gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FoldedCorner">
			<summary>Identifies the TXITEM_SHAPE_FoldedCorner gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_SmileyFace">
			<summary>Identifies the TXITEM_SHAPE_SmileyFace gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Heart">
			<summary>Identifies the TXITEM_SHAPE_Heart gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_LightningBolt">
			<summary>Identifies the TXITEM_SHAPE_LightningBolt gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Sun">
			<summary>Identifies the TXITEM_SHAPE_Sun gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Moon">
			<summary>Identifies the TXITEM_SHAPE_Moon gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Cloud">
			<summary>Identifies the TXITEM_SHAPE_Cloud gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Arc">
			<summary>Identifies the TXITEM_SHAPE_Arc gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_BracketPair">
			<summary>Identifies the TXITEM_SHAPE_BracketPair gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_BracePair">
			<summary>Identifies the TXITEM_SHAPE_BracePair gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftBracket">
			<summary>Identifies the TXITEM_SHAPE_LeftBracket gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_RightBracket">
			<summary>Identifies the TXITEM_SHAPE_RightBracket gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftBrace">
			<summary>Identifies the TXITEM_SHAPE_LeftBrace gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_RightBrace">
			<summary>Identifies the TXITEM_SHAPE_RightBrace gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_RightArrow">
			<summary>Identifies the TXITEM_SHAPE_RightArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftArrow">
			<summary>Identifies the TXITEM_SHAPE_LeftArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_UpArrow">
			<summary>Identifies the TXITEM_SHAPE_UpArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_DownArrow">
			<summary>Identifies the TXITEM_SHAPE_DownArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftRightArrow">
			<summary>Identifies the TXITEM_SHAPE_LeftRightArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_UpDownArrow">
			<summary>Identifies the TXITEM_SHAPE_UpDownArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_QuadArrow">
			<summary>Identifies the TXITEM_SHAPE_QuadArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftRightUpArrow">
			<summary>Identifies the TXITEM_SHAPE_LeftRightUpArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_BentArrow">
			<summary>Identifies the TXITEM_SHAPE_BentArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_UTurnArrow">
			<summary>Identifies the TXITEM_SHAPE_UTurnArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftUpArrow">
			<summary>Identifies the TXITEM_SHAPE_LeftUpArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_BentUpArrow">
			<summary>Identifies the TXITEM_SHAPE_BentUpArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_CurvedRightArrow">
			<summary>Identifies the TXITEM_SHAPE_CurvedRightArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_CurvedLeftArrow">
			<summary>Identifies the TXITEM_SHAPE_CurvedLeftArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_CurvedUpArrow">
			<summary>Identifies the TXITEM_SHAPE_CurvedUpArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_CurvedDownArrow">
			<summary>Identifies the TXITEM_SHAPE_CurvedDownArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_StripedRightArrow">
			<summary>Identifies the TXITEM_SHAPE_StripedRightArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_NotchedRightArrow">
			<summary>Identifies the TXITEM_SHAPE_NotchedRightArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_HomePlate">
			<summary>Identifies the TXITEM_SHAPE_HomePlate gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Chevron">
			<summary>Identifies the TXITEM_SHAPE_Chevron gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_RightArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_RightArrowCallout gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_DownArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_DownArrowCallout gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_LeftArrowCallout gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_UpArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_UpArrowCallout gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftRightArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_LeftRightArrowCallout gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_QuadArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_QuadArrowCallout gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_CircularArrow">
			<summary>Identifies the TXITEM_SHAPE_CircularArrow gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathPlus">
			<summary>Identifies the TXITEM_SHAPE_MathPlus gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathMinus">
			<summary>Identifies the TXITEM_SHAPE_MathMinus gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathMultiply">
			<summary>Identifies the TXITEM_SHAPE_MathMultiply gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathDivide">
			<summary>Identifies the TXITEM_SHAPE_MathDivide gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathEqual">
			<summary>Identifies the TXITEM_SHAPE_MathEqual gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathNotEqual">
			<summary>Identifies the TXITEM_SHAPE_MathNotEqual gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartProcess">
			<summary>Identifies the TXITEM_SHAPE_FlowChartProcess gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartAlternateProcess">
			<summary>Identifies the TXITEM_SHAPE_FlowChartAlternateProcess gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartDecision">
			<summary>Identifies the TXITEM_SHAPE_FlowChartDecision gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartInputOutput">
			<summary>Identifies the TXITEM_SHAPE_FlowChartInputOutput gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartPredefinedProcess">
			<summary>Identifies the TXITEM_SHAPE_FlowChartPredefinedProcess gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartInternalStorage">
			<summary>Identifies the TXITEM_SHAPE_FlowChartInternalStorage gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartDocument">
			<summary>Identifies the TXITEM_SHAPE_FlowChartDocument gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartMultidocument">
			<summary>Identifies the TXITEM_SHAPE_FlowChartMultidocument gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartTerminator">
			<summary>Identifies the TXITEM_SHAPE_FlowChartTerminator gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartPreparation">
			<summary>Identifies the TXITEM_SHAPE_FlowChartPreparation gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartManualInput">
			<summary>Identifies the TXITEM_SHAPE_FlowChartManualInput gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartManualOperation">
			<summary>Identifies the TXITEM_SHAPE_FlowChartManualOperation gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartConnector">
			<summary>Identifies the TXITEM_SHAPE_FlowChartConnector gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartOffpageConnector">
			<summary>Identifies the TXITEM_SHAPE_FlowChartOffpageConnector gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartPunchedCard">
			<summary>Identifies the TXITEM_SHAPE_FlowChartPunchedCard gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartPunchedTape">
			<summary>Identifies the TXITEM_SHAPE_FlowChartPunchedTape gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartSummingJunction">
			<summary>Identifies the TXITEM_SHAPE_FlowChartSummingJunction gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartOr">
			<summary>Identifies the TXITEM_SHAPE_FlowChartOr gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartCollate">
			<summary>Identifies the TXITEM_SHAPE_FlowChartCollate gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartSort">
			<summary>Identifies the TXITEM_SHAPE_FlowChartSort gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartExtract">
			<summary>Identifies the TXITEM_SHAPE_FlowChartExtract gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartMerge">
			<summary>Identifies the TXITEM_SHAPE_FlowChartMerge gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartOnlineStorage">
			<summary>Identifies the TXITEM_SHAPE_FlowChartOnlineStorage gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartDelay">
			<summary>Identifies the TXITEM_SHAPE_FlowChartDelay gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartMagneticTape">
			<summary>Identifies the TXITEM_SHAPE_FlowChartMagneticTape gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartMagneticDisk">
			<summary>Identifies the TXITEM_SHAPE_FlowChartMagneticDisk gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartMagneticDrum">
			<summary>Identifies the TXITEM_SHAPE_FlowChartMagneticDrum gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartDisplay">
			<summary>Identifies the TXITEM_SHAPE_FlowChartDisplay gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_IrregularSeal1">
			<summary>Identifies the TXITEM_SHAPE_IrregularSeal1 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_IrregularSeal2">
			<summary>Identifies the TXITEM_SHAPE_IrregularSeal2 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star4">
			<summary>Identifies the TXITEM_SHAPE_Star4 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star5">
			<summary>Identifies the TXITEM_SHAPE_Star5 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star6">
			<summary>Identifies the TXITEM_SHAPE_Star6 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star7">
			<summary>Identifies the TXITEM_SHAPE_Star7 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star8">
			<summary>Identifies the TXITEM_SHAPE_Star8 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star10">
			<summary>Identifies the TXITEM_SHAPE_Star10 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star12">
			<summary>Identifies the TXITEM_SHAPE_Star12 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star16">
			<summary>Identifies the TXITEM_SHAPE_Star16 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star24">
			<summary>Identifies the TXITEM_SHAPE_Star24 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star32">
			<summary>Identifies the TXITEM_SHAPE_Star32 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Ribbon2">
			<summary>Identifies the TXITEM_SHAPE_Ribbon2 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Ribbon">
			<summary>Identifies the TXITEM_SHAPE_Ribbon gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_EllipseRibbon2">
			<summary>Identifies the TXITEM_SHAPE_EllipseRibbon2 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_EllipseRibbon">
			<summary>Identifies the TXITEM_SHAPE_EllipseRibbon gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_VerticalScroll">
			<summary>Identifies the TXITEM_SHAPE_VerticalScroll gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_HorizontalScroll">
			<summary>Identifies the TXITEM_SHAPE_HorizontalScroll gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Wave">
			<summary>Identifies the TXITEM_SHAPE_Wave gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_DoubleWave">
			<summary>Identifies the TXITEM_SHAPE_DoubleWave gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_WedgeRectangleCallout">
			<summary>Identifies the TXITEM_SHAPE_WedgeRectangleCallout gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_WedgeRoundRectangleCallout">
			<summary>Identifies the TXITEM_SHAPE_WedgeRoundRectangleCallout gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_WedgeEllipseCallout">
			<summary>Identifies the TXITEM_SHAPE_WedgeEllipseCallout gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_CloudCallout">
			<summary>Identifies the TXITEM_SHAPE_CloudCallout gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_BorderCallout1">
			<summary>Identifies the TXITEM_SHAPE_BorderCallout1 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_BorderCallout2">
			<summary>Identifies the TXITEM_SHAPE_BorderCallout2 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_BorderCallout3">
			<summary>Identifies the TXITEM_SHAPE_BorderCallout3 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentCallout1">
			<summary>Identifies the TXITEM_SHAPE_AccentCallout1 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentCallout2">
			<summary>Identifies the TXITEM_SHAPE_AccentCallout2 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentCallout3">
			<summary>Identifies the TXITEM_SHAPE_AccentCallout3 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Callout1">
			<summary>Identifies the TXITEM_SHAPE_Callout1 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Callout2">
			<summary>Identifies the TXITEM_SHAPE_Callout2 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_Callout3">
			<summary>Identifies the TXITEM_SHAPE_Callout3 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentBorderCallout1">
			<summary>Identifies the TXITEM_SHAPE_AccentBorderCallout1 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentBorderCallout2">
			<summary>Identifies the TXITEM_SHAPE_AccentBorderCallout2 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentBorderCallout3">
			<summary>Identifies the TXITEM_SHAPE_AccentBorderCallout3 gallery item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.ResourceProvider.BarcodeItem">
			<summary>Each BarcodeItem represents a drop-down item inside the RibbonInsertTab's TXITEM_Insert_Barcode drop-down menu.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_QRCode">
			<summary>Identifies the TXITEM_BARCODE_QRCode drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Code128">
			<summary>Identifies the TXITEM_BARCODE_Code128 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_EAN13">
			<summary>Identifies the TXITEM_BARCODE_EAN13 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_UPCA">
			<summary>Identifies the TXITEM_BARCODE_UPCA drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_EAN8">
			<summary>Identifies the TXITEM_BARCODE_EAN8 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Interleaved2of5">
			<summary>Identifies the TXITEM_BARCODE_Interleaved2of5 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Postnet">
			<summary>Identifies the TXITEM_BARCODE_Postnet drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Code39">
			<summary>Identifies the TXITEM_BARCODE_Code39 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_AztecCode">
			<summary>Identifies the TXITEM_BARCODE_AztecCode drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_IntelligentMail">
			<summary>Identifies the TXITEM_BARCODE_IntelligentMail drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Datamatrix">
			<summary>Identifies the TXITEM_BARCODE_Datamatrix drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_PDF417">
			<summary>Identifies the TXITEM_BARCODE_PDF417 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_MicroPDF">
			<summary>Identifies the TXITEM_BARCODE_MicroPDF drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Codabar">
			<summary>Identifies the TXITEM_BARCODE_Codabar drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_FourState">
			<summary>Identifies the TXITEM_BARCODE_FourState drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Code11">
			<summary>Identifies the TXITEM_BARCODE_Code11 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Code93">
			<summary>Identifies the TXITEM_BARCODE_Code93 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_PLANET">
			<summary>Identifies the TXITEM_BARCODE_PLANET drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_RoyalMail">
			<summary>Identifies the TXITEM_BARCODE_RoyalMail drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Maxicode">
			<summary>Identifies the TXITEM_BARCODE_Maxicode drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetKeyTip(System.String)">
			<summary>Gets the key tip that is associated with the specified item identifier.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested key tip.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetKeyTip(System.String,System.Globalization.CultureInfo)">
			<summary>Gets the key tip that is associated with the specified item identifier in the specified language.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested key tip.</param>
			<param name="culture">Specifies the language in which the key tip is returned.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetLargeIcon(System.String,System.Double)">
			<summary>Gets a System.Windows.Media.Imaging.BitmapSource of the large icon that is associated with the specified identifier in a specific resolution.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested large icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested large icon.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetLargeIcon(System.String,System.Double,WPF.ResourceProvider.ImageSourceSettings)">
			<summary>Gets a System.Windows.Media.Imaging.BitmapSource of the large icon that is associated with the specified identifier in a specific resolution and additional image source settings.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested large icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested large icon.</param>
			<param name="settings">Specifies an ImageSourceSettings object with additional settings for receiving the large image.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetLargeIcon(System.IO.Stream,System.Single)">
			<summary>Gets a large System.Windows.Media.Imaging.BitmapSource icon that is created from a Scalable Vector Graphics (SVG) stream in a specific resolution.</summary>
			<param name="stream">Specifies the Scalable Vector Graphics (SVG) stream that is used to create the requested large icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested large icon.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetLargeIcon(System.String,System.Windows.FrameworkElement)">
			<summary>Gets a System.Windows.Media.Imaging.BitmapSource of the large icon that is associated with the specified identifier in the resolution of a specific framework element.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested large icon.</param>
			<param name="frameworkElement">Specifies the framework element from where the resolution is determined that is used to create the requested large icon.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetLargeIcon(System.String,System.Windows.FrameworkElement,Windows.Forms.ResourceProvider.ImageSourceSettings)">
			<summary>Gets a System.Windows.Media.Imaging.BitmapSource of the large icon that is associated with the specified identifier in the resolution of a specific framework element and additional image source settings.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested large icon.</param>
			<param name="frameworkElement">Specifies the framework element from where the resolution is determined that is used to create the requested large icon.</param>
			<param name="settings">Specifies an ImageSourceSettings object with additional settings for receiving the large image.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetLargeIcon(System.IO.Stream,System.Windows.FrameworkElement)">
			<summary>Gets a large System.Windows.Media.Imaging.BitmapSource icon that is created from a Scalable Vector Graphics (SVG) stream in the resolution of the specified framework element.</summary>
			<param name="stream">Specifies the Scalable Vector Graphics (SVG) stream that is used to create the requested large icon.</param>
			<param name="frameworkElement">Specifies the framework element from where the resolution is determined that is used to create the requested large icon.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetSmallIcon(System.String,System.Double)">
			<summary>Gets a System.Windows.Media.Imaging.BitmapSource of the small icon that is associated with the specified identifier in a specific resolution.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested small icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested small icon.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetSmallIcon(System.String,System.Double,WPF.ResourceProvider.ImageSourceSettings)">
			<summary>Gets a System.Windows.Media.Imaging.BitmapSource of the small icon that is associated with the specified identifier in a specific resolution and additional image source settings.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested small icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested small icon.</param>
			<param name="settings">Specifies an ImageSourceSettings object with additional settings for receiving the small image.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetSmallIcon(System.IO.Stream,System.Single)">
			<summary>Gets a small System.Windows.Media.Imaging.BitmapSource icon that is created from a Scalable Vector Graphics (SVG) stream in a specific resolution.</summary>
			<param name="stream">Specifies the Scalable Vector Graphics (SVG) stream that is used to create the requested small icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested small icon.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetSmallIcon(System.String,System.Windows.FrameworkElement)">
			<summary>Gets a System.Windows.Media.Imaging.BitmapSource of the small icon that is associated with the specified identifier in the resolution of a specific framework element.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested small icon.</param>
			<param name="frameworkElement">Specifies the framework element from where the resolution is determined that is used to create the requested small icon.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetSmallIcon(System.String,System.Windows.FrameworkElement,Windows.Forms.ResourceProvider.ImageSourceSettings)">
			<summary>Gets a System.Windows.Media.Imaging.BitmapSource of the small icon that is associated with the specified identifier in the resolution of a specific framework element and additional image source settings.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested small icon.</param>
			<param name="frameworkElement">Specifies the framework element from where the resolution is determined that is used to create the requested small icon.</param>
			<param name="settings">Specifies an ImageSourceSettings object with additional settings for receiving the small image.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetSmallIcon(System.IO.Stream,System.Windows.FrameworkElement)">
			<summary>Gets a small System.Windows.Media.Imaging.BitmapSource icon that is created from a Scalable Vector Graphics (SVG) stream in the resolution of the specified framework element.</summary>
			<param name="stream">Specifies the Scalable Vector Graphics (SVG) stream that is used to create the requested small icon.</param>
			<param name="frameworkElement">Specifies the framework element from where the resolution is determined that is used to create the requested small icon.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetText(System.String)">
			<summary>Gets the text that is associated with the specified item identifier.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested text.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetText(System.String,System.Globalization.CultureInfo)">
			<summary>Gets the text that is associated with the specified item identifier in the specified language.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested text.</param>
			<param name="culture">Specifies the language in which the text is returned.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetToolTipDescription(System.String)">
			<summary>Gets the tool tip description that is associated with the specified item identifier.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested tool tip description.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetToolTipDescription(System.String,System.Globalization.CultureInfo)">
			<summary>Gets the tool tip description that is associated with the specified item identifier in the specified language.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested tool tip description.</param>
			<param name="culture">Specifies the language in which the tool tip description is returned.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetToolTipTitle(System.String)">
			<summary>Gets the tool tip title that is associated with the specified item identifier.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested tool tip title.</param>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.GetToolTipTitle(System.String,System.Globalization.CultureInfo)">
			<summary>Gets the tool tip title that is associated with the specified item identifier in the specified language.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested tool tip title.</param>
			<param name="culture">Specifies the language in which the tool tip title is returned.</param>
		</member>
		<member name="T:TXTextControl.WPF.ResourceProvider.ImageSourceSettings">
			<summary>The ImageSourceSettings class provides properties for advanced settings to receive an image by using the ResourceProvider.GetSmallIcon and ResourceProvider.GetLargeIcon methods.</summary>
		</member>
		<member name="M:TXTextControl.WPF.ResourceProvider.ImageSourceSettings.#ctor">
			<summary>Initializes a new instance of the ResourceProvider.ImageSourceSettings class.</summary>
		</member>
		<member name="P:TXTextControl.WPF.ResourceProvider.ImageSourceSettings.Culture">
			<summary>Specifies the culture to receive a language related image.</summary>
		</member>
		<member name="P:TXTextControl.WPF.ResourceProvider.ImageSourceSettings.FillColor">
			<summary>Specifies the fill color of editable scopes inside the related image.</summary>
		</member>
		<member name="P:TXTextControl.WPF.ResourceProvider.ImageSourceSettings.StrokeColor">
			<summary>Specifies the stroke color of editable scopes inside the related image.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonFormFieldsTab">
			<summary>The RibbonFormFieldsTab class represents a Windows Forms ribbon tab for inserting and editing form fields.</summary>
		</member>
		<member name="M:TXTextControl.WPF.RibbonFormFieldsTab.#ctor">
			<summary>Initializes a new instance of the RibbonFormFieldsTab class.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonFormFieldsTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertFormFieldsGroup">
			<summary>Identifies the TXITEM_InsertFormFieldsGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertTextFormField">
			<summary>Identifies the TXITEM_InsertTextFormField ribbon item inside the TXITEM_InsertFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertCheckBoxField">
			<summary>Identifies the TXITEM_InsertCheckBoxField ribbon item inside the TXITEM_InsertFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertComboBoxField">
			<summary>Identifies the TXITEM_InsertComboBoxField ribbon item inside the TXITEM_InsertFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertDropDownListField">
			<summary>Identifies the TXITEM_InsertDropDownListField ribbon item inside the TXITEM_InsertFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertDateFormField">
			<summary>Identifies the TXITEM_InsertDateFormField ribbon item inside the TXITEM_InsertFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_EditFormFieldsGroup">
			<summary>Identifies the TXITEM_EditFormFieldsGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DeleteFormField">
			<summary>Identifies the TXITEM_DeleteFormField ribbon item inside the TXITEM_EditFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_RemoveFormFieldsContent">
			<summary>Identifies the TXITEM_RemoveFormFieldsContent ribbon item inside the TXITEM_EditFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_HighlightFormFields">
			<summary>Identifies the TXITEM_HighlightFormFields ribbon item inside the TXITEM_EditFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_PreviousFormField">
			<summary>Identifies the TXITEM_PreviousFormField ribbon item inside the TXITEM_EditFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_NextFormField">
			<summary>Identifies the TXITEM_NextFormField ribbon item inside the TXITEM_EditFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_FormValidationGroup">
			<summary>Identifies the TXITEM_FormValidationGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_EnableFormValidation">
			<summary>Identifies the TXITEM_EnableFormValidation ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_HighlightInvalidValues">
			<summary>Identifies the TXITEM_HighlightInvalidValues ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_PreviousInvalidValueFormField">
			<summary>Identifies the TXITEM_PreviousInvalidValueFormField ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_NextInvalidValueFormField">
			<summary>Identifies the TXITEM_NextInvalidValueFormField ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_ManageConditionalInstructions">
			<summary>Identifies the TXITEM_ManageConditionalInstructions ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_ManageConditionalInstructions_Sidebar">
			<summary>Identifies the TXITEM_ManageConditionalInstructions_Sidebar ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_FormFieldPropertiesGroup">
			<summary>Identifies the TXITEM_FormFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_FormFieldName_Image">
			<summary>Identifies the TXITEM_FormFieldName_Image ribbon item inside the TXITEM_FormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_FormFieldName">
			<summary>Identifies the TXITEM_FormFieldName ribbon item inside the TXITEM_FormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_FormFieldID_Image">
			<summary>Identifies the TXITEM_FormFieldID_Image ribbon item inside the TXITEM_FormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_FormFieldID">
			<summary>Identifies the TXITEM_FormFieldID ribbon item inside the TXITEM_FormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_CheckBoxFieldPropertiesGroup">
			<summary>Identifies the TXITEM_CheckBoxFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_CheckedSymbolLabel">
			<summary>Identifies the TXITEM_CheckedSymbolLabel ribbon item inside the TXITEM_CheckBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_UncheckedSymbolLabel">
			<summary>Identifies the TXITEM_UncheckedSymbolLabel ribbon item inside the TXITEM_CheckBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_CheckedSymbol">
			<summary>Identifies the TXITEM_CheckedSymbol ribbon item inside the TXITEM_CheckBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_UncheckedSymbol">
			<summary>Identifies the TXITEM_UncheckedSymbol ribbon item inside the TXITEM_CheckBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_TextFormFieldPropertiesGroup">
			<summary>Identifies the TXITEM_TextFormFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_TextFormFieldEmptyWidth_Image">
			<summary>Identifies the TXITEM_TextFormFieldEmptyWidth_Image ribbon item inside the TXITEM_TextFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_TextFormFieldEmptyWidth">
			<summary>Identifies the TXITEM_TextFormFieldEmptyWidth ribbon item inside the TXITEM_TextFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_TextFormFieldRemoveContent">
			<summary>Identifies the TXITEM_TextFormFieldRemoveContent ribbon item inside the TXITEM_TextFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListFieldPropertiesGroup">
			<summary>Identifies the TXITEM_DropDownListFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListFieldEmptyWidth_Image">
			<summary>Identifies the TXITEM_DropDownListFieldEmptyWidth_Image ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListFieldEmptyWidth">
			<summary>Identifies the TXITEM_DropDownListFieldEmptyWidth ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListFieldRemoveContent">
			<summary>Identifies the TXITEM_DropDownListFieldRemoveContent ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_NewDropDownListItem">
			<summary>Identifies the TXITEM_NewDropDownListItem ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DeleteDropDownListItem">
			<summary>Identifies the TXITEM_DeleteDropDownListItem ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListItems">
			<summary>Identifies the TXITEM_DropDownListItems ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding KeyTip resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListItemMoveUp">
			<summary>Identifies the TXITEM_DropDownListItemMoveUp ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListItemMoveDown">
			<summary>Identifies the TXITEM_DropDownListItemMoveDown ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxFieldPropertiesGroup">
			<summary>Identifies the TXITEM_ComboBoxFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxFieldEmptyWidth_Image">
			<summary>Identifies the TXITEM_ComboBoxFieldEmptyWidth_Image ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxFieldEmptyWidth">
			<summary>Identifies the TXITEM_ComboBoxFieldEmptyWidth ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxFieldRemoveContent">
			<summary>Identifies the TXITEM_ComboBoxFieldRemoveContent ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_NewComboBoxListItem">
			<summary>Identifies the TXITEM_NewComboBoxListItem ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DeleteComboBoxListItem">
			<summary>Identifies the TXITEM_DeleteComboBoxListItem ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxListItems">
			<summary>Identifies the TXITEM_ComboBoxListItems ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding KeyTip resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxListItemMoveUp">
			<summary>Identifies the TXITEM_ComboBoxListItemMoveUp ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxListItemMoveDown">
			<summary>Identifies the TXITEM_ComboBoxListItemMoveDown ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DateFormFieldPropertiesGroup">
			<summary>Identifies the TXITEM_DateFormFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DateFormFieldEmptyWidth_Image">
			<summary>Identifies the TXITEM_DateFormFieldEmptyWidth_Image ribbon item inside the TXITEM_DateFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DateFormFieldEmptyWidth">
			<summary>Identifies the TXITEM_DateFormFieldEmptyWidth ribbon item inside the TXITEM_DateFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DateFormat_Image">
			<summary>Identifies the TXITEM_DateFormat_Image ribbon item inside the TXITEM_DateFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DateFormat">
			<summary>Identifies the TXITEM_DateFormat ribbon item inside the TXITEM_DateFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_SupportedDateFormats">
			<summary>Identifies the TXITEM_SupportedDateFormats ribbon item inside the TXITEM_DateFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonItem.TXITEM_DateFormFieldRemoveContent">
			<summary>Identifies the TXITEM_DateFormFieldRemoveContent ribbon item inside the TXITEM_DateFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonFormFieldsTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonFormFieldsTab.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonDropDownItem.TXITEM_ManageConditionalInstructions_Sidebars_Vertical">
			<summary>Identifies the TXITEM_ManageConditionalInstructions_Sidebars_Vertical drop-down item inside the TXITEM_ManageConditionalInstructions's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonDropDownItem.TXITEM_ManageConditionalInstructions_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_ManageConditionalInstructions_Sidebars_Horizontal drop-down item inside the TXITEM_ManageConditionalInstructions's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonDropDownItem.TXITEM_CheckedSymbolList_Characters">
			<summary>Identifies the TXITEM_CheckedSymbolList_Characters drop-down item inside the TXITEM_CheckedSymbol's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormFieldsTab.RibbonDropDownItem.TXITEM_UncheckedSymbolList_Characters">
			<summary>Identifies the TXITEM_UncheckedSymbolList_Characters drop-down item inside the TXITEM_UncheckedSymbol's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonFormFieldsTab.ConditionalInstructionsHorizontalSidebar">
			<summary>Specifies the name of the horizontal sidebar that is connected to the RibbonFormFieldsTab's TXITEM_ManageConditionalInstructions button and its horizontal sidebar drop down button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonFormFieldsTab.ConditionalInstructionsSidebar">
			<summary>Specifies the name of the vertical sidebar that is connected to the RibbonFormFieldsTab's TXITEM_ManageConditionalInstructions button and its vertical sidebar drop down button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonFormattingTab">
			<summary>The WPF.RibbonFormattingTab class represents a ribbon tab for setting font and paragraph attributes, formatting styles and for handling the clipboard.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonFormattingTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonFormattingTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_ClipboardGroup">
			<summary>Identifies the TXITEM_ClipboardGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Paste">
			<summary>Identifies the TXITEM_Paste ribbon item inside the TXITEM_ClipboardGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Cut">
			<summary>Identifies the TXITEM_Cut ribbon item inside the TXITEM_ClipboardGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Copy">
			<summary>Identifies the TXITEM_Copy ribbon item inside the TXITEM_ClipboardGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_FontGroup">
			<summary>Identifies the TXITEM_FontGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_FontFamily">
			<summary>Identifies the TXITEM_FontFamily ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_FontSize">
			<summary>Identifies the TXITEM_FontSize ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_IncreaseFont">
			<summary>Identifies the TXITEM_IncreaseFont ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_DecreaseFont">
			<summary>Identifies the TXITEM_DecreaseFont ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_ClearFormatting">
			<summary>Identifies the TXITEM_ClearFormatting ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Bold">
			<summary>Identifies the TXITEM_Bold ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Italic">
			<summary>Identifies the TXITEM_Italic ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Underline">
			<summary>Identifies the TXITEM_Underline ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Strikeout">
			<summary>Identifies the TXITEM_Strikeout ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Subscript">
			<summary>Identifies the TXITEM_Subscript ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Superscript">
			<summary>Identifies the TXITEM_Superscript ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_ChangeCase">
			<summary>Identifies the TXITEM_ChangeCase ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_TextBackColor">
			<summary>Identifies the TXITEM_TextBackColor ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_TextColor">
			<summary>Identifies the TXITEM_TextColor ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_CharacterFormatting">
			<summary>Identifies the TXITEM_CharacterFormatting ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_ParagraphGroup">
			<summary>Identifies the TXITEM_ParagraphGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_BulletedList">
			<summary>Identifies the TXITEM_BulletedList ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_NumberedList">
			<summary>Identifies the TXITEM_NumberedList ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_StructuredList">
			<summary>Identifies the TXITEM_StructuredList ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_DecreaseIndent">
			<summary>Identifies the TXITEM_DecreaseIndent ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_IncreaseIndent">
			<summary>Identifies the TXITEM_IncreaseIndent ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_LeftToRight">
			<summary>Identifies the TXITEM_LeftToRight ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_RightToLeft">
			<summary>Identifies the TXITEM_RightToLeft ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_EditTabs">
			<summary>Identifies the TXITEM_EditTabs ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_ControlChars">
			<summary>Identifies the TXITEM_ControlChars ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_LeftAligned">
			<summary>Identifies the TXITEM_LeftAligned ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Centered">
			<summary>Identifies the TXITEM_Centered ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_RightAligned">
			<summary>Identifies the TXITEM_RightAligned ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Justified">
			<summary>Identifies the TXITEM_Justified ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_LineSpacing">
			<summary>Identifies the TXITEM_LineSpacing ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Borders">
			<summary>Identifies the TXITEM_Borders ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_BackColor">
			<summary>Identifies the TXITEM_BackColor ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_FrameLineColor">
			<summary>Identifies the TXITEM_FrameLineColor ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_FrameLineWidth">
			<summary>Identifies the TXITEM_FrameLineWidth ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_ParagraphFormatting">
			<summary>Identifies the TXITEM_ParagraphFormatting ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_StylesGroup">
			<summary>Identifies the TXITEM_StylesGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_StyleName">
			<summary>Identifies the TXITEM_StyleName ribbon item inside the TXITEM_StylesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_EditingGroup">
			<summary>Identifies the TXITEM_EditingGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Find">
			<summary>Identifies the TXITEM_Find ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Find_Sidebars">
			<summary>Identifies the TXITEM_Find_Sidebars ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources. Limitations: The FindName method returns null when passing this RibbonItem as an argument. Use the RibbonItem.TXITEM_Find identifier instead.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Replace">
			<summary>Identifies the TXITEM_Replace ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Replace_Sidebars">
			<summary>Identifies the TXITEM_Replace_Sidebars ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources. Limitations: The FindName method returns null when passing this RibbonItem as an argument. Use the RibbonItem.TXITEM_Replace identifier instead.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Goto">
			<summary>Identifies the TXITEM_Goto ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_Goto_Sidebars">
			<summary>Identifies the TXITEM_Goto_Sidebars ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources. Limitations: The FindName method returns null when passing this RibbonItem as an argument. Use the RibbonItem.TXITEM_Goto identifier instead.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_SelectAll">
			<summary>Identifies the TXITEM_SelectAll ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonItem.TXITEM_SelectObjects">
			<summary>Identifies the TXITEM_SelectObjects ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonFormattingTab.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteText">
			<summary>Identifies the TXITEM_PasteText drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PastePlainText">
			<summary>Identifies the TXITEM_PastePlainText drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteImage">
			<summary>Identifies the TXITEM_PasteImage drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteTextFrame">
			<summary>Identifies the TXITEM_PasteTextFrame drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteChart">
			<summary>Identifies the TXITEM_PasteChart drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteBarcode">
			<summary>Identifies the TXITEM_PasteBarcode drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteDrawing">
			<summary>Identifies the TXITEM_PasteDrawing drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_ChangeCase_Sentence">
			<summary>Identifies the TXITEM_ChangeCase_Sentence drop-down item inside the TXITEM_ChangeCase's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_ChangeCase_Lower">
			<summary>Identifies the TXITEM_ChangeCase_Lower drop-down item inside the TXITEM_ChangeCase's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_ChangeCase_Upper">
			<summary>Identifies the TXITEM_ChangeCase_Upper drop-down item inside the TXITEM_ChangeCase's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_ChangeCase_Capitalize">
			<summary>Identifies the TXITEM_ChangeCase_Capitalize drop-down item inside the TXITEM_ChangeCase's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_ChangeCase_Toggle">
			<summary>Identifies the TXITEM_ChangeCase_Toggle drop-down item inside the TXITEM_ChangeCase's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_TextBackColor_Transparent">
			<summary>Identifies the TXITEM_TextBackColor_Transparent drop-down item inside the TXITEM_TextBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_TextBackColor_MoreColors">
			<summary>Identifies the TXITEM_TextBackColor_MoreColors drop-down item inside the TXITEM_TextBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_TextColor_Automatic">
			<summary>Identifies the TXITEM_TextColor_Automatic drop-down item inside the TXITEM_TextColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_TextColor_MoreColors">
			<summary>Identifies the TXITEM_TextColor_MoreColors drop-down item inside the TXITEM_TextColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BulletedList_Characters">
			<summary>Identifies the TXITEM_BulletedList_Characters drop-down item inside the TXITEM_BulletedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BulletedList_Format">
			<summary>Identifies the TXITEM_BulletedList_Format drop-down item inside the TXITEM_BulletedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Gallery_ArabicNumbers">
			<summary>Identifies the TXITEM_NumberedList_Gallery_ArabicNumbers gallery item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Gallery_CapitalLetters">
			<summary>Identifies the TXITEM_NumberedList_Gallery_CapitalLetters gallery item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Gallery_Letters">
			<summary>Identifies the TXITEM_NumberedList_Gallery_Letters gallery item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Gallery_RomanNumbers">
			<summary>Identifies the TXITEM_NumberedList_Gallery_RomanNumbers gallery item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Gallery_SmallRomanNumbers">
			<summary>Identifies the TXITEM_NumberedList_Gallery_SmallRomanNumbers gallery item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Format">
			<summary>Identifies the TXITEM_NumberedList_Format drop-down item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Gallery_ArabicNumbers">
			<summary>Identifies the TXITEM_StructuredList_Gallery_ArabicNumbers gallery item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Gallery_CapitalLetters">
			<summary>Identifies the TXITEM_StructuredList_Gallery_CapitalLetters gallery item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Gallery_Letters">
			<summary>Identifies the TXITEM_StructuredList_Gallery_Letters gallery item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Gallery_RomanNumbers">
			<summary>Identifies the TXITEM_StructuredList_Gallery_RomanNumbers gallery item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Gallery_SmallRomanNumbers">
			<summary>Identifies the TXITEM_StructuredList_Gallery_SmallRomanNumbers gallery item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Format">
			<summary>Identifies the TXITEM_StructuredList_Format drop-down item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_LeftFrameLine">
			<summary>Identifies the TXITEM_LeftFrameLine drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_TopFrameLine">
			<summary>Identifies the TXITEM_TopFrameLine drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_RightFrameLine">
			<summary>Identifies the TXITEM_RightFrameLine drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BottomFrameLine">
			<summary>Identifies the TXITEM_BottomFrameLine drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BoxFrame">
			<summary>Identifies the TXITEM_BoxFrame drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_AllFrameLines">
			<summary>Identifies the TXITEM_AllFrameLines drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_InnerHorizontalFrameLines">
			<summary>Identifies the TXITEM_InnerHorizontalFrameLines drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_InnerVerticalFrameLines">
			<summary>Identifies the TXITEM_InnerVerticalFrameLines drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BackColor_Transparent">
			<summary>Identifies the TXITEM_BackColor_Transparent drop-down item inside the TXITEM_BackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BackColor_MoreColors">
			<summary>Identifies the TXITEM_BackColor_MoreColors drop-down item inside the TXITEM_BackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_FrameLineColor_Automatic">
			<summary>Identifies the TXITEM_FrameLineColor_Automatic drop-down item inside the TXITEM_FrameLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_FrameLineColor_MoreColors">
			<summary>Identifies the TXITEM_FrameLineColor_MoreColors drop-down item inside the TXITEM_FrameLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StyleNames_Format">
			<summary>Identifies the TXITEM_StyleNames_Format drop-down item inside the TXITEM_StyleName's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Find_Sidebars_Vertical">
			<summary>Identifies the TXITEM_Find_Sidebars_Vertical drop-down item inside the TXITEM_Find's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Find_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_Find_Sidebars_Horizontal drop-down item inside the TXITEM_Find's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Replace_Sidebars_Vertical">
			<summary>Identifies the TXITEM_Replace_Sidebars_Vertical drop-down item inside the TXITEM_Replace's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Replace_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_Replace_Sidebars_Horizontal drop-down item inside the TXITEM_Replace's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Goto_Sidebars_Vertical">
			<summary>Identifies the TXITEM_Goto_Sidebars_Vertical drop-down item inside the TXITEM_Goto's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Goto_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_Goto_Sidebars_Horizontal drop-down item inside the TXITEM_Goto's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonFormattingTab.FindSidebar">
			<summary>Specifies the name of the vertical sidebar that is connected to the RibbonFormattingTab's TXITEM_Find button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonFormattingTab.FindHorizontalSidebar">
			<summary>Specifies the name of the horizontal sidebar that is connected to the RibbonFormattingTab's TXITEM_Find button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonFormattingTab.ReplaceSidebar">
			<summary>Specifies the name of the vertical sidebar that is connected to the RibbonFormattingTab's TXITEM_Replace button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonFormattingTab.ReplaceHorizontalSidebar">
			<summary>Specifies the name of the horizontal sidebar that is connected to the RibbonFormattingTab's TXITEM_Replace button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonFormattingTab.GotoSidebar">
			<summary>Specifies the name of the vertical sidebar that is connected to the RibbonFormattingTab's TXITEM_Goto button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonFormattingTab.GotoHorizontalSidebar">
			<summary>Specifies the name of the horizontal sidebar that is connected to the RibbonFormattingTab's TXITEM_Goto button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonFormattingTab.StylesSidebar">
			<summary>Specifies the name of the sidebar that is connected to the RibbonFormattingTab's TXITEM_StyleName's Change Styles drop down item.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonFormulaTab">
			<summary>The RibbonFormulaTab class represents a ribbon tab for editing formulas in table cells.</summary>
		</member>
		<member name="M:TXTextControl.WPF.RibbonFormulaTab.#ctor">
			<summary>Initializes a new instance of the RibbonFormulaTab class.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonFormulaTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonFormulaTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_FormulaGroup">
			<summary>Identifies the TXITEM_FormulaGroup ribbon group inside the RibbonFormulaTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_Formula">
			<summary>Identifies the TXITEM_Formula ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_FormulaTextBox">
			<summary>Identifies the TXITEM_FormulaTextBox ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_AcceptFormula">
			<summary>Identifies the TXITEM_AcceptFormula ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_CancelFormulaEditing">
			<summary>Identifies the TXITEM_CancelFormulaEditing ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_FormulaEditing">
			<summary>Identifies the TXITEM_FormulaEditing ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_Functions">
			<summary>Identifies the TXITEM_Functions ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_SupportedFunctions">
			<summary>Identifies the TXITEM_SupportedFunctions ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_AddFunction">
			<summary>Identifies the TXITEM_AddFunction ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_SelectCellReferences">
			<summary>Identifies the TXITEM_SelectCellReferences ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_NumberFormatGroup">
			<summary>Identifies the TXITEM_NumberFormatGroup ribbon group inside the RibbonFormulaTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_TableCellNumberFormat">
			<summary>Identifies the TXITEM_TableCellNumberFormat ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_TableCellNumberFormatComboBox">
			<summary>Identifies the TXITEM_TableCellNumberFormatComboBox ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_TableCellAcceptNumberFormat">
			<summary>Identifies the TXITEM_TableCellAcceptNumberFormat ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_TableCellTextType">
			<summary>Identifies the TXITEM_TableCellTextType ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_TableCellTextTypeText">
			<summary>Identifies the TXITEM_TableCellTextTypeText ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_TableCellTextTypeNumber">
			<summary>Identifies the TXITEM_TableCellTextTypeNumber ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_FormulaSettingsGroup">
			<summary>Identifies the TXITEM_FormulaSettingsGroup ribbon group inside the RibbonFormulaTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_EnableFormulaCalculation">
			<summary>Identifies the TXITEM_EnableFormulaCalculation ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_EnableR1C1Style">
			<summary>Identifies the TXITEM_EnableR1C1Style ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_EnableA1Style">
			<summary>Identifies the TXITEM_EnableA1Style ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_ShowFormulaReferences">
			<summary>Identifies the TXITEM_ShowFormulaReferences ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFormulaTab.RibbonItem.TXITEM_ShowAllReferences">
			<summary>Identifies the TXITEM_ShowAllReferences ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonFrameLayoutTab">
			<summary>The RibbonFrameLayoutTab class represents a ribbon tab for editing objects of type Image, TextFrame, DrawingFrame and BarcodeFrame.</summary>
		</member>
		<member name="M:TXTextControl.WPF.RibbonFrameLayoutTab.#ctor">
			<summary>Initializes a new instance of the RibbonFrameLayoutTab class.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonFrameLayoutTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectArrangeGroup">
			<summary>Identifies the TXITEM_ObjectArrangeGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_WrapText">
			<summary>Identifies the TXITEM_WrapText ribbon item inside the TXITEM_ObjectArrangeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_BringToFront">
			<summary>Identifies the TXITEM_BringToFront ribbon item inside the TXITEM_ObjectArrangeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SendToBack">
			<summary>Identifies the TXITEM_SendToBack ribbon item inside the TXITEM_ObjectArrangeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_Position">
			<summary>Identifies the TXITEM_Position ribbon item inside the TXITEM_ObjectArrangeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectSizeGroup">
			<summary>Identifies the TXITEM_ObjectSizeGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectHeight_Image">
			<summary>Identifies the TXITEM_ObjectHeight_Image ribbon item inside the TXITEM_ObjectSizeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectHeight">
			<summary>Identifies the TXITEM_ObjectHeight ribbon item inside the TXITEM_ObjectSizeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectHeight_TextBox">
			<summary>Identifies the TXITEM_ObjectHeight_TextBox ribbon item inside the TXITEM_ObjectSizeGroup ribbon group.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectWidth_Image">
			<summary>Identifies the TXITEM_ObjectWidth_Image ribbon item inside the TXITEM_ObjectSizeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectWidth">
			<summary>Identifies the TXITEM_ObjectWidth ribbon item inside the TXITEM_ObjectSizeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectWidth_TextBox">
			<summary>Identifies the TXITEM_ObjectWidth_TextBox ribbon item inside the TXITEM_ObjectSizeGroup ribbon group.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_TextFrame_BordersandBackgroundGroup">
			<summary>Identifies the TXITEM_TextFrame_BordersandBackgroundGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_TextFrameBackColor">
			<summary>Identifies the TXITEM_TextFrameBackColor ribbon item inside the TXITEM_TextFrame_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_TextFrameTransparency">
			<summary>Identifies the TXITEM_TextFrameTransparency ribbon item inside the TXITEM_TextFrame_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_TextFrameLineWidth">
			<summary>Identifies the TXITEM_TextFrameLineWidth ribbon item inside the TXITEM_TextFrame_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_TextFrameBorderColor">
			<summary>Identifies the TXITEM_TextFrameBorderColor ribbon item inside the TXITEM_TextFrame_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_Drawing_BordersandBackgroundGroup">
			<summary>Identifies the TXITEM_Drawing_BordersandBackgroundGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_DrawingLineColor">
			<summary>Identifies the TXITEM_DrawingLineColor ribbon item inside the TXITEM_Drawing_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_DrawingBackColor">
			<summary>Identifies the TXITEM_DrawingBackColor ribbon item inside the TXITEM_Drawing_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_DrawingLineWidth">
			<summary>Identifies the TXITEM_DrawingLineWidth ribbon item inside the TXITEM_Drawing_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_DrawingTransparency">
			<summary>Identifies the TXITEM_DrawingTransparency ribbon item inside the TXITEM_Drawing_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_DrawingRotation">
			<summary>Identifies the TXITEM_DrawingRotation ribbon item inside the TXITEM_Drawing_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_Barcode_ColorsAndAlignmentGroup">
			<summary>Identifies the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeForeColor">
			<summary>Identifies the TXITEM_BarcodeForeColor ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeBackColor">
			<summary>Identifies the TXITEM_BarcodeBackColor ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeTransparency">
			<summary>Identifies the TXITEM_BarcodeTransparency ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeHorizontalAlignment">
			<summary>Identifies the TXITEM_BarcodeHorizontalAlignment ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeVerticalAlignment">
			<summary>Identifies the TXITEM_BarcodeVerticalAlignment ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeRotation">
			<summary>Identifies the TXITEM_BarcodeRotation ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectPropertiesGroup">
			<summary>Identifies the TXITEM_ObjectPropertiesGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectName_Image">
			<summary>Identifies the TXITEM_ObjectName_Image ribbon item inside the TXITEM_ObjectPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectName">
			<summary>Identifies the TXITEM_ObjectName ribbon item inside the TXITEM_ObjectPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectName_TextBox">
			<summary>Identifies the TXITEM_ObjectName_TextBox ribbon item inside the TXITEM_ObjectPropertiesGroup ribbon group.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectID_Image">
			<summary>Identifies the TXITEM_ObjectID_Image ribbon item inside the TXITEM_ObjectPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectID">
			<summary>Identifies the TXITEM_ObjectID ribbon item inside the TXITEM_ObjectPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectID_TextBox">
			<summary>Identifies the TXITEM_ObjectName_TextBox ribbon item inside the TXITEM_ObjectPropertiesGroup ribbon group.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_Signature_SignerInfoGroup">
			<summary>Identifies the TXITEM_Signature_SignerInfoGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerName_Image">
			<summary>Identifies the TXITEM_SignerName_Image ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerName">
			<summary>Identifies the TXITEM_SignerName ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerName_Textbox">
			<summary>Identifies the TXITEM_SignerName_Textbox ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerTitle_Image">
			<summary>Identifies the TXITEM_SignerTitle_Image ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerTitle">
			<summary>Identifies the TXITEM_SignerTitle ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerTitle_Textbox">
			<summary>Identifies the TXITEM_SignerTitle_Textbox ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerAddress_Image">
			<summary>Identifies the TXITEM_SignerAddress_Image ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerAddress">
			<summary>Identifies the TXITEM_SignerAddress ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerAddress_Textbox">
			<summary>Identifies the TXITEM_SignerAddress_Textbox ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerContactInfo_Image">
			<summary>Identifies the TXITEM_SignerContactInfo_Image ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerContactInfo">
			<summary>Identifies the TXITEM_SignerContactInfo ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerContactInfo_Textbox">
			<summary>Identifies the TXITEM_SignerContactInfo_Textbox ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerReason_Image">
			<summary>Identifies the TXITEM_SignerReason_Image ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerReason">
			<summary>Identifies the TXITEM_SignerReason ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerReason_Textbox">
			<summary>Identifies the TXITEM_SignerReason_Textbox ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonFrameLayoutTab.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_InLineWithText">
			<summary>Identifies the TXITEM_WrapText_InLineWithText drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_TopAndBottom">
			<summary>Identifies the TXITEM_WrapText_TopAndBottom drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_Square">
			<summary>Identifies the TXITEM_WrapText_Square drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_InFrontOfText">
			<summary>Identifies the TXITEM_WrapText_InFrontOfText drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_BehindText">
			<summary>Identifies the TXITEM_WrapText_BehindText drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_MoreLayoutOptions">
			<summary>Identifies the TXITEM_WrapText_MoreLayoutOptions drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BringToFront_ToFront">
			<summary>Identifies the TXITEM_BringToFront_ToFront drop-down item inside the TXITEM_BringToFront's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BringToFront_Forward">
			<summary>Identifies the TXITEM_BringToFront_Forward drop-down item inside the TXITEM_BringToFront's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BringToFront_InFrontOfText">
			<summary>Identifies the TXITEM_BringToFront_InFrontOfText drop-down item inside the TXITEM_BringToFront's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_SendToBack_ToBack">
			<summary>Identifies the TXITEM_SendToBack_ToBack drop-down item inside the TXITEM_SendToBack's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_SendToBack_Backward">
			<summary>Identifies the TXITEM_SendToBack_Backward drop-down item inside the TXITEM_SendToBack's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_SendToBack_BehindText">
			<summary>Identifies the TXITEM_SendToBack_BehindText drop-down item inside the TXITEM_SendToBack's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_Position_Left">
			<summary>Identifies the TXITEM_Position_Left drop-down item inside the TXITEM_Position's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_Position_Center">
			<summary>Identifies the TXITEM_Position_Center drop-down item inside the TXITEM_Position's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_Position_Right">
			<summary>Identifies the TXITEM_Position_Right drop-down item inside the TXITEM_Position's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_Position_OtherPosition">
			<summary>Identifies the TXITEM_Position_OtherPosition drop-down item inside the TXITEM_Position's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameBackColor_Automatic">
			<summary>Identifies the TXITEM_TextFrameBackColor_Automatic drop-down item inside the TXITEM_TextFrameBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameBackColor_MoreColors">
			<summary>Identifies the TXITEM_TextFrameBackColor_MoreColors drop-down item inside the TXITEM_TextFrameBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_0">
			<summary>Identifies the TXITEM_TextFrameTransparency_0 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_10">
			<summary>Identifies the TXITEM_TextFrameTransparency_10 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_20">
			<summary>Identifies the TXITEM_TextFrameTransparency_20 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_30">
			<summary>Identifies the TXITEM_TextFrameTransparency_30 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_40">
			<summary>Identifies the TXITEM_TextFrameTransparency_40 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_50">
			<summary>Identifies the TXITEM_TextFrameTransparency_50 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_60">
			<summary>Identifies the TXITEM_TextFrameTransparency_60 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_70">
			<summary>Identifies the TXITEM_TextFrameTransparency_70 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_80">
			<summary>Identifies the TXITEM_TextFrameTransparency_80 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_90">
			<summary>Identifies the TXITEM_TextFrameTransparency_90 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_100">
			<summary>Identifies the TXITEM_TextFrameTransparency_100 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameLineWidth_NoLine">
			<summary>Identifies the TXITEM_TextFrameLineWidth_NoLine drop-down item inside the TXITEM_TextFrameLineWidth's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameLineWidth_Single">
			<summary>Identifies the TXITEM_TextFrameLineWidth_Single drop-down item inside the TXITEM_TextFrameLineWidth's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameLineWidth_Double">
			<summary>Identifies the TXITEM_TextFrameLineWidth_Double drop-down item inside the TXITEM_TextFrameLineWidth's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameBorderColor_Automatic">
			<summary>Identifies the TXITEM_TextFrameBorderColor_Automatic drop-down item inside the TXITEM_TextFrameBorderColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameBorderColor_MoreColors">
			<summary>Identifies the TXITEM_TextFrameBorderColor_MoreColors drop-down item inside the TXITEM_TextFrameBorderColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingLineColor_Automatic">
			<summary>Identifies the TXITEM_DrawingLineColor_Automatic drop-down item inside the TXITEM_DrawingLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingLineColor_MoreColors">
			<summary>Identifies the TXITEM_DrawingLineColor_MoreColors drop-down item inside the TXITEM_DrawingLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingBackColor_Automatic">
			<summary>Identifies the TXITEM_DrawingBackColor_Automatic drop-down item inside the TXITEM_DrawingBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingBackColor_MoreColors">
			<summary>Identifies the TXITEM_DrawingBackColor_MoreColors drop-down item inside the TXITEM_DrawingBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingLineWidth_NoLine">
			<summary>Identifies the TXITEM_DrawingLineWidth_NoLine drop-down item inside the TXITEM_DrawingLineWidth's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_0">
			<summary>Identifies the TXITEM_DrawingTransparency_0 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_10">
			<summary>Identifies the TXITEM_DrawingTransparency_10 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_20">
			<summary>Identifies the TXITEM_DrawingTransparency_20 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_30">
			<summary>Identifies the TXITEM_DrawingTransparency_30 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_40">
			<summary>Identifies the TXITEM_DrawingTransparency_40 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_50">
			<summary>Identifies the TXITEM_DrawingTransparency_50 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_60">
			<summary>Identifies the TXITEM_DrawingTransparency_60 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_70">
			<summary>Identifies the TXITEM_DrawingTransparency_70 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_80">
			<summary>Identifies the TXITEM_DrawingTransparency_80 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_90">
			<summary>Identifies the TXITEM_DrawingTransparency_90 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_100">
			<summary>Identifies the TXITEM_DrawingTransparency_100 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingRotation_Right90">
			<summary>Identifies the TXITEM_DrawingRotation_Right90 drop-down item inside the TXITEM_DrawingRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingRotation_Left90">
			<summary>Identifies the TXITEM_DrawingRotation_Left90 drop-down item inside the TXITEM_DrawingRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingRotation_FlipVertical">
			<summary>Identifies the TXITEM_DrawingRotation_FlipVertical drop-down item inside the TXITEM_DrawingRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingRotation_FlipHorizontal">
			<summary>Identifies the TXITEM_DrawingRotation_FlipHorizontal drop-down item inside the TXITEM_DrawingRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingRotation_MoreRotationOptions">
			<summary>Identifies the TXITEM_DrawingRotation_MoreRotationOptions drop-down item inside the TXITEM_DrawingRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeForeColor_Automatic">
			<summary>Identifies the TXITEM_BarcodeForeColor_Automatic drop-down item inside the TXITEM_BarcodeForeColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeForeColor_MoreColors">
			<summary>Identifies the TXITEM_BarcodeForeColor_MoreColors drop-down item inside the TXITEM_BarcodeForeColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeBackColor_Automatic">
			<summary>Identifies the TXITEM_BarcodeBackColor_Automatic drop-down item inside the TXITEM_BarcodeBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeBackColor_MoreColors">
			<summary>Identifies the TXITEM_BarcodeBackColor_MoreColors drop-down item inside the TXITEM_BarcodeBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_0">
			<summary>Identifies the TXITEM_BarcodeTransparency_0 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_10">
			<summary>Identifies the TXITEM_BarcodeTransparency_10 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_20">
			<summary>Identifies the TXITEM_BarcodeTransparency_20 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_30">
			<summary>Identifies the TXITEM_BarcodeTransparency_30 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_40">
			<summary>Identifies the TXITEM_BarcodeTransparency_40 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_50">
			<summary>Identifies the TXITEM_BarcodeTransparency_50 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_60">
			<summary>Identifies the TXITEM_BarcodeTransparency_60 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_70">
			<summary>Identifies the TXITEM_BarcodeTransparency_70 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_80">
			<summary>Identifies the TXITEM_BarcodeTransparency_80 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_90">
			<summary>Identifies the TXITEM_BarcodeTransparency_90 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_100">
			<summary>Identifies the TXITEM_BarcodeTransparency_100 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeHorizontalAlignment_Left">
			<summary>Identifies the TXITEM_BarcodeHorizontalAlignment_Left drop-down item inside the TXITEM_BarcodeHorizontalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeHorizontalAlignment_Center">
			<summary>Identifies the TXITEM_BarcodeHorizontalAlignment_Center drop-down item inside the TXITEM_BarcodeHorizontalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeHorizontalAlignment_Right">
			<summary>Identifies the TXITEM_BarcodeHorizontalAlignment_Right drop-down item inside the TXITEM_BarcodeHorizontalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeVerticalAlignment_Top">
			<summary>Identifies the TXITEM_BarcodeVerticalAlignment_Top drop-down item inside the TXITEM_BarcodeVerticalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeVerticalAlignment_Middle">
			<summary>Identifies the TXITEM_BarcodeVerticalAlignment_Middle drop-down item inside the TXITEM_BarcodeVerticalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeVerticalAlignment_Bottom">
			<summary>Identifies the TXITEM_BarcodeVerticalAlignment_Bottom drop-down item inside the TXITEM_BarcodeVerticalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeRotation_Right90">
			<summary>Identifies the TXITEM_BarcodeRotation_Right90 drop-down item inside the TXITEM_BarcodeRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeRotation_Left90">
			<summary>Identifies the TXITEM_BarcodeRotation_Left90 drop-down item inside the TXITEM_BarcodeRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeRotation_180">
			<summary>Identifies the TXITEM_BarcodeRotation_180 drop-down item inside the TXITEM_BarcodeRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeRotation_MoreRotationOptions">
			<summary>Identifies the TXITEM_BarcodeRotation_MoreRotationOptions drop-down item inside the TXITEM_BarcodeRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonInsertTab">
			<summary>The WPF.RibbonInsertTab class represents a ribbon tab for inserting pages, images, hyperlinks, bookmarks, headers and footers, textframes and symbols.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonInsertTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonInsertTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_PageGroup">
			<summary>Identifies the TXITEM_PageGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertPage">
			<summary>Identifies the TXITEM_InsertPage ribbon item inside the TXITEM_PageGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertPageBreak">
			<summary>Identifies the TXITEM_InsertPageBreak ribbon item inside the TXITEM_PageGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_TableGroup">
			<summary>Identifies the TXITEM_TableGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertTable">
			<summary>Identifies the TXITEM_InsertTable ribbon item inside the TXITEM_TableGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_IllustrationsGroup">
			<summary>Identifies the TXITEM_IllustrationsGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertImage">
			<summary>Identifies the TXITEM_InsertImage ribbon item inside the TXITEM_IllustrationsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertShape">
			<summary>Identifies the TXITEM_InsertShape ribbon item inside the TXITEM_IllustrationsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertBarcode">
			<summary>Identifies the TXITEM_InsertBarcode ribbon item inside the TXITEM_IllustrationsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_LinksGroup">
			<summary>Identifies the TXITEM_LinksGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertHyperlink">
			<summary>Identifies the TXITEM_InsertHyperlink ribbon item inside the TXITEM_LinksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertBookmark">
			<summary>Identifies the TXITEM_InsertBookmark ribbon item inside the TXITEM_LinksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_HeaderFooterGroup">
			<summary>Identifies the TXITEM_HeaderFooterGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertHeader">
			<summary>Identifies the TXITEM_InsertHeader ribbon item inside the TXITEM_HeaderFooterGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertFooter">
			<summary>Identifies the TXITEM_InsertFooter ribbon item inside the TXITEM_HeaderFooterGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertPageNumber">
			<summary>Identifies the TXITEM_InsertPageNumber ribbon item inside the TXITEM_HeaderFooterGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_TextGroup">
			<summary>Identifies the TXITEM_TextGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertTextFrame">
			<summary>Identifies the TXITEM_InsertTextFrame ribbon item inside the TXITEM_TextGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertFile">
			<summary>Identifies the TXITEM_InsertFile ribbon item inside the TXITEM_TextGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertSignature">
			<summary>Identifies the TXITEM_InsertSignature ribbon item inside the TXITEM_TextGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_SymbolsGroup">
			<summary>Identifies the TXITEM_SymbolsGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonItem.TXITEM_InsertSymbol">
			<summary>Identifies the TXITEM_InsertSymbol ribbon item inside the TXITEM_SymbolsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonInsertTab.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertTableGallery">
			<summary>Identifies the TXITEM_InsertTableGallery drop-down item inside the TXITEM_InsertTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertTableDialog">
			<summary>Identifies the TXITEM_InsertTableDialog drop-down item inside the TXITEM_InsertTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertImageDialog">
			<summary>Identifies the TXITEM_InsertImageDialog drop-down item inside the TXITEM_InsertImage's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertImagePlaceHolder">
			<summary>Identifies the TXITEM_InsertImagePlaceHolder drop-down item inside the TXITEM_InsertImage's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_LinesCategory">
			<summary>Identifies the TXITEM_LinesCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_RectanglesCategory">
			<summary>Identifies the TXITEM_RectanglesCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_BasicShapesCategory">
			<summary>Identifies the TXITEM_BasicShapesCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_BlockArrowsCategory">
			<summary>Identifies the TXITEM_BlockArrowsCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_EquationShapesCategory">
			<summary>Identifies the TXITEM_EquationShapesCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_FlowChartCategory">
			<summary>Identifies the TXITEM_FlowChartCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_StarsAndBannersCategory">
			<summary>Identifies the TXITEM_StarsAndBannersCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_CalloutsCategory">
			<summary>Identifies the TXITEM_CalloutsCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertDrawingCanvas">
			<summary>Identifies the TXITEM_InsertDrawingCanvas drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_DrawingMarkerLines">
			<summary>Identifies the TXITEM_DrawingMarkerLines drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertHyperlinkDialog">
			<summary>Identifies the TXITEM_InsertHyperlinkDialog drop-down item inside the TXITEM_InsertHyperlink's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_EditHyperlink">
			<summary>Identifies the TXITEM_EditHyperlink drop-down item inside the TXITEM_InsertHyperlink's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertBookmarkDialog">
			<summary>Identifies the TXITEM_InsertBookmarkDialog drop-down item inside the TXITEM_InsertBookmark's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_DeleteBookmark">
			<summary>Identifies the TXITEM_DeleteBookmark drop-down item inside the TXITEM_InsertBookmark's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_EditBookmark">
			<summary>Identifies the TXITEM_EditBookmark drop-down item inside the TXITEM_InsertBookmark's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_DocumentTargetMarkers">
			<summary>Identifies the TXITEM_DocumentTargetMarkers drop-down item inside the TXITEM_InsertBookmark's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_EditHeader">
			<summary>Identifies the TXITEM_EditHeader drop-down item inside the TXITEM_InsertHeader's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_RemoveHeader">
			<summary>Identifies the TXITEM_RemoveHeader drop-down item inside the TXITEM_InsertHeader's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_EditFooter">
			<summary>Identifies the TXITEM_EditFooter drop-down item inside the TXITEM_InsertFooter's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_RemoveFooter">
			<summary>Identifies the TXITEM_RemoveFooter drop-down item inside the TXITEM_InsertFooter's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertStandardPageNumber">
			<summary>Identifies the TXITEM_InsertStandardPageNumber drop-down item inside the TXITEM_InsertPageNumber's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_FormatPageNumber">
			<summary>Identifies the TXITEM_FormatPageNumber drop-down item inside the TXITEM_InsertPageNumber's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_RemovePageNumber">
			<summary>Identifies the TXITEM_RemovePageNumber drop-down item inside the TXITEM_InsertPageNumber's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_AddTextFrame">
			<summary>Identifies the TXITEM_AddTextFrame drop-down item inside the TXITEM_InsertTextFrame's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_TextFrameMarkerLines">
			<summary>Identifies the TXITEM_TextFrameMarkerLines drop-down item inside the TXITEM_InsertTextFrame's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonInsertTab.RibbonDropDownItem.TXITEM_MoreSymbols">
			<summary>Identifies the TXITEM_MoreSymbols drop-down item inside the TXITEM_InsertSymbol's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonPageLayoutTab">
			<summary>The RibbonPageLayoutTab class represents a tab for editing the page setup and layout.</summary>
		</member>
		<member name="M:TXTextControl.WPF.RibbonPageLayoutTab.#ctor">
			<summary>Initializes a new instance of the RibbonPageLayoutTab class.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonPageLayoutTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_PageSetupGroup">
			<summary>Identifies the TXITEM_PageSetupGroup ribbon group inside the RibbonPageLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_PageMargins">
			<summary>Identifies the TXITEM_PageMargins ribbon item inside the TXITEM_PageSetupGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_Orientation">
			<summary>Identifies the TXITEM_Orientation ribbon item inside the TXITEM_PageSetupGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_PageSize">
			<summary>Identifies the TXITEM_PageSize ribbon item inside the TXITEM_PageSetupGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_ColumnsAndBreaksGroup">
			<summary>Identifies the TXITEM_ColumnsAndBreaksGroup ribbon group inside the RibbonPageLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_Columns">
			<summary>Identifies the TXITEM_Columns ribbon item inside the TXITEM_ColumnsAndBreaksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_Breaks">
			<summary>Identifies the TXITEM_Breaks ribbon item inside the TXITEM_ColumnsAndBreaksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_PageBackgroundAndBordersGroup">
			<summary>Identifies the TXITEM_PageBackgroundAndBordersGroup ribbon group inside the RibbonPageLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_PageColor">
			<summary>Identifies the TXITEM_PageColor ribbon item inside the TXITEM_PageBackgroundAndBordersGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_PageBorders">
			<summary>Identifies the TXITEM_PageBorders ribbon item inside the TXITEM_PageBackgroundAndBordersGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_PageLineColor">
			<summary>Identifies the TXITEM_PageLineColor ribbon item inside the TXITEM_PageBackgroundAndBordersGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonItem.TXITEM_PageLineWidth">
			<summary>Identifies the TXITEM_PageLineWidth ribbon item inside the TXITEM_PageBackgroundAndBordersGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonPageLayoutTab.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Orientation_Portrait">
			<summary>Identifies the TXITEM_Orientation_Portrait drop-down item inside the TXITEM_Orientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Orientation_Landscape">
			<summary>Identifies the TXITEM_Orientation_Landscape drop-down item inside the TXITEM_Orientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Columns_One">
			<summary>Identifies the TXITEM_Columns_One drop-down item inside the TXITEM_Columns's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Columns_Two">
			<summary>Identifies the TXITEM_Columns_Two drop-down item inside the TXITEM_Columns's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Columns_Three">
			<summary>Identifies the TXITEM_Columns_Three drop-down item inside the TXITEM_Columns's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Columns_MoreColumns">
			<summary>Identifies the TXITEM_Columns_MoreColumns drop-down item inside the TXITEM_Columns's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_PageBreaks">
			<summary>Identifies the TXITEM_Breaks_PageBreaks drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_Page">
			<summary>Identifies the TXITEM_Breaks_Page drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_Column">
			<summary>Identifies the TXITEM_Breaks_Column drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_TextWrapping">
			<summary>Identifies the TXITEM_Breaks_TextWrapping drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_SectionBreaks">
			<summary>Identifies the TXITEM_Breaks_SectionBreaks drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_NextPage">
			<summary>Identifies the TXITEM_Breaks_NextPage drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_Continuous">
			<summary>Identifies the TXITEM_Breaks_Continuous drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageColor_Automatic">
			<summary>Identifies the TXITEM_PageColor_Automatic drop-down item inside the TXITEM_PageColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageColor_MoreColors">
			<summary>Identifies the TXITEM_PageColor_MoreColors drop-down item inside the TXITEM_PageColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageBorders_Left">
			<summary>Identifies the TXITEM_PageBorders_Left drop-down item inside the TXITEM_PageBorders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageBorders_Top">
			<summary>Identifies the TXITEM_PageBorders_Top drop-down item inside the TXITEM_PageBorders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageBorders_Right">
			<summary>Identifies the TXITEM_PageBorders_Right drop-down item inside the TXITEM_PageBorders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageBorders_Bottom">
			<summary>Identifies the TXITEM_PageBorders_Bottom drop-down item inside the TXITEM_PageBorders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageBorders_All">
			<summary>Identifies the TXITEM_PageBorders_All drop-down item inside the TXITEM_PageBorders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageLineColor_Automatic">
			<summary>Identifies the TXITEM_PageLineColor_Automatic drop-down item inside the TXITEM_PageLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageLineColor_MoreColors">
			<summary>Identifies the TXITEM_PageLineColor_MoreColors drop-down item inside the TXITEM_PageLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageLineWidth_NoLine">
			<summary>Identifies the TXITEM_PageLineWidth_NoLine drop-down item inside the TXITEM_PageLineWidth's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonPermissionsTab">
			<summary>The RibbonPermissionsTab class represents a Windows Forms ribbon tab for determining how the document can be edited, when it is enforced to be protected.</summary>
		</member>
		<member name="M:TXTextControl.WPF.RibbonPermissionsTab.#ctor">
			<summary>Initializes a new instance of the RibbonPermissionsTab class.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonPermissionsTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_RestrictFormattingGroup">
			<summary>Identifies the TXITEM_RestrictFormattingGroup ribbon group inside the RibbonPermissionsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_AllowFormatting">
			<summary>Identifies the TXITEM_AllowFormatting ribbon item inside the TXITEM_RestrictFormattingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_AllowFormattingStyles">
			<summary>Identifies the TXITEM_AllowFormattingStyles ribbon item inside the TXITEM_RestrictFormattingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_RestrictEditingGroup">
			<summary>Identifies the TXITEM_RestrictEditingGroup ribbon group inside the RibbonPermissionsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_AllowPrinting">
			<summary>Identifies the TXITEM_AllowPrinting ribbon item inside the TXITEM_RestrictEditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_AllowCopy">
			<summary>Identifies the TXITEM_AllowCopy ribbon item inside the TXITEM_RestrictEditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_FillInFormFields">
			<summary>Identifies the TXITEM_FillInFormFields ribbon item inside the TXITEM_RestrictEditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_ReadOnly">
			<summary>Identifies the TXITEM_ReadOnly ribbon item inside the TXITEM_RestrictEditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_ReadOnlyExceptionsGroup">
			<summary>Identifies the TXITEM_ReadOnlyExceptionsGroup ribbon group inside the RibbonPermissionsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_Users">
			<summary>Identifies the TXITEM_Users ribbon item inside the TXITEM_ReadOnlyExceptionsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_AddUsers">
			<summary>Identifies the TXITEM_AddUsers ribbon item inside the TXITEM_ReadOnlyExceptionsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_EditRestrictedDocumentGroup">
			<summary>Identifies the TXITEM_EditRestrictedDocumentGroup ribbon group inside the RibbonPermissionsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_EnforceProtection">
			<summary>Identifies the TXITEM_EnforceProtection ribbon item inside the TXITEM_EditRestrictedDocumentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_HighlightEditableRegions">
			<summary>Identifies the TXITEM_HighlightEditableRegions ribbon item inside the TXITEM_EditRestrictedDocumentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_PreviousEditableRegion">
			<summary>Identifies the TXITEM_PreviousEditableRegion ribbon item inside the TXITEM_EditRestrictedDocumentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonPermissionsTab.RibbonItem.TXITEM_NextEditableRegion">
			<summary>Identifies the TXITEM_NextEditableRegion ribbon item inside the TXITEM_EditRestrictedDocumentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonPermissionsTab.AllowAddingUserNames">
			<summary>Gets or sets a value indicating whether the user can add user names by the RibbonPermissionsTab's Add Users dialog that are not represented by the RegisteredUserNames property.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonPermissionsTab.RegisteredUserNames">
			<summary>Gets or sets an array of strings that represents those registered user names that can be added by the RibbonPermissionsTab's Add Users dialog.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonProofingTab">
			<summary>The RibbonProofingTab class represents a tab for setting proofing options such as spelling, hypheantion or language detection.</summary>
		</member>
		<member name="M:TXTextControl.WPF.RibbonProofingTab.#ctor">
			<summary>Initializes a new instance of the RibbonProofingTab class.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonProofingTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonProofingTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_SpellingAndHyphenationGroup">
			<summary>Identifies the TXITEM_SpellingAndHyphenationGroup ribbon group inside the RibbonProofingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_EnableSpellChecking">
			<summary>Identifies the TXITEM_EnableSpellChecking ribbon item inside the TXITEM_SpellingAndHyphenationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_EnableHyphenations">
			<summary>Identifies the TXITEM_EnableHyphenations ribbon item inside the TXITEM_SpellingAndHyphenationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_Thesaurus">
			<summary>Identifies the TXITEM_Thesaurus ribbon item inside the TXITEM_SpellingAndHyphenationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_Spelling">
			<summary>Identifies the TXITEM_Spelling ribbon item inside the TXITEM_SpellingAndHyphenationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_ProofingSettingsGroup">
			<summary>Identifies the TXITEM_ProofingSettingsGroup ribbon group inside the RibbonProofingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_LoadDictionary">
			<summary>Identifies the TXITEM_LoadDictionary ribbon item inside the TXITEM_ProofingSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_LoadThesaurusFile">
			<summary>Identifies the TXITEM_LoadThesaurusFile ribbon item inside the TXITEM_ProofingSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_SpellingOptions">
			<summary>Identifies the TXITEM_SpellingOptions ribbon item inside the TXITEM_ProofingSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_CommentsGroup">
			<summary>Identifies the TXITEM_CommentsGroup ribbon group inside the RibbonProofingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_AddComment">
			<summary>Identifies the TXITEM_AddComment ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_DeleteComment">
			<summary>Identifies the TXITEM_DeleteComment ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_PreviousComment">
			<summary>Identifies the TXITEM_PreviousComment ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_NextComment">
			<summary>Identifies the TXITEM_NextComment ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_EditComment">
			<summary>Identifies the TXITEM_EditComment ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_CommentsViewMode">
			<summary>Identifies the TXITEM_CommentsViewMode ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_ShowComments">
			<summary>Identifies the TXITEM_ShowComments ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_Comments">
			<summary>Identifies the TXITEM_Comments ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_Comments_Sidebars">
			<summary>Identifies the TXITEM_Comments ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources. Limitations: The FindName method returns null when passing this RibbonItem as an argument. Use the RibbonItem.TXITEM_Comments identifier instead.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_TrackChangesGroup">
			<summary>Identifies the TXITEM_TrackChangesGroup ribbon group inside the RibbonProofingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_TrackChanges">
			<summary>Identifies the TXITEM_TrackChanges ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_AcceptTrackedChange">
			<summary>Identifies the TXITEM_AcceptTrackedChange ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_RejectTrackedChange">
			<summary>Identifies the TXITEM_RejectTrackedChange ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_TrackedChanges">
			<summary>Identifies the TXITEM_TrackedChanges ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_TrackedChanges_Sidebars">
			<summary>Identifies the TXITEM_TrackedChanges_Sidebars ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources. Limitations: The FindName method returns null when passing this RibbonItem as an argument. Use the RibbonItem.TXITEM_TrackedChanges identifier instead.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_PreviousTrackedChange">
			<summary>Identifies the TXITEM_PreviousTrackedChange ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_NextTrackedChange">
			<summary>Identifies the TXITEM_NextTrackedChange ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_ShowMarkup">
			<summary>Identifies the TXITEM_ShowMarkup ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_LanguageGroup">
			<summary>Identifies the TXITEM_LanguageGroup ribbon group inside the RibbonProofingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_DetectLanguages">
			<summary>Identifies the TXITEM_DetectLanguages ribbon item inside the TXITEM_LanguageGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonItem.TXITEM_SetLanguage">
			<summary>Identifies the TXITEM_SetLanguage ribbon item inside the TXITEM_LanguageGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonProofingTab.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_DeleteComment_DeleteThisComment">
			<summary>Identifies the TXITEM_DeleteComment_DeleteThisComment drop-down item inside the TXITEM_DeleteComment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_DeleteComment_DeleteThisReply">
			<summary>Identifies the TXITEM_DeleteComment_DeleteThisReply drop-down item inside the TXITEM_DeleteComment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_DeleteComment_DeleteAllComments">
			<summary>Identifies the TXITEM_DeleteComment_DeleteAllComments drop-down item inside the TXITEM_DeleteComment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_ShowComments_AllReviewers">
			<summary>Identifies the TXITEM_ShowComments_AllReviewers drop-down item inside the TXITEM_ShowComments's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_Comments_Sidebars_Vertical">
			<summary>Identifies the TXITEM_Comments_Sidebars_Vertical drop-down item inside the TXITEM_Comments's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_Comments_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_Comments_Sidebars_Horizontal drop-down item inside the TXITEM_Comments's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_AcceptTrackedChange_AcceptAndMoveToNext">
			<summary>Identifies the TXITEM_AcceptTrackedChange_AcceptAndMoveToNext drop-down item inside the TXITEM_AcceptTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_AcceptTrackedChange_AcceptThisChange">
			<summary>Identifies the TXITEM_AcceptTrackedChange_AcceptThisChange drop-down item inside the TXITEM_AcceptTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_AcceptTrackedChange_AcceptAllChanges">
			<summary>Identifies the TXITEM_AcceptTrackedChange_AcceptAllChanges drop-down item inside the TXITEM_AcceptTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_AcceptTrackedChange_AcceptAllChangesAndStopTracking">
			<summary>Identifies the TXITEM_AcceptTrackedChange_AcceptAllChangesAndStopTracking drop-down item inside the TXITEM_AcceptTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_RejectTrackedChange_RejectAndMoveToNext">
			<summary>Identifies the TXITEM_RejectTrackedChange_RejectAndMoveToNext drop-down item inside the TXITEM_RejectTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_RejectTrackedChange_RejectThisChange">
			<summary>Identifies the TXITEM_RejectTrackedChange_RejectThisChange drop-down item inside the TXITEM_RejectTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_RejectTrackedChange_RejectAllChanges">
			<summary>Identifies the TXITEM_RejectTrackedChange_RejectAllChanges drop-down item inside the TXITEM_RejectTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_RejectTrackedChange_RejectAllChangesAndStopTracking">
			<summary>Identifies the TXITEM_RejectTrackedChange_RejectAllChangesAndStopTracking drop-down item inside the TXITEM_RejectTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_TrackedChanges_Sidebars_Vertical">
			<summary>Identifies the TXITEM_TrackedChanges_Sidebars_Vertical drop-down item inside the TXITEM_TrackedChanges's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_TrackedChanges_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_TrackedChanges_Sidebars_Horizontal drop-down item inside the TXITEM_TrackedChanges's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonProofingTab.RibbonDropDownItem.TXITEM_ShowMarkup_AllReviewers">
			<summary>Identifies the TXITEM_ShowMarkup_AllReviewers drop-down item inside the TXITEM_ShowMarkup's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonProofingTab.CommentsSidebar">
			<summary>Specifies the name of the vertical sidebar that is connected to the RibbonProofingTab's TXITEM_Comments button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonProofingTab.CommentsHorizontalSidebar">
			<summary>Specifies the name of the horizontal sidebar that is connected to the RibbonProofingTab's TXITEM_Comments button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonProofingTab.TrackedChangesSidebar">
			<summary>Specifies the name of the vertical sidebar that is connected to the RibbonProofingTab's TXITEM_TrackedChanges button.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonProofingTab.TrackedChangesHorizontalSidebar">
			<summary>Specifies the name of the horizontal sidebar that is connected to the RibbonProofingTab's TXITEM_TrackedChanges button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonReferencesTab">
			<summary>The RibbonReferencesTab class represents a WPF ribbon tab for creating and editing tables of contents.</summary>
		</member>
		<member name="M:TXTextControl.WPF.RibbonReferencesTab.#ctor">
			<summary>Initializes a new instance of the RibbonReferencesTab class.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonReferencesTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonReferencesTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_InsertFootnote">
			<summary>Identifies the TXITEM_InsertFootnote ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_DeleteFootnote">
			<summary>Identifies the TXITEM_DeleteFootnote ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_EditFootnote">
			<summary>Identifies the TXITEM_EditFootnote ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_PreviousFootnote">
			<summary>Identifies the TXITEM_PreviousFootnote ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_NextFootnote">
			<summary>Identifies the TXITEM_NextFootnote ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_HighlightFootnoteMarks">
			<summary>Identifies the TXITEM_HighlightFootnoteMarks ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_FootnotesStartNumber">
			<summary>Identifies the TXITEM_FootnotesStartNumber ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_FootnotesNumberFormat">
			<summary>Identifies the TXITEM_FootnotesNumberFormat ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_TableOfContentsGroup">
			<summary>Identifies the TXITEM_TableOfContentsGroup ribbon group inside the RibbonReferencesTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_InsertTableOfContents">
			<summary>Identifies the TXITEM_InsertTableOfContents ribbon item inside the TXITEM_TableOfContentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_DeleteTableOfContents">
			<summary>Identifies the TXITEM_DeleteTableOfContents ribbon item inside the TXITEM_TableOfContentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_UpdateTableOfContents">
			<summary>Identifies the TXITEM_UpdateTableOfContents ribbon item inside the TXITEM_TableOfContentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_ModifyTableOfContents">
			<summary>Identifies the TXITEM_ModifyTableOfContents ribbon item inside the TXITEM_TableOfContentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_TableOfContentsPropertiesGroup">
			<summary>Identifies the TXITEM_TableOfContentsPropertiesGroup ribbon group inside the RibbonReferencesTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_TOCMinimumStructureLevel">
			<summary>Identifies the TXITEM_TOCMinimumStructureLevel ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_TOCMaximumStructureLevel">
			<summary>Identifies the TXITEM_TOCMaximumStructureLevel ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_TOCCreateHyperlinks">
			<summary>Identifies the TXITEM_TOCCreateHyperlinks ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_TOCTitle">
			<summary>Identifies the TXITEM_TOCTitle ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_TOCShowPageNumbers">
			<summary>Identifies the TXITEM_TOCShowPageNumbers ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_TOCRightAlignPageNumbers">
			<summary>Identifies the TXITEM_TOCRightAlignPageNumbers ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_ParagraphStructureLevelsGroup">
			<summary>Identifies the TXITEM_ParagraphStructureLevelsGroup ribbon group inside the RibbonReferencesTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_StructureLevelStyles">
			<summary>Identifies the TXITEM_StructureLevelStyles ribbon item inside the TXITEM_ParagraphStructureLevelsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding KeyTip resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonItem.TXITEM_AddParagraph">
			<summary>Identifies the TXITEM_AddParagraph ribbon item inside the TXITEM_ParagraphStructureLevelsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonReferencesTab.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_FootnotesNumberFormat_ArabicNumbers">
			<summary>Identifies the TXITEM_FootnotesNumberFormat_ArabicNumbers drop-down item inside the TXITEM_FootnotesNumberFormat's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_FootnotesNumberFormat_Letters">
			<summary>Identifies the TXITEM_FootnotesNumberFormat_Letters drop-down item inside the TXITEM_FootnotesNumberFormat's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_FootnotesNumberFormat_CapitalLetters">
			<summary>Identifies the TXITEM_FootnotesNumberFormat_CapitalLetters drop-down item inside the TXITEM_FootnotesNumberFormat's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_FootnotesNumberFormat_RomanNumbers">
			<summary>Identifies the TXITEM_FootnotesNumberFormat_RomanNumbers drop-down item inside the TXITEM_FootnotesNumberFormat's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_FootnotesNumberFormat_SmallRomanNumbers">
			<summary>Identifies the TXITEM_FootnotesNumberFormat_SmallRomanNumbers drop-down item inside the TXITEM_FootnotesNumberFormat's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphBodyText">
			<summary>Identifies the TXITEM_AddParagraphBodyText drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel1">
			<summary>Identifies the TXITEM_AddParagraphLevel1 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel2">
			<summary>Identifies the TXITEM_AddParagraphLevel2 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel3">
			<summary>Identifies the TXITEM_AddParagraphLevel3 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel4">
			<summary>Identifies the TXITEM_AddParagraphLevel4 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel5">
			<summary>Identifies the TXITEM_AddParagraphLevel5 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel6">
			<summary>Identifies the TXITEM_AddParagraphLevel6 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel7">
			<summary>Identifies the TXITEM_AddParagraphLevel7 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel8">
			<summary>Identifies the TXITEM_AddParagraphLevel8 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel9">
			<summary>Identifies the TXITEM_AddParagraphLevel9 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel10">
			<summary>Identifies the TXITEM_AddParagraphLevel10 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonReportingTab">
			<summary>The RibbonReportingTab class represents a WPF ribbon tab to integrate mail merge and reporting functionality.</summary>
		</member>
		<member name="M:TXTextControl.WPF.RibbonReportingTab.#ctor">
			<summary>Initializes a new instance of the RibbonReportingTab class.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonReportingTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonReportingTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_DataSourceGroup">
			<summary>Identifies the TXITEM_DataSourceGroup ribbon group inside the RibbonReportingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_DataSource">
			<summary>Identifies the TXITEM_DataSource ribbon item inside the TXITEM_DataSourceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_SelectMasterTable">
			<summary>Identifies the TXITEM_SelectMasterTable ribbon item inside the TXITEM_DataSourceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_EditDataRelations">
			<summary>Identifies the TXITEM_EditDataRelations ribbon item inside the TXITEM_DataSourceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_MergeFieldsGroup">
			<summary>Identifies the TXITEM_MergeFieldsGroup ribbon group inside the RibbonReportingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_InsertMergeField">
			<summary>Identifies the TXITEM_InsertMergeField ribbon item inside the TXITEM_MergeFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_InsertSpecialField">
			<summary>Identifies the TXITEM_InsertSpecialField ribbon item inside the TXITEM_MergeFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_FieldProperties">
			<summary>Identifies the TXITEM_FieldProperties ribbon item inside the TXITEM_MergeFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_DeleteField">
			<summary>Identifies the TXITEM_DeleteField ribbon item inside the TXITEM_MergeFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_MergeBlocksGroup">
			<summary>Identifies the TXITEM_MergeBlocksGroup ribbon group inside the RibbonReportingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_InsertMergeBlock">
			<summary>Identifies the TXITEM_InsertMergeBlock ribbon item inside the TXITEM_MergeBlocksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_EditMergeBlocks">
			<summary>Identifies the TXITEM_EditMergeBlocks ribbon item inside the TXITEM_MergeBlocksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_ViewGroup">
			<summary>Identifies the TXITEM_ViewGroup ribbon group inside the RibbonReportingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonItem.TXITEM_FieldNavigation">
			<summary>Identifies the TXITEM_FieldNavigation ribbon item inside the TXITEM_ViewGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonReportingTab.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_DataSource_LoadXMLFile">
			<summary>Identifies the TXITEM_DataSource_LoadXMLFile drop-down item inside the TXITEM_DataSource's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_DataSource_LoadAssembly">
			<summary>Identifies the TXITEM_DataSource_LoadAssembly drop-down item inside the TXITEM_DataSource's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_DataSource_LoadJSON">
			<summary>Identifies the TXITEM_DataSource_LoadJSON drop-down item inside the TXITEM_DataSource's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_SelectMasterTable_TablesHeader">
			<summary>Identifies the TXITEM_SelectMasterTable_TablesHeader drop-down item inside the TXITEM_SelectMasterTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeField_TablesHeader">
			<summary>Identifies the TXITEM_InsertMergeField_TablesHeader drop-down item inside the TXITEM_InsertMergeField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeField_InsertCustomMergeField">
			<summary>Identifies the TXITEM_InsertMergeField_InsertCustomMergeField drop-down item inside the TXITEM_InsertMergeField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeField_HighlightMergeFields">
			<summary>Identifies the TXITEM_InsertMergeField_HighlightMergeFields drop-down item inside the TXITEM_InsertMergeField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertSpecialField_IF">
			<summary>Identifies the TXITEM_InsertSpecialField_IF drop-down item inside the TXITEM_InsertSpecialField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertSpecialField_IncludeText">
			<summary>Identifies the TXITEM_InsertSpecialField_IncludeText drop-down item inside the TXITEM_InsertSpecialField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertSpecialField_Date">
			<summary>Identifies the TXITEM_InsertSpecialField_Date drop-down item inside the TXITEM_InsertSpecialField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertSpecialField_Next">
			<summary>Identifies the TXITEM_InsertSpecialField_Next drop-down item inside the TXITEM_InsertSpecialField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertSpecialField_NextIf">
			<summary>Identifies the TXITEM_InsertSpecialField_NextIf drop-down item inside the TXITEM_InsertSpecialField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeBlock_TablesHeader">
			<summary>Identifies the TXITEM_InsertMergeBlock_TablesHeader drop-down item inside the TXITEM_InsertMergeBlock's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeBlock_InsertCustomMergeBlock">
			<summary>Identifies the TXITEM_InsertMergeBlock_InsertCustomMergeBlock drop-down item inside the TXITEM_InsertMergeBlock's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeBlock_HighlightMergeBlocks">
			<summary>Identifies the TXITEM_InsertMergeBlock_HighlightMergeBlocks drop-down item inside the TXITEM_InsertMergeBlock's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonReportingTab.DataSourceManager">
			<summary>Provides the DataSourceManager that is connected with the RibbonReportingTab.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RibbonReportingTab.FieldNavigatorSidebar">
			<summary>Gets or sets the the name of the sidebar that is connected to the RibbonReportingTab's TXITEM_FieldNavigation button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonTableLayoutTab">
			<summary>The RibbonTableLayoutTab class represents a ribbon tab for editing tables.</summary>
		</member>
		<member name="M:TXTextControl.WPF.RibbonTableLayoutTab.#ctor">
			<summary>Initializes a new instance of the RibbonTableLayoutTab class.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonTableLayoutTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_TableLayoutGroup">
			<summary>Identifies the TXITEM_TableLayoutGroup ribbon group inside the RibbonTableLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_SelectTable">
			<summary>Identifies the TXITEM_SelectTable ribbon item inside the TXITEM_TableLayoutGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_TableGridLines">
			<summary>Identifies the TXITEM_TableGridLines ribbon item inside the TXITEM_TableLayoutGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_TableProperties">
			<summary>Identifies the TXITEM_TableProperties ribbon item inside the TXITEM_TableLayoutGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_RowsAndColumnsGroup">
			<summary>Identifies the TXITEM_RowsAndColumnsGroup ribbon group inside the RibbonTableLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_DeleteTable">
			<summary>Identifies the TXITEM_DeleteTable ribbon item inside the TXITEM_RowsAndColumnsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_InsertTableRowAbove">
			<summary>Identifies the TXITEM_InsertTableRowAbove ribbon item inside the TXITEM_RowsAndColumnsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_InsertTableRowBelow">
			<summary>Identifies the TXITEM_InsertTableRowBelow ribbon item inside the TXITEM_RowsAndColumnsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_InsertTableColLeft">
			<summary>Identifies the TXITEM_InsertTableColLeft ribbon item inside the TXITEM_RowsAndColumnsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_InsertTableColRight">
			<summary>Identifies the TXITEM_InsertTableColRight ribbon item inside the TXITEM_RowsAndColumnsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_MergeGroup">
			<summary>Identifies the TXITEM_MergeGroup ribbon group inside the RibbonTableLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_MergeTableCells">
			<summary>Identifies the TXITEM_MergeTableCells ribbon item inside the TXITEM_MergeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_SplitTableCells">
			<summary>Identifies the TXITEM_SplitTableCells ribbon item inside the TXITEM_MergeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_SplitTable">
			<summary>Identifies the TXITEM_SplitTable ribbon item inside the TXITEM_MergeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_BordersAndBackgroundGroup">
			<summary>Identifies the TXITEM_BordersAndBackgroundGroup ribbon group inside the RibbonTableLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_TableFrameLines">
			<summary>Identifies the TXITEM_TableFrameLines ribbon item inside the TXITEM_BordersAndBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_TableLineColor">
			<summary>Identifies the TXITEM_TableLineColor ribbon item inside the TXITEM_BordersAndBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_TableBackColor">
			<summary>Identifies the TXITEM_TableBackColor ribbon item inside the TXITEM_BordersAndBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_TableLineWidth">
			<summary>Identifies the TXITEM_TableLineWidth ribbon item inside the TXITEM_BordersAndBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_TableAlignmentGroup">
			<summary>Identifies the TXITEM_TableAlignmentGroup ribbon group inside the RibbonTableLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignTopLeft">
			<summary>Identifies the TXITEM_CellAlignTopLeft ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignMiddleLeft">
			<summary>Identifies the TXITEM_CellAlignMiddleLeft ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignBottomLeft">
			<summary>Identifies the TXITEM_CellAlignBottomLeft ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignTopCentered">
			<summary>Identifies the TXITEM_CellAlignTopCentered ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignMiddleCentered">
			<summary>Identifies the TXITEM_CellAlignMiddleCentered ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignBottomCentered">
			<summary>Identifies the TXITEM_CellAlignBottomCentered ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignTopRight">
			<summary>Identifies the TXITEM_CellAlignTopRight ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignMiddleRight">
			<summary>Identifies the TXITEM_CellAlignMiddleRight ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignBottomRight">
			<summary>Identifies the TXITEM_CellAlignBottomRight ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignTopJustified">
			<summary>Identifies the TXITEM_CellAlignTopJustified ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignMiddleJustified">
			<summary>Identifies the TXITEM_CellAlignMiddleJustified ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignBottomJustified">
			<summary>Identifies the TXITEM_CellAlignBottomJustified ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonTableLayoutTab.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SelectTableCell">
			<summary>Identifies the TXITEM_SelectTableCell drop-down item inside the TXITEM_SelectTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SelectTableCol">
			<summary>Identifies the TXITEM_SelectTableCol drop-down item inside the TXITEM_SelectTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SelectTableRow">
			<summary>Identifies the TXITEM_SelectTableRow drop-down item inside the TXITEM_SelectTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SelectTableAll">
			<summary>Identifies the TXITEM_SelectTableAll drop-down item inside the TXITEM_SelectTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_DeleteTableCell">
			<summary>Identifies the TXITEM_DeleteTableCell drop-down item inside the TXITEM_DeleteTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_DeleteTableCol">
			<summary>Identifies the TXITEM_DeleteTableCol drop-down item inside the TXITEM_DeleteTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_DeleteTableRow">
			<summary>Identifies the TXITEM_DeleteTableRow drop-down item inside the TXITEM_DeleteTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_DeleteTableAll">
			<summary>Identifies the TXITEM_DeleteTableAll drop-down item inside the TXITEM_DeleteTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SplitTableAbove">
			<summary>Identifies the TXITEM_SplitTableAbove drop-down item inside the TXITEM_SplitTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SplitTableBelow">
			<summary>Identifies the TXITEM_SplitTableBelow drop-down item inside the TXITEM_SplitTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableLeftFrameLine">
			<summary>Identifies the TXITEM_TableLeftFrameLine drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableTopFrameLine">
			<summary>Identifies the TXITEM_TableTopFrameLine drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableRightFrameLine">
			<summary>Identifies the TXITEM_TableRightFrameLine drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableBottomFrameLine">
			<summary>Identifies the TXITEM_TableBottomFrameLine drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableBoxFrame">
			<summary>Identifies the TXITEM_TableBoxFrame drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableAllFrameLines">
			<summary>Identifies the TXITEM_TableAllFrameLines drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableInnerHorizontalFrameLines">
			<summary>Identifies the TXITEM_TableInnerHorizontalFrameLines drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableInnerVerticalFrameLines">
			<summary>Identifies the TXITEM_TableInnerVerticalFrameLines drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableLineColor_Automatic">
			<summary>Identifies the TXITEM_TableLineColor_Automatic drop-down item inside the TXITEM_TableLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableLineColor_MoreColors">
			<summary>Identifies the TXITEM_TableLineColor_MoreColors drop-down item inside the TXITEM_TableLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableBackColor_Transparent">
			<summary>Identifies the TXITEM_TableBackColor_Transparent drop-down item inside the TXITEM_TableBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableBackColor_MoreColors">
			<summary>Identifies the TXITEM_TableBackColor_MoreColors drop-down item inside the TXITEM_TableBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonViewTab">
			<summary>The RibbonViewTab class represents a tab for customizing the view settings.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.#ctor">
			<summary>Initializes a new instance of the RibbonViewTab class.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonViewTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonViewTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_DocumentViewsGroup">
			<summary>Identifies the TXITEM_DocumentViewsGroup ribbon group inside the RibbonViewTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_PrintLayout">
			<summary>Identifies the TXITEM_PrintLayout ribbon item inside the TXITEM_DocumentViewsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_Draft">
			<summary>Identifies the TXITEM_Draft ribbon item inside the TXITEM_DocumentViewsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_ZoomGroup">
			<summary>Identifies the TXITEM_ZoomGroup ribbon group inside the RibbonViewTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_ZoomFactor">
			<summary>Identifies the TXITEM_ZoomFactor ribbon item inside the TXITEM_ZoomGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_Zoom100">
			<summary>Identifies the TXITEM_Zoom100 ribbon item inside the TXITEM_ZoomGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_FullPage">
			<summary>Identifies the TXITEM_FullPage ribbon item inside the TXITEM_ZoomGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_PageWidth">
			<summary>Identifies the TXITEM_PageWidth ribbon item inside the TXITEM_ZoomGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_TextWidth">
			<summary>Identifies the TXITEM_TextWidth ribbon item inside the TXITEM_ZoomGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_ToolbarsGroup">
			<summary>Identifies the TXITEM_ToolbarsGroup ribbon group inside the RibbonViewTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_HorizontalRuler">
			<summary>Identifies the TXITEM_HorizontalRuler ribbon item inside the TXITEM_ToolbarsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_VerticalRuler">
			<summary>Identifies the TXITEM_VerticalRuler ribbon item inside the TXITEM_ToolbarsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_StatusBar">
			<summary>Identifies the TXITEM_StatusBar ribbon item inside the TXITEM_ToolbarsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_ShowGroup">
			<summary>Identifies the TXITEM_ShowGroup ribbon group inside the RibbonViewTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_ShowTableGridlines">
			<summary>Identifies the TXITEM_ShowTableGridlines ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_ShowBookmarkMarkers">
			<summary>Identifies the TXITEM_ShowBookmarkMarkers ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_ShowTextFrameMarkersLines">
			<summary>Identifies the TXITEM_ShowTextFrameMarkersLines ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_ShowDrawingFrameMarkersLines">
			<summary>Identifies the TXITEM_ShowDrawingFrameMarkersLines ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_ShowControlChars">
			<summary>Identifies the TXITEM_ShowControlChars ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonItem.TXITEM_ShowFrameAnchors">
			<summary>Identifies the TXITEM_ShowFrameAnchors ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RibbonViewTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonViewTab.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_25">
			<summary>Identifies the TXITEM_ZoomFactor_25 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_50">
			<summary>Identifies the TXITEM_ZoomFactor_50 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_75">
			<summary>Identifies the TXITEM_ZoomFactor_75 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_100">
			<summary>Identifies the TXITEM_ZoomFactor_100 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_150">
			<summary>Identifies the TXITEM_ZoomFactor_150 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_200">
			<summary>Identifies the TXITEM_ZoomFactor_200 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.WPF.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_400">
			<summary>Identifies the TXITEM_ZoomFactor_400 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RulerBar">
			<summary>The WPF.RulerBar class represents a tool bar which can be used to show or to set indents, margins and tabs of a WPF.TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RulerBar.BorderStyle">
			<summary>Gets or sets the border style of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RulerBar.DisplayColors">
			<summary>Gets or sets the colors of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RulerBar.EnablePageMargins">
			<summary>Enables or disables the setting of page margins.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RulerBar.FormulaMode">
			<summary>Gets or sets a value specifying whether the ruler bar shows cell references when the current input position is in a table cell.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RulerBar.ScaleUnit">
			<summary>Gets or sets the unit of the ruler bar's scale.</summary>
		</member>
		<member name="T:TXTextControl.WPF.RulerBar.Colors">
			<summary>The WPF.RulerBarColors class gets, sets or resets the display colors of a WPF.RulerBar control.</summary>
		</member>
		<member name="M:TXTextControl.WPF.RulerBarColors.#ctor">
			<summary>Initializes a new instance of the WPF.RulerBarColors class. After creating the object with this constuctor, individual colors can be set. If the Colors object is assigned to the WPF.RulerBar.DisplayColors property, non-set colors are reset to their system dependent default values.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RulerBarColors.BackColor">
			<summary>Gets or sets the background color at the left or top edge of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RulerBarColors.ForeColor">
			<summary>Gets or sets the color used for the numbers of the ruler.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RulerBarColors.GradientBackColor">
			<summary>Gets or sets the background color at the right or bottom edge of the ruler bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RulerBarColors.RulerColor">
			<summary>Gets or sets the color of the ruler.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RulerBarColors.SeparatorColorDark">
			<summary>Gets or sets the color of dark separators.</summary>
		</member>
		<member name="P:TXTextControl.WPF.RulerBarColors.SeparatorColorLight">
			<summary>Gets or sets the color of light separators.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar">
			<summary>The Sidebar class represents a container that gives quick access to a System.Windows.FrameworkElement which is either user-defined or a predefined TextControl feature interface.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Sidebar.#ctor">
			<summary>Initializes a new instance of the Sidebar class.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar.AboutItem">
			<summary>Each AboutItem represents an item in a predefined About control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.AboutItem.TXITEM_AboutViewer">
			<summary>Identifies the 'About' TextControl.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar.CommentsItem">
			<summary>Each CommentsItem represents an item in a predefined Comments control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.CommentsItem.TXITEM_CommentsCount">
			<summary>Identifies the Comments Count label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.CommentsItem.TXITEM_CommentsRefresh">
			<summary>Identifies the Comments Refresh button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.CommentsItem.TXITEM_CommentsViewer">
			<summary>Identifies the Comments overview.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.CommentsItem.TXITEM_DeleteComment">
			<summary>Identifies the Comments Delete button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.CommentsItem.TXITEM_EditComment">
			<summary>Identifies the Comments Edit button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.CommentsItem.TXITEM_ReplyComment">
			<summary>Identifies the Comments Reply button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar.ConditionalInstructionsItem">
			<summary>Each ConditionalInstructionsItem represents an item in a predefined ConditionalInstructions control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.ConditionalInstructionsItem.TXITEM_OverviewLabel">
			<summary>Identifies the Conditional Instructions overview label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.ConditionalInstructionsItem.TXITEM_Overview">
			<summary>Identifies the Conditional Instructions overview.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.ConditionalInstructionsItem.TXITEM_ConditionsLabel">
			<summary>Identifies the Conditions overview label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.ConditionalInstructionsItem.TXITEM_Conditions">
			<summary>Identifies the Conditions overview.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.ConditionalInstructionsItem.TXITEM_InstructionsLabel">
			<summary>Identifies the Instructions overview label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.ConditionalInstructionsItem.TXITEM_Instructions">
			<summary>Identifies the Instructions overview.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.ConditionalInstructionsItem.TXITEM_New">
			<summary>Identifies the Conditional Instructions New button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.ConditionalInstructionsItem.TXITEM_Edit">
			<summary>Identifies the Conditional Instructions Edit button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.ConditionalInstructionsItem.TXITEM_Delete">
			<summary>Identifies the Conditional Instructions Edit button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar.DocumentSettingsItem">
			<summary>Each DocumentSettingsItem represents an item in a predefined Document Settings control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_TitleLabel">
			<summary>Identifies the Titel label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_TitleTextBox">
			<summary>Identifies the Titel text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_AuthorLabel">
			<summary>Identifies the Author label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_AuthorTextBox">
			<summary>Identifies the Author text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_CreatedLabel">
			<summary>Identifies the Created label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_DateLabel">
			<summary>Identifies the Created Date label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_SubjectLabel">
			<summary>Identifies the Subject label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_SubjectTextBox">
			<summary>Identifies the Subject text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_TagsLabel">
			<summary>Identifies the Tags label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_TagsTextBox">
			<summary>Identifies the Tags text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_FirstVerticalSeparator">
			<summary>Identifies the first vertical separator that is displayed when applying the horizontal sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesPanel">
			<summary>Identifies the panel that includes all Custom Properies related controls.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesToggleItem">
			<summary>Identifies the Custom Properties +/- toggle item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesLabel">
			<summary>Identifies the Custom Properties label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesSeparator">
			<summary>Identifies the Custom Properties separator.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesSubpanel">
			<summary>Identifies the panel that includes the controls TXITEM_CustomPropertiesListView, TXITEM_AddCustomProperty and TXITEM_DeleteCustomProperty.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_AddCustomProperty">
			<summary>Identifies the Add Custom Property button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_DeleteCustomProperty">
			<summary>Identifies the Delete Custom Property button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_SecondVerticalSeparator">
			<summary>Identifies the second vertical separator that is displayed when applying the horizontal sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesPanel">
			<summary>Identifies the panel that includes all Embedded Files related controls.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesToggleItem">
			<summary>Identifies the Embedded Files +/- toggle item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesLabel">
			<summary>Identifies the Embedded Files label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesSeparator">
			<summary>Identifies the Embedded Files separator.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesSubpanel">
			<summary>Identifies the panel that includes the controls TXITEM_EmbeddedFilesListView, TXITEM_AddEmbeddedFile, TXITEM_SaveEmbeddedFile, TXITEM_RemoveEmbeddedFile and TXITEM_EditEmbeddedFile.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_AddEmbeddedFile">
			<summary>Identifies the Add Embedded File button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_SaveEmbeddedFile">
			<summary>Identifies the Save Embedded File button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_RemoveEmbeddedFile">
			<summary>Identifies the Remove Embedded File button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_EditEmbeddedFile">
			<summary>Identifies the Edit Embedded File button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_DialogTabControl">
			<summary>Identifies the tab control that is displayed when applying the dialog sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_DocumentInfoTabPage">
			<summary>Identifies the Document Info tab page that is displayed when applying the dialog sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesTabPage">
			<summary>Identifies the Custom Properties tab page that is displayed when applying the dialog sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesTabPage">
			<summary>Identifies the Embedded Files tab page that is displayed when applying the dialog sidebar layout.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar.FieldNavigatorItem">
			<summary>Each FieldNavigatorItem represents an item in a predefined FieldNavigator control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_SearchTextBox">
			<summary>Identifies the Field Navigator search text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_SearchButton">
			<summary>Identifies the Field Navigator search button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeItems">
			<summary>Identifies the tab control that contains the merge field and merge block tree views.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_FirstVerticalSeparator">
			<summary>Identifies the first vertical separator that is displayed when applying the horizontal or dialog sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldPropertiesPanel">
			<summary>Identifies the panel that includes all Merge Field Properties related controls.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldPropertiesToggleItem">
			<summary>Identifies the Merge Field Properties +/- toggle item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldPropertiesLabel">
			<summary>Identifies the Merge Field Properties label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldPropertiesSeparator">
			<summary>Identifies the Merge Field Properties separator.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldPropertiesSubpanel">
			<summary>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.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldName">
			<summary>Identifies the Merge Field Properties' Name label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldNameTextBox">
			<summary>Identifies the Merge Field Properties' Name text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_Text">
			<summary>Identifies the Merge Field Properties' Text label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_TextTextBox">
			<summary>Identifies the Merge Field Properties' Text text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_Format">
			<summary>Identifies the Merge Field Properties' Format label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_FormatComboBox">
			<summary>Identifies the Merge Field Properties' Format combo box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_TextBefore">
			<summary>Identifies the Merge Field Properties' Text Before label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_TextBeforeTextBox">
			<summary>Identifies the Merge Field Properties' Text Before text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_TextAfter">
			<summary>Identifies the Merge Field Properties' Text After label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_TextAfterTextBox">
			<summary>Identifies the Merge Field Properties' Text After text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_DateFormat">
			<summary>Identifies the Merge Field Properties' Date / Time Format label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_DateFormatComboBox">
			<summary>Identifies the Merge Field Properties' Date / Time Format combo box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_NumericFormat">
			<summary>Identifies the Merge Field Properties' Numeric Format label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_NumericFormatComboBox">
			<summary>Identifies the Merge Field Properties' Numeric Format combo box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_PreserveFormatting">
			<summary>Identifies the Merge Field Properties' Preserve Formatting check box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldDelete">
			<summary>Identifies the Merge Field Properties' Delete button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_SecondVerticalSeparator">
			<summary>Identifies the second vertical separator that is displayed when applying the horizontal sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockPropertiesPanel">
			<summary>Identifies the panel that includes all Merge Block Properties related controls.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockPropertiesToggleItem">
			<summary>Identifies the Merge Block Properties +/- toggle item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockPropertiesLabel">
			<summary>Identifies the Merge Block Properties label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockPropertiesSeparator">
			<summary>Identifies the Merge Block Properties separator.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockPropertiesSubpanel">
			<summary>Identifies the panel that includes the controls TXITEM_MergeBlockName, TXITEM_MergeBlockNameTextBox and TXITEM_MergeBlockDelete.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockName">
			<summary>Identifies the Merge Block Properties' Name label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockNameTextBox">
			<summary>Identifies the Merge Block Properties' Name text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockDelete">
			<summary>Identifies the Merge Block Properties' Delete button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar.FindAndReplaceItem">
			<summary>Each FieldNavigatorItem represents an item in a predefined Find or Replace control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_FindWhatLabel">
			<summary>Identifies the Find What label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_FindWhatTextBox">
			<summary>Identifies the Find What text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_ReplaceWithLabel">
			<summary>Identifies the Replace With label (only with Replace content layout).</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_ReplaceWithTextBox">
			<summary>Identifies the Replace With text box (only with Replace content layout).</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_FindOptionsToggleItem">
			<summary>Identifies the Find Options toggle item.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_FindOptionsLabel">
			<summary>Identifies the Find Options label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_FindOptionsSeparator">
			<summary>Identifies the Find Options separator.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_MatchCase">
			<summary>Identifies the Match Case check box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_MatchWholeWord">
			<summary>Identifies the Match Whole Word check box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_SearchUp">
			<summary>Identifies the Search Up control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_SearchInMainText">
			<summary>Identifies the Search In Main Text check box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_SearchInFootnotes">
			<summary>Identifies the Search In Footnotes check box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_SearchInTextFrames">
			<summary>Identifies the Search In Text Frames check box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_SearchInHeaderFooters">
			<summary>Identifies the Search In Header Footers check box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_FindNext">
			<summary>Identifies the Find Next button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_Replace">
			<summary>Identifies the Replace button (only with Replace content layout).</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_ReplaceAll">
			<summary>Identifies the Replace All button (only with Replace content layout).</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.FindAndReplaceItem.TXITEM_Cancel">
			<summary>Identifies the Cancel button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar.GotoItem">
			<summary>Each GotoItem represents an item in a predefined Goto control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.GotoItem.TXITEM_GotoLabel">
			<summary>Identifies the label of the Go to list box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.GotoItem.TXITEM_GotoList">
			<summary>Identifies the Go to list box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.GotoItem.TXITEM_NumberLabel">
			<summary>Identifies the label of the Number text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.GotoItem.TXITEM_Number">
			<summary>Identifies the Number respectively Bookmark combo box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.GotoItem.TXITEM_GotoPrevious">
			<summary>Identifies the Previous button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.GotoItem.TXITEM_GotoNext">
			<summary>Identifies the Next button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.GotoItem.TXITEM_Close">
			<summary>Identifies the Close button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar.StylesItem">
			<summary>Each StylesItem represents an item in a predefined Styles control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.StylesItem.TXITEM_Styles">
			<summary>Identifies the styles overview.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.StylesItem.TXITEM_ShowPreview">
			<summary>Identifies the Show Preview check box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.StylesItem.TXITEM_SortAlphabetical">
			<summary>Identifies the Sort Alphabetical check box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.StylesItem.TXITEM_ManageStyles">
			<summary>Identifies the Manage Styles button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar.TrackedChangesItem">
			<summary>Each TrackedChangesItem represents an item in a predefined TrackedChanges control.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.TrackedChangesItem.TXITEM_TrackedChangesCount">
			<summary>Identifies the tracked changes count label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.TrackedChangesItem.TXITEM_TrackedChangesRefresh">
			<summary>Identifies the tracked changes refresh button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.TrackedChangesItem.TXITEM_TrackedChangesViewer">
			<summary>Identifies the tracked changes overview.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar.SidebarContentLayout">
			<summary>Specifies the requested layout that has to be intialized and rendered as sidebar content.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarContentLayout.None">
			<summary>No content is diplayed or can be set.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarContentLayout.Custom">
			<summary>A custom control can be used as content.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarContentLayout.FieldNavigator">
			<summary>The content represents a panel to navigate through the merge fields of a document.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarContentLayout.Find">
			<summary>The content represents a find in text interface.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarContentLayout.Goto">
			<summary>The content represents a go to interface.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarContentLayout.Replace">
			<summary>The content represents a find and replace in text interface.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarContentLayout.Styles">
			<summary>The content represents an overview of all available styles of the document.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarContentLayout.TrackedChanges">
			<summary>The content represents a panel that shows all tracked changes of a document.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarContentLayout.ConditionalInstructions">
			<summary>The content represents a panel to manage the conditional instructions of a document.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarContentLayout.DocumentSettings">
			<summary>The content represents a panel to manage the settings of a document.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarContentLayout.Comments">
			<summary>The content represents a panel that shows all comments of a document.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Sidebar.SidebarDialogStyle">
			<summary>Specifies the requested border and title bar layout of the sidebar dialog.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarDialogStyle.Standard">
			<summary>The dialog's border and title bar equal to the style of a System.Windows.Window where the WindowStyle is set to System.Windows.WindowStyle.SingleBorderWindow and the ResizeMode to System.Windows.ResizeMode.NoResize.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarDialogStyle.StandardSizable">
			<summary>The dialog's border and title bar equal to the style of a System.Windows.Window where the WindowStyle is set to System.Windows.WindowStyle.SingleBorderWindow and the ResizeMode to System.Windows.ResizeMode.CanResize.</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarDialogStyle.Sidebar">
			<summary>The dialog only displays the sidebar. The dialog is not sizable and neither a specific dialog border nor a title bar are set (equivalent to System.Windows.WindowStyle.None and System.Windows.ResizeMode.NoResize).</summary>
		</member>
		<member name="F:TXTextControl.WPF.Sidebar.SidebarDialogStyle.SidebarSizable">
			<summary>The dialog only displays the sidebar. The dialog is sizable (equivalent to System.Windows.ResizeMode.CanResizeWithGrip), but neither a specific dialog border nor a title bar are set (System.Windows.WindowStyle.None).</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.Content">
			<summary>Gets or sets an object of type System.Windows.FrameworkElement that represents the content of the Sidebar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.ContentLayout">
			<summary>Determines the content layout that has to be intialized and rendered for the Sidebar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.DialogLocation">
			<summary>Gets or sets the location of the dialog where the Sidebar is placed, if the Sidebar.IsPinned property is set to false.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.DialogSize">
			<summary>Gets or sets the size of the dialog where the Sidebar is placed, if the Sidebar.IsPinned property is set to false.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.DialogStyle">
			<summary>Gets or sets the requested border and title bar layout of the sidebar dialog.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.IsPinned">
			<summary>Gets or sets a value indicating whether the Sidebar is rendered inside another control (property value is set to true) or displayed as dialog.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.IsSizable">
			<summary>Gets or sets a value indicating whether the Sidebar can be sized with the mouse.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.IsShown">
			<summary>Gets or sets a value indicating whether the Sidebar is shown.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.ShowCloseButton">
			<summary>Gets or sets a value indicating whether the Sidebar's close button is shown.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.ShowPinButton">
			<summary>Gets or sets a value indicating whether the Sidebar's pin button is shown.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.ShowTitle">
			<summary>Gets or sets a value indicating whether the Sidebar's title is shown.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.Text">
			<summary>Gets or sets the text that is displayed in the title bar of the Sidebar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.TextControl">
			<summary>Gets or sets the TextControl that is used for the predefined TextControl feature layouts.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.TitleFontFamily">
			<summary>Gets or sets the font family of the title bar's text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.TitleFontSize">
			<summary>Gets or sets the font size of the title bar's text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Sidebar.TitleForeground">
			<summary>Gets or sets the brush of the title bar's text.</summary>
		</member>
		<member name="T:TXTextControl.WPF.StatusBar">
			<summary>The WPF.StatusBar class represents a tool bar which can be used to show the position of the curent text input position and other status information of a WPF.TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.BorderStyle">
			<summary>Gets or sets the border style of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.ColumnText">
			<summary>Gets or sets the text in the 'Column' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.DisplayColors">
			<summary>Gets or sets the colors of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.FontFamily">
			<summary>Gets or sets the font family of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.FontSize">
			<summary>Gets or sets the font size of the status bar in device-independent units (1/96th inch).</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.FontStyle">
			<summary>Gets or sets the font style of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.FontWeight">
			<summary>Gets or sets the weight or thickness of the status bar's font.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.LineText">
			<summary>Gets or sets the text in the 'Line' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.PageCounterText">
			<summary>Gets or sets the text in the 'Page counter' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.PageText">
			<summary>Gets or sets the text in the 'Page' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.SectionCounterText">
			<summary>Gets or sets the text in the 'Section counter' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.SectionText">
			<summary>Gets or sets the text in the 'Section' area of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.ShowColumn">
			<summary>Specifies whether the status bar shows the column number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.ShowKeyStates">
			<summary>Specifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.ShowLanguage">
			<summary>Specifies whether the status bar shows the language of the text selection or the text input position.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.ShowLine">
			<summary>Specifies whether the status bar shows the line number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.ShowPage">
			<summary>Specifies whether the status bar shows the page number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.ShowPageCounter">
			<summary>Specifies whether the status bar shows the number of pages the document consists of.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.ShowSection">
			<summary>Specifies whether the status bar shows the section number of the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.ShowSectionCounter">
			<summary>Specifies whether the status bar shows the number of sections the document consists of.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.ShowZoom">
			<summary>Specifies whether the status bar shows the current zoom factor.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.ShowZoomTrackBar">
			<summary>Specifies whether the status bar displays a track bar instead of a simple number to show and to set the zooming factor.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBar.Text">
			<summary>Gets or sets the text of the status bar.</summary>
		</member>
		<member name="T:TXTextControl.WPF.StatusBarColors">
			<summary>The WPF.StatusBarColors class gets, sets or resets the display colors of a WPF.StatusBar control.</summary>
		</member>
		<member name="M:TXTextControl.WPF.StatusBarColors.#ctor">
			<summary>Initializes a new instance of the WPF.StatusBarColors class. After creating the object with this constuctor, individual colors can be set. If the Colors object is assigned to the WPF.StatusBar.DisplayColors property, non-set colors are reset to their system dependent default values.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBarColors.BackColor">
			<summary>Gets or sets the background color at the left edge of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBarColors.BackColorBottom">
			<summary>Gets or sets the background color at the bottom of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBarColors.BackColorMiddle">
			<summary>Gets or sets the background color in the middle of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBarColors.BackColorTop">
			<summary>Gets or sets the background color at the top of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBarColors.ForeColor">
			<summary>Gets or sets the color used for text and numbers.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBarColors.FrameColor">
			<summary>Gets or sets the color of the status bar's frames.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBarColors.GradientBackColor">
			<summary>Gets or sets the background color at the right edge of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBarColors.SeparatorColorDark">
			<summary>Gets or sets the color of the dark part of a separator.</summary>
		</member>
		<member name="P:TXTextControl.WPF.StatusBarColors.SeparatorColorLight">
			<summary>Gets or sets the color of the light part of a separator.</summary>
		</member>
		<member name="T:TXTextControl.WPF.TextContextMenuEventArgs">
			<summary>The WPF.TextContextMenuEventArgs class provides data for the WPF.TextControl.TextContextMenuOpening event.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextContextMenuEventArgs.ContextMenuLocation">
			<summary>Gets the location in the document for which the context menu will be opened.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextContextMenuEventArgs.HorizontalOffset">
			<summary>Gets the horizontal distance between the top-left corner of the screen and the location where the menu is displayed.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextContextMenuEventArgs.TextContextMenu">
			<summary>Gets or sets the context menu, which will be shown.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextContextMenuEventArgs.VerticalOffset">
			<summary>Gets the vertical distance between the top-left corner of the screen and the location where the menu is displayed.</summary>
		</member>
		<member name="T:TXTextControl.WPF.TextControl">
			<summary>The WPF.TextControl class class implements a control with high-level text editing features.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.#ctor">
			<summary>Initializes a new instance of the WPF.TextControl class.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.AddSymbolDialog">
			<summary>Invokes a built-in dialog box for inserting symbol characters.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Append(TXTextControl.AppendSettings)">
			<summary>Opens a file open dialogbox and appends the selected file to the existing document.</summary>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Append(TXTextControl.StreamType,TXTextControl.AppendSettings)">
			<summary>Opens a file open dialogbox and appends the selected file with the specified format to the existing document.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Append(System.String,TXTextControl.StreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified file and appends it to the existing document.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Append(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified file stream and appends it to the existing document.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Append(System.Byte[],TXTextControl.BinaryStreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified byte array and appends it to the existing document.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Append(System.String,TXTextControl.StringStreamType,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format from the specified string and appends it to the existing document.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Append(TXTextControl.StreamType,TXTextControl.LoadSettings,TXTextControl.AppendSettings)">
			<summary>Opens a file open dialogbox and appends the selected file with the specified format and special settings to the existing document.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Append(System.String,TXTextControl.StreamType,TXTextControl.LoadSettings,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format and special settings from the specified file and appends it to the existing document.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Append(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.LoadSettings,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format and special settings from the specified file stream and appends it to the existing document.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Append(System.Byte[],TXTextControl.BinaryStreamType,TXTextControl.LoadSettings)">
			<summary>Loads text with the specified format and special settings from the specified byte array and appends it to the existing document.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Append(System.String,TXTextControl.StringStreamType,TXTextControl.LoadSettings,TXTextControl.AppendSettings)">
			<summary>Loads text with the specified format and special settings from the specified string and appends it to the existing document.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
			<param name="appendSettings">Specifies settings on how the document is appended.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.BarcodeLayoutDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.BarcodeLayoutDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.BeginUndoAction(System.String)">
			<summary>Begins a user-defined undo operation. All editing and fomatting changes made between BeginUndoAction and EndUndoAction belong to the undo operation. These changes are undone or redone in a single step. The specified user-defined name is available with the UndoActionName property.</summary>
			<param name="actionName">Specifies the undo action's name.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Clear">
			<summary>Clears the selected text or the character right from the current input position from the Text Control.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.ClearUndo">
			<summary>Clears the undo buffer of the Text Control.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.ConditionalInstructionDialog">
			<summary>Opens a dialog box to create a new Conditional Instruction.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.ConditionalInstructionDialog(System.String)">
			<summary>Opens a dialog box to edit a specific Conditional Instruction. If the document does not contain a Conditional Instruction with the specified name, the dialog is opened to create such a Conditional Instruction.</summary>
			<param name="name">Specifies the name of the Conditional Instruction to edit or create.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Copy">
			<summary>Copies the current selection in the Text Control to the Clipboard.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Cut">
			<summary>Moves the current selection in the Text Control to the Clipboard.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.DrawingLayoutDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.DrawingLayoutDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.EndUndoAction">
			<summary>Ends a user-defined undo operation. All editing and fomatting changes made between BeginUndoAction and EndUndoAction belong to the undo operation. These changes are undone or redone in a single step.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Find">
			<summary>Opens the built-in Find dialog box to search for a text string in the text part with the input focus. This can be the main text, a text frame or a header or footer.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Find(System.String)">
			<summary>Searches for the specified text string in the text part with the input focus. This can be the main text, a text frame or a header or footer. The search starts at the beginning of the text.</summary>
			<param name="text">Specifies the text to search for.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Find(System.String,System.Int32,TXTextControl.FindOptions)">
			<summary>Searches for the specified text string in the text part with the input focus. This can be the main text, a text frame or a header or footer. The search is done with the specified find options and starts at the specified position.</summary>
			<param name="text">Specifies the text to search for.</param>
			<param name="start">Specifies the text position where the search starts, beginning with 0.</param>
			<param name="options">Specifies search options.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.FontDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.FontDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.ForeColorDialog">
			<summary>Invokes the built-in dialog box for setting the text color.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.FormattingStylesDialog">
			<summary>Invokes the built-in dialog box for creating, deleting and modifying formatting styles.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.FrameFillColorDialog">
			<summary>Invokes the built-in dialog box for choosing a color for the background of a paragraph or a table cell.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.FrameLineColorDialog">
			<summary>Invokes the built-in dialog box for choosing a color for the frame of a paragraph or a table.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.GetClipboardFormats">
			<summary>Returns an array of ClipboardFormat values. These values specify all the data formats which are currently available in the clipboard and which can be pasted into a document. If there is no data format available, this method returns null.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.GetSupportedFonts">
			<summary>Gets an array of strings specifying the names of all currently supported fonts. These fonts depend on the formatting device set with the WPF.TextControl.FormattingPrinter property. The method returns null if the WPF.TextControl has not been completely initialized.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.GetSupportedPaperSizes">
			<summary>Gets an array of PaperSize structures specifying the names and the size of all currently supported paper sizes. These paper sizes depend on the formatting device set with the WPF.TextControl.FormattingPrinter property.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.GetTextFields(TXTextControl.TextFieldType)">
			<summary>Returns a collection containing text fields of the specified types.</summary>
			<param name="fieldType">Specifies types of text fields.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.GetXmlElements(System.String)">
			<summary>Returns a collection of XML elements. It is an object of the type XmlElementCollection.</summary>
			<param name="elementName">Specifies the XML element's name.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.GetVersionInfo">
			<summary>Returns an object of the type VersionInfo, which provides information about the installed TX Text Control version.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.ImageAttributesDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.ImageAttributesDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.LanguageDialog">
			<summary>Invokes the built-in dialog box for setting the language of the selected text.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.ListFormatDialog">
			<summary>Invokes the built-in dialog box for setting formatting attributes of bulleted and numbered lists.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Load">
			<summary>Opens a file Open... dialogbox to select a file and loads the text from that file.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Load(TXTextControl.StreamType)">
			<summary>Opens a file Open... dialogbox to select a file in the specified format and loads the text from that file. The dialogbox offers the specified file format filters.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Load(TXTextControl.StreamType,TXTextControl.LoadSettings)">
			<summary>Opens a file Open... dialogbox to select a file and loads the text from that file using the specified special settings. The dialogbox offers the specified file format filters.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Load(System.String,TXTextControl.StreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Load(System.IO.FileStream,TXTextControl.StreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file stream.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Load(System.Byte[],TXTextControl.BinaryStreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified byte array.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Load(System.String,TXTextControl.StringStreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified string.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Load(System.String,TXTextControl.StreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file and loaded using the given special settings.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Load(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file stream and loaded using the given special settings.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Load(System.Byte[],TXTextControl.BinaryStreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified byte array and loaded using the given special settings.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Load(System.String,TXTextControl.StringStreamType,TXTextControl.LoadSettings)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified string and loaded using the given special settings.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="loadSettings">Specifies a LoadSettings object with additional information and settings for the load operation.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.ManageConditionalInstructionsDialog">
			<summary>Opens a dialog box to add, edit or delete Conditional Instructions inside the document.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnAdaptFont(TXTextControl.AdaptFontEventArgs)">
			<summary>Raises the AdaptFont event.</summary>
			<param name="e">Specifies an AdaptFontEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnBarcodeClicked(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeClicked event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnBarcodeCreated(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeCreated event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnBarcodeDeleted(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeDeleted event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnBarcodeDeselected(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeDeselected event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnBarcodeDoubleClicked(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeDoubleClicked event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnBarcodeMoved(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeMoved event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnBarcodeRightClicked(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeRightClicked event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnBarcodeSelected(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeSelected event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnBarcodeSized(DataVisualization.BarcodeEventArgs)">
			<summary>Raises the BarcodeSized event.</summary>
			<param name="e">Specifies an BarcodeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnCannotTrackChange(TXTextControl.CannotTrackChangeEventArgs)">
			<summary>Raises the CannotTrackChange event.</summary>
			<param name="e">Specifies a CannotTrackChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnChanged(System.EventArgs)">
			<summary>Raises the Changed event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnCharFormatChanged(System.EventArgs)">
			<summary>Raises the CharFormatChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnCommentChanged(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentChanged event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnCommentCreated(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentCreated event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnCommentDeleted(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentDeleted event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnCommentedTextEntered(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentedTextEntered event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnCommentedTextLeft(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentedTextLeft event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnCommentStateChanged(TXTextControl.CommentEventArgs)">
			<summary>Raises the CommentStateChanged event.</summary>
			<param name="e">Specifies an CommentEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnContentsReset(System.EventArgs)">
			<summary>Raises the ContentsReset event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDocumentLinkClicked(TXTextControl.DocumentLinkEventArgs)">
			<summary>Raises the DocumentLinkClicked event.</summary>
			<param name="e">Specifies an DocumentLinkEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDocumentLoaded(System.EventArgs)">
			<summary>Raises the DocumentLoaded event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDocumentTargetCreated(TXTextControl.DocumentTargetEventArgs)">
			<summary>Raises the DocumentTargetCreated event.</summary>
			<param name="e">Specifies an DocumentTargetEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDocumentTargetDeleted(TXTextControl.DocumentTargetEventArgs)">
			<summary>Raises the DocumentTargetDeleted event.</summary>
			<param name="e">Specifies an DocumentTargetEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDrawingActivated(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingActivated event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDrawingClicked(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingClicked event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDrawingCreated(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingCreated event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDrawingDeactivated(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingDeactivated event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDrawingDeleted(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingDeleted event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDrawingDeselected(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingDeselected event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDrawingDoubleClicked(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingDoubleClicked event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDrawingMoved(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingMoved event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDrawingRightClicked(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingRightClicked event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDrawingSelected(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingSelected event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnDrawingSized(DataVisualization.DrawingEventArgs)">
			<summary>Raises the DrawingSized event.</summary>
			<param name="e">Specifies an DrawingEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnEditableRegionCreated(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionCreated event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnEditableRegionDeleted(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionDeleted event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnEditableRegionEntered(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionEntered event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnEditableRegionLeft(TXTextControl.EditableRegionEventArgs)">
			<summary>Raises the EditableRegionLeft event.</summary>
			<param name="e">Specifies an EditableRegionEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFootnoteCreated(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteCreated event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFootnoteDeleted(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteDeleted event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFootnoteReferenceMarkEntered(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteReferenceMarkEntered event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFootnoteReferenceMarkLeft(TXTextControl.FootnoteEventArgs)">
			<summary>Raises the FootnoteReferenceMarkLeft event.</summary>
			<param name="e">Specifies a FootnoteEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFootnoteSectionActivated(System.EventArgs)">
			<summary>Raises the FootnoteSectionActivated event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFootnoteSectionDeactivated(System.EventArgs)">
			<summary>Raises the FootnoteSectionDeactivated event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFormattingStyleChanged(System.EventArgs)">
			<summary>Raises the FormattingStyleChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFormattingStyleListChanged(System.EventArgs)">
			<summary>Raises the FormattingStyleListChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFormFieldCheckChanged(TXTextControl.CheckFormFieldEventArgs)">
			<summary>Raises the FormFieldCheckChanged event.</summary>
			<param name="e">Specifies a CheckFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFormFieldDateChanged(TXTextControl.DateFormFieldEventArgs)">
			<summary>Raises the FormFieldDateChanged event.</summary>
			<param name="e">Specifies a DateFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFormFieldSelectionChanged(TXTextControl.SelectionFormFieldEventArgs)">
			<summary>Raises the FormFieldSelectionChanged event.</summary>
			<param name="e">Specifies a SelectionFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFormFieldSettingsChanged(TXTextControl.FormFieldEventArgs)">
			<summary>Raises the FormFieldSettingsChanged event.</summary>
			<param name="e">Specifies a FormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFormFieldTextChanged(TXTextControl.TextFormFieldEventArgs)">
			<summary>Raises the FormFieldTextChanged event.</summary>
			<param name="e">Specifies a TextFormFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFrameClicked(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameClicked event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFrameDeselected(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameDeselected event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFrameDoubleClicked(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameDoubleClicked event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFrameLayoutChanged(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameLayoutChanged event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFrameMoved(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameMoved event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFrameRightClicked(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameRightClicked event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFrameSelected(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameSelected event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnFrameSized(TXTextControl.FrameEventArgs)">
			<summary>Raises the FrameSized event.</summary>
			<param name="e">Specifies an FrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnHeaderFooterActivated(TXTextControl.HeaderFooterEventArgs)">
			<summary>Raises the HeaderFooterActivated event.</summary>
			<param name="e">Specifies an HeaderFooterEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnHeaderFooterDeactivated(TXTextControl.HeaderFooterEventArgs)">
			<summary>Raises the HeaderFooterDeactivated event.</summary>
			<param name="e">Specifies an HeaderFooterEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnHExpanded(System.EventArgs)">
			<summary>Raises the HExpanded event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnHScroll(System.EventArgs)">
			<summary>Raises the HScroll event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnHShrunk(System.EventArgs)">
			<summary>Raises the HShrunk event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnHypertextLinkClicked(TXTextControl.HypertextLinkEventArgs)">
			<summary>Raises the HypertextLinkClicked event.</summary>
			<param name="e">Specifies an HypertextLinkEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnHyphenateWord(TXTextControl.HyphenateWordEventArgs)">
			<summary>Raises the HyphenateWord event.</summary>
			<param name="e">Specifies an HyphenateWordEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnImageClicked(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageClicked event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnImageCreated(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageCreated event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnImageDeleted(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageDeleted event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnImageDeselected(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageDeselected event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnImageDoubleClicked(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageDoubleClicked event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnImageMoved(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageMoved event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnImageRightClicked(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageRightClicked event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnImageSelected(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageSelected event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnImageSized(TXTextControl.ImageEventArgs)">
			<summary>Raises the ImageSized event.</summary>
			<param name="e">Specifies an ImageEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnInputFormattingStyleChanged(System.EventArgs)">
			<summary>Raises the InputFormattingStyleChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnInputParagraphChanged(System.EventArgs)">
			<summary>Raises the InputParagraphChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnInputPositionChanged(System.EventArgs)">
			<summary>Raises the InputPositionChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnMainTextActivated(System.EventArgs)">
			<summary>Raises the MainTextActivated event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnMiniToolbarOpening(WPF.MiniToolbarOpeningEventArgs)">
			<summary>Raises the MiniToolbarOpening event.</summary>
			<param name="e">Specifies an WPF.MiniToolbarOpeningEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnObjectMiniToolbarInitialized(WPF.MiniToolbarInitializedEventArgs)">
			<summary>Raises the ObjectMiniToolbarInitialized event.</summary>
			<param name="e">Specifies a WPF.MiniToolbarInitializedEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnPageChanged(System.EventArgs)">
			<summary>Raises the PageChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnPageFormatChanged(System.EventArgs)">
			<summary>Raises the PageFormatChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnParagraphFormatChanged(System.EventArgs)">
			<summary>Raises the ParagraphFormatChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSectionChanged(System.EventArgs)">
			<summary>Raises the SectionChanged event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSignatureFieldClicked(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldClicked event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSignatureFieldCreated(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldCreated event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSignatureFieldDeleted(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldDeleted event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSignatureFieldDeselected(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldDeselected event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSignatureFieldSelected(TXTextControl.SignatureFieldEventArgs)">
			<summary>Raises the SignatureFieldSelected event.</summary>
			<param name="e">Specifies an SignatureFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSpellCheckText(TXTextControl.SpellCheckTextEventArgs)">
			<summary>Raises the SpellCheckText event.</summary>
			<param name="e">Specifies an SpellCheckTextEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSubTextPartClicked(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartClicked event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSubTextPartCreated(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartCreated event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSubTextPartDeleted(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartDeleted event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSubTextPartDoubleClicked(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartDoubleClicked event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSubTextPartEntered(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartEntered event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnSubTextPartLeft(TXTextControl.SubTextPartEventArgs)">
			<summary>Raises the SubTextPartLeft event.</summary>
			<param name="e">Specifies an SubTextPartEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTableCreated(TXTextControl.TableEventArgs)">
			<summary>Raises the TableCreated event.</summary>
			<param name="e">Specifies an TableEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTableDeleted(TXTextControl.TableEventArgs)">
			<summary>Raises the TableDeleted event.</summary>
			<param name="e">Specifies an TableEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTableFormatChanged(TXTextControl.TableEventArgs)">
			<summary>Raises the TableFormatChanged event.</summary>
			<param name="e">Specifies an TableEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTableOfContentsCreated(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsCreated event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTableOfContentsDeleted(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsDeleted event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTableOfContentsEntered(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsEntered event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTableOfContentsLeft(TXTextControl.TableOfContentsEventArgs)">
			<summary>Raises the TableOfContentsLeft event.</summary>
			<param name="e">Specifies an TableOfContentsEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextContextMenuOpening(TXTextControl.TextContextMenuEventArgs)">
			<summary>Raises the TextContextMenuOpening event.</summary>
			<param name="e">Specifies an WPF.TextContextMenuEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFieldChanged(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldChanged event.</summary>
			<param name="e">Specifies an TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFieldClicked(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldClicked event.</summary>
			<param name="e">Specifies an TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFieldCreated(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldCreated event.</summary>
			<param name="e">Specifies an TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFieldDoubleClicked(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldDoubleClicked event.</summary>
			<param name="e">Specifies an TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFieldDeleted(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldDeleted event.</summary>
			<param name="e">Specifies an TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFieldEntered(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldEntered event.</summary>
			<param name="e">Specifies an TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFieldLeft(TXTextControl.TextFieldEventArgs)">
			<summary>Raises the TextFieldLeft event.</summary>
			<param name="e">Specifies an TextFieldEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameActivated(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameActivated event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameAppearanceChanged(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameAppearanceChanged event.</summary>
			<param name="e">Specifies a TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameClicked(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameClicked event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameCreated(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameCreated event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameDeactivated(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameDeactivated event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameDeleted(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameDeleted event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameDeselected(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameDeselected event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameDoubleClicked(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameDoubleClicked event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameMoved(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameMoved event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameRightClicked(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameRightClicked event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameSelected(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameSelected event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextFrameSized(TXTextControl.TextFrameEventArgs)">
			<summary>Raises the TextFrameSized event.</summary>
			<param name="e">Specifies an TextFrameEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTextMiniToolbarInitialized(WPF.MiniToolbarInitializedEventArgs)">
			<summary>Raises the TextMiniToolbarInitialized event.</summary>
			<param name="e">Specifies a WPF.MiniToolbarInitializedEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTrackedChangeChanged(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeChanged event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTrackedChangeCreated(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeCreated event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTrackedChangeDeleted(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeDeleted event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnTrackedChangeStateChanged(TXTextControl.TrackedChangeEventArgs)">
			<summary>Raises the TrackedChangeStateChanged event.</summary>
			<param name="e">Specifies an TrackedChangeEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnVExpanded(System.EventArgs)">
			<summary>Raises the VExpanded event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnVScroll(System.EventArgs)">
			<summary>Raises the VScroll event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnVShrunk(System.EventArgs)">
			<summary>Raises the VShrunk event.</summary>
			<param name="e">Specifies an EventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnXmlInvalid(TXTextControl.XmlErrorEventArgs)">
			<summary>Raises the XmlInvalid event.</summary>
			<param name="e">Specifies an XmlErrorEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.OnXmlNotWellFormed(TXTextControl.XmlErrorEventArgs)">
			<summary>Raises the XmlNotWellFormed event.</summary>
			<param name="e">Specifies an XmlErrorEventArgs object that contains the event data.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.PageColorDialog">
			<summary>Invokes the built-in dialog box for setting the page color.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.ParagraphFormatDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.ParagraphFormatDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Paste">
			<summary>Replaces the current selection in the Text Control with the contents of the Clipboard. If the data in the clipboard are provided in several formats, the format with the maximum of information is used.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Paste(TXTextControl.ClipboardFormat)">
			<summary>Replaces the current selection in the Text Control with the contents of the Clipboard. Only data provided in the specified format is inserted.</summary>
			<param name="format">Specifies the format to paste.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.PointFromDocument(System.Windows.Point)">
			<summary>Converts a Point in document coordinates, which are in twips relative to the top-left corner of the whole document, into a Point that represents the current coordinate system of the TextControl.</summary>
			<param name="point">Specifies a point in document coordinates.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.PointToDocument(System.Windows.Point)">
			<summary>Converts a Point that represents the current coordinate system of the TextControl into a point in document coordinates, which are in twips relative to the top-left corner of the whole document.</summary>
			<param name="point">Specifies a point that represents the current coordinate system of the TextControl.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Print(System.String,System.Boolean)">
			<summary>Opens the standard print dialog to get printer settings and prints the document.</summary>
			<param name="docName">Specifies the document's name.</param>
			<param name="useLastPrinterSettings">If this parameter is set to true, the dialog box is initialized with the user settings of the previous call.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Print(System.String,System.Windows.Controls.PageRange,System.Int32,System.Printing.Collation)">
			<summary>Prints a Text Control document with the standard printer using the specified page range, copy count and collation settings.</summary>
			<param name="docName">Specifies the document's name.</param>
			<param name="pageRange">Specifies a System.Windows.Controls.PageRange structure specifying the range of pages to print.</param>
			<param name="copyCount">Specifies the number of copies to print.</param>
			<param name="collation">Specifies a System.Printing.Collation member specifying whether the printer collates output.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Print(System.String,System.String,System.Windows.Controls.PageRange,System.Int32,System.Printing.Collation)">
			<summary>Prints a Text Control document with the specified printer using the specified page range, copy count and collation settings.</summary>
			<param name="docName">Specifies the document's name.</param>
			<param name="printerName">Specifies the name of the printer to which the output is sent.</param>
			<param name="pageRange">Specifies a System.Windows.Controls.PageRange structure specifying the range of pages to print.</param>
			<param name="copyCount">Specifies the number of copies to print.</param>
			<param name="collation">Specifies a System.Printing.Collation member specifying whether the printer collates output.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Redo">
			<summary>Redoes the last Text Control operation.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Replace">
			<summary>Opens the built-in Replace dialog box.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.ResetContents">
			<summary>Deletes the entire contents of a Text Control.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save">
			<summary>Opens a file Save As... dialogbox and saves the complete contents of a document in a user-specified file.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save(TXTextControl.StreamType)">
			<summary>Opens a file Save As... dialogbox and saves the complete contents of a document in a user-specified file. The dialogbox offers the specified file format filters.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save(TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Opens a file Save As... dialogbox and saves the complete contents of a document in a user-specified file with special settings. The dialogbox offers the specified file format filters.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save(TXTextControl.StreamType,TXTextControl.SaveSettings,SaveSettings.DialogSettings)">
			<summary>Opens a file Save As... dialogbox and saves the complete contents of a document in a user-specified file with special settings. The dialogbox offers the specified file format filters and additional options.</summary>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
			<param name="dialogSettings">Specifies one or more of the SaveSettings.DialogSettings values.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save(System.String,TXTextControl.StreamType)">
			<summary>Saves the complete contents of a document in the specified file with the specified format.</summary>
			<param name="path">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save(System.IO.FileStream,TXTextControl.StreamType)">
			<summary>Saves the complete contents of a document in the specified file stream with the specified format.</summary>
			<param name="fileStream">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save(System.Byte[]@,TXTextControl.BinaryStreamType)">
			<summary>Saves the complete contents of a document in the specified byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the data is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save(System.String@,TXTextControl.StringStreamType)">
			<summary>Saves the complete contents of a document as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the data is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save(System.String,TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document in the specified file using the specified format and special settings.</summary>
			<param name="path">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save(System.IO.FileStream,TXTextControl.StreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document in the specified file stream using the specified format and special settings.</summary>
			<param name="fileStream">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save(System.Byte[]@,TXTextControl.BinaryStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document in the specified byte array using the specified format and special settings.</summary>
			<param name="binaryData">Specifies a byte array into which the data is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Save(System.String@,TXTextControl.StringStreamType,TXTextControl.SaveSettings)">
			<summary>Saves the complete contents of a document as a string using the specified format and special settings.</summary>
			<param name="stringData">Specifies a string into which the data is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
			<param name="saveSettings">Specifies a SaveSettings object with additional information and settings for the save operation.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.SectionFormatDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.SectionFormatDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Select(System.Int32,System.Int32)">
			<summary>Selects text within the Text Control.</summary>
			<param name="start">Specifies the selection's start position.</param>
			<param name="length">Specifies the number of selected characters.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.SelectAll">
			<summary>Selects all text in the Text Control.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.SelectWord">
			<summary>Selects the word at the current text input position.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.SignatureFieldLayoutDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.SignatureFieldLayoutDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.SpellCheckDialog">
			<summary>Invokes the built-in dialog box for correcting misspelled words.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.SpellCheckDialog(System.Object)">
			<summary>Invokes the built-in dialog box for correcting misspelled words using the specified dictionary for making suggestions.</summary>
			<param name="suggestionDictionary">Specifies the dictionary used for making suggestions.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.TabDialog">
			<summary>Invokes the built-in dialog box for setting tabs.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.TableFormatDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.TableFormatDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.TableOfContentsDialog">
			<summary>Invokes the built-in dialog box for inserting or changing a table of contents. If the current text input position is in an existing table of contents, the dialog box shows its attributes and the user can change it. Otherwise, a new table of contents is inserted with the specified attributes.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.TextBackColorDialog">
			<summary>Invokes the built-in dialog box for setting the background color of the text.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.TextFrameAttributesDialog">
			<summary>Opens the dialog box showing the last opened tab.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.TextFrameAttributesDialog(System.Int32)">
			<summary>Opens the dialog box showing the specified tab.</summary>
			<param name="activeTab">Specifies the index of the tab, zero-based, that is displayed when the tabbed dialog box is opened.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Undo">
			<summary>Undoes the last edit operation in the Text Control.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Zoom(System.Int32)">
			<summary>Zooms the contents of the TextControl using the specified zoom factor.</summary>
			<param name="zoomFactor">Specifies the zoom factor, in percent.</param>
		</member>
		<member name="M:TXTextControl.WPF.TextControl.Zoom(TXTextControl.ZoomOption)">
			<summary>Zooms the contents of the TextControl using the specified option.</summary>
			<param name="zoomOption">Specifies one of the ZoomOption values.</param>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.AcceptsTab">
			<summary>Gets or sets a value indicating whether pressing the TAB key types a TAB character in the control instead of moving the focus to the next control in the tab order.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.AllowDrag">
			<summary>Gets or sets a value indicating whether the control can be a source of a Drag&amp;Drop operation.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.AllowDrop">
			<summary>Inherited from System.Windows.UIElement.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.ApplicationFields">
			<summary>Gets a collection of all application fields contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.AutoControlSize">
			<summary>Gets or sets values that enable automatic expansion or shrinking of a Text Control's width or height depending on the currently contained text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Barcodes">
			<summary>Gets a collection of all barcodes contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Baseline">
			<summary>Gets or sets the baseline alignment, in twips, of the Text Control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.BorderThickness">
			<summary>Gets or sets the border thickness of the Text Control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.ButtonBar">
			<summary>Specifies the button bar control to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanCharacterFormat">
			<summary>Informs whether the currently selected text can be formatted with character formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanCopy">
			<summary>Informs whether a part of a Text Control document has been selected and can be copied to the clipboard.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanDocumentFormat">
			<summary>Informs whether the document can be formatted with page and section formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanEdit">
			<summary>Informs whether the document's text and/or formatting attributes can be changed.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanEditFormFields">
			<summary>Informs whether form fields can be edited.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanParagraphFormat">
			<summary>Informs whether the currently selected text can be formatted with paragraph formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanPaste">
			<summary>Informs whether the clipboard contains a format that can be pasted into a Text Control document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanPrint">
			<summary>Informs whether the document can be printed.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanRedo">
			<summary>Informs whether an operation can be re-done using the Redo method.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanStyleFormat">
			<summary>Informs whether the document can be formatted with formatting styles.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanTableFormat">
			<summary>Informs whether the currently selected text can be formatted with table formatting attributes.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CanUndo">
			<summary>Gets a value indicating whether the user can undo the previous operation in a Text Control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CaretWidth">
			<summary>Gets or sets the width of the caret in pixels.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.CommentHighlightMode">
			<summary>Gets or sets a value indicating whether all the commented texts in the document are highlighted.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Comments">
			<summary>Gets a collection of all comments contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.ControlChars">
			<summary>Specifies if control characters are visible or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.DialogUnit">
			<summary>Gets or sets a value indicating the measuring unit used for sizes and distances in dialogboxes.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.DisplayColors">
			<summary>Gets or sets the colors of the text control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.DocumentLinks">
			<summary>Gets a collection of all document links contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.DocumentPermissions">
			<summary>Gets a DocumentPermissions object which provides properties determining how a document can be edited and formatted when the EditMode property is set to EditMode.ReadAndSelect.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.DocumentSettings">
			<summary>Gets a DocumentSettings object providing properties which inform about general document settings, such as author and title, contained in the document the user is currently working on.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.DocumentTargetMarkers">
			<summary>Gets or sets a value indicating that markers for hypertext targets are shown or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.DocumentTargets">
			<summary>Gets a collection of all targets contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.DrawingMarkerLines">
			<summary>Specifies whether a marker frame is shown around a drawing to indicate its position and size.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Drawings">
			<summary>Gets a collection of all drawings contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.DropFormats">
			<summary>Gets or sets the formats of data the control can accept when the user drags it onto the control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.EditableRegionHighlightMode">
			<summary>Gets or sets a value indicating whether all the editable regions in the document are highlighted.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.EditableRegions">
			<summary>Gets a collection of all editable regions contained in the document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.EditMode">
			<summary>Gets or sets a value indicating whether text in the Text Control is read-only, can be selected or is editable.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.FieldCursor">
			<summary>Gets or sets the cursor that is displayed when the mouse pointer is over a marked text field.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.FontFamily">
			<summary>Gets or sets the font family of the text control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.FontSettings">
			<summary>Gets a FontSettings object which provides properties determining which fonts can be used in a document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.FontSize">
			<summary>Gets or sets the font size of the text control in device-independent units (1/96th inch).</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.FontStyle">
			<summary>Gets or sets the font style of the text control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.FontUnderlineStyle">
			<summary>Gets or sets the underlining style for the text displayed by the control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.FontWeight">
			<summary>Gets or sets the weight or thickness of the text control's font.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Footnotes">
			<summary>Gets a collection of all footnotes contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.FormattingPrinter">
			<summary>Gets or sets the name of a printer the text dimensions and capabilities of which are used to format the document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.FormFields">
			<summary>Gets a collection of all form fields contained in the document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.FormulaReferenceStyle">
			<summary>Gets or sets a value determining how references to table cells in formulas are specified.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Frames">
			<summary>Gets a collection of all images, textframes, barcodes and drawings contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.GetPages">
			<summary>Gets a collection of all pages in the document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.HeaderFooterActivationStyle">
			<summary>Gets or sets a value specifying the activation style for headers and footers.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.HeaderFooterFrameStyle">
			<summary>Gets or sets a value specifying the frame for activated headers and footers.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.HeadersAndFooters">
			<summary>Gets a collection of all headers and footers the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.HideSelection">
			<summary>Gets or sets a value indicating whether the selected text in the Text Control remains highlighted when the control loses focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.HorizontalScrollBarVisibility">
			<summary>Gets or sets a value that indicates whether a horizontal scroll bar is shown.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.HypertextLinks">
			<summary>Gets a collection of all hypertext links contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Images">
			<summary>Gets a collection of all images contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.InlineStyles">
			<summary>Gets a collection of all inline styles the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.InputFormat">
			<summary>Gets an object of the type InputFormat which represents all formatting attributes at the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.InputPosition">
			<summary>Gets or sets the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.InsertionMode">
			<summary>Specifies whether text is inserted or overwrites existing text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.IsFormFieldValidationEnabled">
			<summary>Gets or sets a value indicating whether Conditional Instructions are applied to form fields when the EditMode property is set to EditMode.ReadAndSelect and TextControl.DocumentPermissions.ReadOnly to true.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.IsFormulaCalculationEnabled">
			<summary>Gets or sets a value indicating whether formulas in tables are automatically calculated when the text of an input cell is changed.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.IsHyphenationEnabled">
			<summary>Gets or sets a value indicating whether hyphenation is active or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.IsLanguageDetectionEnabled">
			<summary>Gets or sets a value indicating whether language detection is active or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.IsSpellCheckingEnabled">
			<summary>Gets or sets a value indicating whether spell checking is active or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.IsTabStop">
			<summary>Gets or sets a value that indicates whether a text control is included in tab navigation.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.IsTrackChangesEnabled">
			<summary>Gets or sets a value indicating whether track changes is active or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.IsUndoEnabled">
			<summary>Gets or sets a value indicating whether the undo buffer is active or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Landscape">
			<summary>Gets or sets a value indicating whether the page orientation is landscape or portrait.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Lines">
			<summary>Gets a collection of all lines contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.ListFormat">
			<summary>Gets or sets the type and the formatting attributes of a bulleted or numbered list.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.MisspelledWords">
			<summary>Gets a collection of all misspelled words contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.PageMargins">
			<summary>Gets or sets the margins for the pages of the current document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Pages">
			<summary>Gets the number of pages contained in the current document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.PageSize">
			<summary>Specifies the width and height of the pages for the current document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.PageUnit">
			<summary>Gets or sets the measure used for page sizes and page margins.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.ParagraphFormat">
			<summary>Gets or sets the paragraph formatting attributes of the text displayed by the control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Paragraphs">
			<summary>Gets a collection of all paragraphs contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.ParagraphStyles">
			<summary>Gets a collection of all paragraph styles the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.PermanentControlChars">
			<summary>Gets or sets a value indicating which control characters are shown permanently on the screen.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RedoActionName">
			<summary>Gets a string that represents the name of the action that will be performed when a call to the Redo method is made.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonFormattingTab">
			<summary>Specifies the name of the WPF.RibbonFormattingTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonFormFieldsTab">
			<summary>Specifies the name of the WPF.RibbonFormFieldsTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonFormulaTab">
			<summary>Specifies the name of the WPF.RibbonFormulaTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonFrameLayoutTab">
			<summary>Specifies the name of the WPF.RibbonFrameLayoutTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonInsertTab">
			<summary>Specifies the name of the WPF.RibbonInsertTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonPageLayoutTab">
			<summary>Specifies the name of the WPF.RibbonPageLayoutTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonPermissionsTab">
			<summary>Specifies the name of the WPF.RibbonPermissionsTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonReferencesTab">
			<summary>Specifies the name of the WPF.RibbonReferencesTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonReportingTab">
			<summary>Specifies the name of the WPF.RibbonReportingTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonProofingTab">
			<summary>Specifies the name of the WPF.RibbonProofingTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonTableLayoutTab">
			<summary>Specifies the name of the WPF.RibbonTableLayoutTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RibbonViewTab">
			<summary>Specifies the name of the WPF.RibbonViewTab object to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.RulerBar">
			<summary>Specifies the horizontal ruler bar control to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.ScrollLocation">
			<summary>Gets or sets the coordinates, in twips, of the upper-left corner of the document's visible part relative to the upper-left corner of the complete document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Sections">
			<summary>Gets a collection of all sections in the document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Selection">
			<summary>Gets or sets the current selection in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.SelectionViewMode">
			<summary>Specifies whether text selections are displayed with a transparent bitmap or through inverting the text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.SelectObjects">
			<summary>Gets or sets a value controlling the selection of objects which are inserted behind the text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.ShowMiniToolbar">
			<summary>Gets or sets a value indicating whether a mini-toolbar is shown.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.SignatureFields">
			<summary>Gets a collection of all signature fields contained in the main text of the document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.SpellCheckContextMenu">
			<summary>Specifies the context menu which is used when the end-user right-clicks a misspelled word.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.SpellChecker">
			<summary>Specifies the spell checking component to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.StatusBar">
			<summary>Specifies the status bar control to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.SubTextParts">
			<summary>Gets a collection of all subtextparts contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.TabIndex">
			<summary>Gets or sets the tab index of the text control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Tables">
			<summary>Gets a collection of all tables contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.TablesOfContents">
			<summary>Gets a collection of all tables of contents in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.Text">
			<summary>Gets or sets the text contents of the text control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.TextChars">
			<summary>Gets a collection of all characters contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.TextFields">
			<summary>Gets a collection of all standard text fields contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.TextFrameMarkerLines">
			<summary>Specifies whether text frames that have no border line are shown with marker lines.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.TextFrames">
			<summary>Gets a collection of all text frames contained in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.TextParts">
			<summary>Gets a collection of all main text parts the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.TrackedChanges">
			<summary>Gets a collection of all changes made in the active part of the document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.UndoActionName">
			<summary>Gets a string that represents the name of the action that will be performed when a call to the Undo method is made.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.UserNames">
			<summary>Gets or sets a list of names specifying users who have access to editable regions.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.VerticalRulerBar">
			<summary>Specifies the vertical ruler bar control to be used with a TextControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.VerticalScrollBarVisibility">
			<summary>Gets or sets a value that indicates whether a vertical scroll bar is shown.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.ViewMode">
			<summary>Gets or sets the mode how Text Control displays a document.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.XmlEditMode">
			<summary>Gets or sets a value specifying whether Text Control operates in an edit mode that validates the XML document according to the document's DTD.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControl.ZoomFactor">
			<summary>Gets or sets the zoom factor, in percent, for a Text Control.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.AdaptFont">
			<summary>Occurs for each font that must be adapted, because it is not supported.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.BarcodeClicked">
			<summary>Occurs when a barcode has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.BarcodeCreated">
			<summary>Occurs when a new barcode has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.BarcodeDeleted">
			<summary>Occurs when a barcode has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.BarcodeDoubleClicked">
			<summary>Occurs when a barcode has been doubleclicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.BarcodeMoved">
			<summary>Occurs when a barcode has been moved.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.BarcodeRightClicked">
			<summary>Occurs when a barcode has been clicked on with the right mouse button.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.BarcodeSelected">
			<summary>Occurs when a barcode has been selected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.BarcodeDeselected">
			<summary>Occurs when a barcode has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.BarcodeSized">
			<summary>Occurs when a barcode has been sized.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.CannotTrackChange">
			<summary>Determines how to handle a change of the document that cannot be added to the list of tracked changes.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.Changed">
			<summary>Indicates that the contents of a document have been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.CharFormatChanged">
			<summary>Occurs when the character formatting attributes either of the selected characters or the current text input position have been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.CommentChanged">
			<summary>Occurs when the text of a comment has been altered.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.CommentCreated">
			<summary>Occurs when a piece of text has been commented.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.CommentDeleted">
			<summary>Occurs when a comment has been removed from the document.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.CommentedTextEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a commented piece of text.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.CommentedTextLeft">
			<summary>Occurs when the current input position has left a commented piece of text.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.CommentStateChanged">
			<summary>Occurs when the state of a comment alters from active to inactive or vice versa.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ContentsReset">
			<summary>Occurs when all text contents have been deleted and all attributes have been reset to the state after initialization.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DocumentLinkClicked">
			<summary>Occurs when a text field has been clicked on that represents a link to a target in the document.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DocumentLoaded">
			<summary>Occurs when a new document has been loaded.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DocumentTargetCreated">
			<summary>Occurs when a document target has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DocumentTargetDeleted">
			<summary>Occurs when a document target has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DrawingActivated">
			<summary>Occurs when a drawing has been activated.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DrawingClicked">
			<summary>Occurs when a drawing has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DrawingCreated">
			<summary>Occurs when a new drawing has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DrawingDeleted">
			<summary>Occurs when a drawing has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DrawingDeactivated">
			<summary>Occurs when a drawing has been deactivated.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DrawingDeselected">
			<summary>Occurs when a drawing has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DrawingDoubleClicked">
			<summary>Occurs when a drawing has been doubleclicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DrawingMoved">
			<summary>Occurs when a drawing has been moved.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DrawingRightClicked">
			<summary>Occurs when a drawing has been clicked on with the right mouse button.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DrawingSelected">
			<summary>Occurs when a drawing has been selected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.DrawingSized">
			<summary>Occurs when a drawing has been sized.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.EditableRegionCreated">
			<summary>Occurs when an editable region has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.EditableRegionDeleted">
			<summary>Occurs when an editable region has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.EditableRegionEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to an editable region.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.EditableRegionLeft">
			<summary>Occurs when the current input position has left an editable region.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FootnoteCreated">
			<summary>Occurs when a footnote has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FootnoteDeleted">
			<summary>Occurs when a footnote has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FootnoteReferenceMarkEntered">
			<summary>Occurs when the current input position has been moved to the position of a footnote reference mark.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FootnoteReferenceMarkLeft">
			<summary>Occurs when the current input position has left the position of a footnote reference mark.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FootnoteSectionActivated">
			<summary>Occurs when the footnote section of a document's page gets the current text input position from another part of the document.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FootnoteSectionDeactivated">
			<summary>Occurs when the footnote section of a document's page has lost the current text input position.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FormattingStyleChanged">
			<summary>Occurs after formatting attributes of one or more formatting styles have been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FormattingStyleListChanged">
			<summary>Occurs after one or more formatting styles have been added or removed or if the name of an existing style has been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FormFieldCheckChanged">
			<summary>Occurs when the checkmark of a CheckFormField has been changed from checked to unchecked or vice versa.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FormFieldDateChanged">
			<summary>Occurs when the date of a DateFormField has been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FormFieldSelectionChanged">
			<summary>Occurs when the selected item of a SelectionFormField has been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FormFieldSettingsChanged">
			<summary>Occurs when the name, the id and/or formatting attributes of a CheckFormField, TextFormField, SelectionFormField or DateFormField have been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FormFieldTextChanged">
			<summary>Occurs when the text of a TextFormField has been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FrameClicked">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FrameDeselected">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FrameDoubleClicked">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been doubleclicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FrameLayoutChanged">
			<summary>Occurs when the layout of a frame (image, text frame, chart, barcode or drawing) has been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FrameMoved">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been moved.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FrameRightClicked">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been clicked on with the right mouse button.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FrameSelected">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been selected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.FrameSized">
			<summary>Occurs when a frame (image, text frame, chart, barcode or drawing) has been sized.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.HeaderFooterActivated">
			<summary>Occurs when a header or footer gets the current text input position from another part of the document such as a textframe or the main text.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.HeaderFooterDeactivated">
			<summary>Occurs when a header or footer loses the current text input position and another part of the document such as a textframe or the main text gets it.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.HExpanded">
			<summary>Occurs when the Text Control has automatically expanded its size horizontally.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.HScroll">
			<summary>Occurs when the horizontal scroll position has been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.HShrunk">
			<summary>Occurs when the Text Control has automatically shrunk its size horizontally.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.HypertextLinkClicked">
			<summary>Occurs when a text field has been clicked on that represents the source of a hypertext link.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.HyphenateWord">
			<summary>Occurs, if a word does not fit in the line and must be hyphenated.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ImageClicked">
			<summary>Occurs when an image has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ImageCreated">
			<summary>Occurs when a new image has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ImageDeleted">
			<summary>Occurs when an image has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ImageDeselected">
			<summary>Occurs when an image has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ImageDoubleClicked">
			<summary>Occurs when an image has been doubleclicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ImageMoved">
			<summary>Occurs when an inserted image has been moved.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ImageRightClicked">
			<summary>Occurs when an image has been clicked on with the right mouse button.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ImageSelected">
			<summary>Occurs when an image has been selected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ImageSized">
			<summary>Occurs when an inserted image has been sized.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.InputFormattingStyleChanged">
			<summary>Occurs after the text input position has been moved to a text part formatted with another style.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.InputParagraphChanged">
			<summary>Occurs when the text input position has been moved to another paragraph.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.InputPositionChanged">
			<summary>Occurs when the text input position has been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.MainTextActivated">
			<summary>Occurs when the main text of the document gets the current text input position from another part of the document, such as a header, a footer or a textframe.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.MiniToolbarOpening">
			<summary>Occurs to handle displaying context sensitive mini toolbars.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ObjectMiniToolbarInitialized">
			<summary>Occurs immediately after the built-in WPF.ObjectMiniToolbar was initialized.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.PageChanged">
			<summary>Occurs when the text input position has been moved to another page.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.PageFormatChanged">
			<summary>Occurs when the page format settings have been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.ParagraphFormatChanged">
			<summary>Occurs when the formatting attributes of the selected paragraphs have been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SectionChanged">
			<summary>Occurs when the text input position has been moved to another section.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SignatureFieldClicked">
			<summary>Occurs when a signature field has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SignatureFieldCreated">
			<summary>Occurs when a new signature field has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SignatureFieldDeleted">
			<summary>Occurs when a signature field has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SignatureFieldDeselected">
			<summary>Occurs when a signature field has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SignatureFieldSelected">
			<summary>Occurs when a signature field has been selected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SpellCheckText">
			<summary>Occurs, if the document's text has been altered and the spelling of the new text must be checked.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SubTextPartClicked">
			<summary>Occurs when a subtextpart has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SubTextPartCreated">
			<summary>Occurs when a subtextpart has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SubTextPartDeleted">
			<summary>Occurs when a subtextpart has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SubTextPartDoubleClicked">
			<summary>Occurs when a subtextpart has been double-clicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SubTextPartEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a subtextpart.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.SubTextPartLeft">
			<summary>Occurs when the current input position has left a subtextpart.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TableCreated">
			<summary>Occurs after a new table has been created as a result of a text insertion via the clipboard or when loading a document which contains a table without an identifier.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TableDeleted">
			<summary>Occurs after a table has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TableFormatChanged">
			<summary>Occurs when the design attributes of a selected table have been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TableOfContentsCreated">
			<summary>Occurs when a table of contents has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TableOfContentsDeleted">
			<summary>Occurs when a table of contents has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TableOfContentsEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a table of contents.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TableOfContentsLeft">
			<summary>Occurs when the current input position has left a table of contents.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextContextMenuOpening">
			<summary>Occurs immedialtely before a built-in context menu will be opened.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFieldChanged">
			<summary>Occurs when the text of a text field has been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFieldClicked">
			<summary>Occurs when a text field has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFieldCreated">
			<summary>Occurs when a text field has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFieldDoubleClicked">
			<summary>Occurs when a text field has been double-clicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFieldDeleted">
			<summary>Occurs when a text field has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFieldEntered">
			<summary>Occurs when the current input position has been moved to a position that belongs to a text field.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFieldLeft">
			<summary>Occurs when the current input position has left a text field.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameActivated">
			<summary>Occurs when a text frame gets the current text input position from another part of the document such as a header, a footer or the main text.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameAppearanceChanged">
			<summary>Occurs when the appearance of a text frame (background color, transparency, border, inner margins) has been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameClicked">
			<summary>Occurs when a text frame has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameCreated">
			<summary>Occurs when a new text frame has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameDeactivated">
			<summary>Occurs when a text frame loses the current text input position and another part of the document such as a header, a footer or the main text gets it.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameDeleted">
			<summary>Occurs when a text frame has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameDeselected">
			<summary>Occurs when a text frame has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameDoubleClicked">
			<summary>Occurs when a text frame has been doubleclicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameMoved">
			<summary>Occurs when a text frame has been moved.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameRightClicked">
			<summary>Occurs when a text frame has been clicked on with the right mouse button.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameSelected">
			<summary>Occurs when a text frame has been selected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextFrameSized">
			<summary>Occurs when a text frame has been sized.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TextMiniToolbarInitialized">
			<summary>Occurs immediately after the built-in WPF.TextMiniToolbar was initialized.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TrackedChangeChanged">
			<summary>Occurs when the text of a tracked change has been altered.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TrackedChangeCreated">
			<summary>Occurs when a tracked change has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TrackedChangeDeleted">
			<summary>Occurs when a tracked change has been deleted.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.TrackedChangeStateChanged">
			<summary>Occurs when the state of a tracked change alters from active to inactive or vice versa.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.VExpanded">
			<summary>Occurs when the Text Control has automatically expanded its size vertically.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.VScroll">
			<summary>Occurs when the vertical scroll position has been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.VShrunk">
			<summary>Occurs when the Text Control has automatically shrunk its size vertically.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.XmlInvalid">
			<summary>Occurs when a loaded or changed XML document cannot be validated with the document type definition (DTD) referenced in the document.</summary>
		</member>
		<member name="E:TXTextControl.WPF.TextControl.XmlNotWellFormed">
			<summary>Occurs when a loaded XML document is not well-formed.</summary>
		</member>
		<member name="T:TXTextControl.WPF.TextControlColors">
			<summary>The WPF.TextControlColors class gets, sets or resets the display colors of a WPF.TextControl control.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TextControlColors.#ctor">
			<summary>Initializes a new instance of the WPF.TextControlColors class. After creating the object with this constuctor, individual colors can be set. If the Colors object is assigned to the WPF.TextControl.DisplayColors property, non-set colors are reset to their default values.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControlColors.ActiveFormFieldColor">
			<summary>Gets or sets the highlight color of a form field containing the current text input position.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControlColors.DarkShadowColor">
			<summary>Gets or sets the display color for the shadow at the right and the bottom edge of the pages.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControlColors.DesktopColor">
			<summary>Gets or sets the display color for the area around the pages.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControlColors.FormFieldColor">
			<summary>Gets or sets the highlight color of a form field.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControlColors.HeaderFooterLabelColor">
			<summary>Gets or sets the display color for the label showing which header or footer is activated.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControlColors.HeaderFooterLineColor">
			<summary>Gets or sets the display color for the dividing line between headers and footers and the main text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControlColors.LightShadowColor">
			<summary>Gets or sets the display color for the shadow at the left and the top edge of the pages.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControlColors.PageBackColor">
			<summary>Gets or sets the display color for the page background.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControlColors.TextBackColor">
			<summary>Gets or sets the background color for the text.</summary>
		</member>
		<member name="P:TXTextControl.WPF.TextControlColors.TextColor">
			<summary>Gets or sets the color for the text.</summary>
		</member>
		<member name="T:TXTextControl.WPF.TextControlDocument">
			<summary>An object of the WPF.TextControlDocument class represents a document and is part of the template of a WPF.TextControl.</summary>
		</member>
		<member name="T:TXTextControl.WPF.TextControlToolBar">
			<summary>The WPF.TextControlToolBar class is the base class of the WPF.RulerBar and the WPF.StatusBar classes.</summary>
		</member>
		<member name="T:TXTextControl.WPF.TextControlToolBarPresenter">
			<summary>A WPF.TextControlToolBarPresenter object is part of the template of a WPF.TextControlToolBar.</summary>
		</member>
		<member name="T:TXTextControl.WPF.TextMiniToolbar">
			<summary>The WPF.TextMiniToolbar class is a mini toolbar that appears when ShowMiniToolbar property is set to MiniToolbarButton.LeftButton, MiniToolbarButton.RightButton or MiniToolbarButton.LeftButton | MiniToolbarButton.RightButton, the left or right mouse button is released and the current context is selected text (ContextMenuLocation.TextSelection), text at the input position (ContextMenuLocation.TextInputPosition) or an input position inside a table (ContextMenuLocation.Table).</summary>
		</member>
		<member name="T:TXTextControl.WPF.TextMiniToolbar.RibbonItem">
			<summary>Each RibbonItem represents an item in a WPF.TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_FontGroup">
			<summary>Identifies the Font group of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_FontFamily">
			<summary>Identifies the FontFamily combobox of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_FontSize">
			<summary>Identifies the FontSize combobox of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_IncreaseFont">
			<summary>Identifies the IncreaseFont button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_DecreaseFont">
			<summary>Identifies the DecreaseFont button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_BulletedList">
			<summary>Identifies the BulletedList button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_NumberedList">
			<summary>Identifies the NumberedList button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_StructuredList">
			<summary>Identifies the StructuredList button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_Bold">
			<summary>Identifies the Bold button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_Italic">
			<summary>Identifies the Italic button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_Underline">
			<summary>Identifies the Underline button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_TextBackColor">
			<summary>Identifies the TextBackColor button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_TextColor">
			<summary>Identifies the TextColor button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_LeftAligned">
			<summary>Identifies the LeftAligned button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_Centered">
			<summary>Identifies the Centered button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_RightAligned">
			<summary>Identifies the RightAligned button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_Justified">
			<summary>Identifies the Justified button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_ClearFormatting">
			<summary>Identifies the ClearFormatting button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_StylesGroup">
			<summary>Identifies the Styles group of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_StyleName">
			<summary>Identifies the StyleName gallery of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_TableLayoutGroup">
			<summary>Identifies the TableLayout group of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_TableSelect">
			<summary>Identifies the TableSelect button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_TableMergeCells">
			<summary>Identifies the TableMergeCells button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_TableDelete">
			<summary>Identifies the TableDelete button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_TableInsert">
			<summary>Identifies the TableInsert button of the TextMiniToolbar.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TextMiniToolbar.RibbonItem.TXITEM_TableSplitCells">
			<summary>Identifies the TableSplitCells button of the TextMiniToolbar.</summary>
		</member>
		<member name="T:TXTextControl.WPF.ThesaurusDialog">
			<summary>The ThesaurusDialog class implements a Windows Forms dialog box that shows synonyms for selected text or a word at the current input position which will be selected on opening the dialog.Each item of the dialog box has a name, available through its Name property, which corresponds with a member of the WPF.ThesaurusDialog.DialogItem enumeration.To use this dialog the TextControl must be connected with an object of type TXSpellChecker (version 7.0 or higher).</summary>
		</member>
		<member name="M:TXTextControl.WPF.ThesaurusDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a ThesaurusDialog object for the specified WPF.TextControl.</summary>
			<param name="textControl">Specifies the WPF.TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.WPF.ThesaurusDialog.DialogItem">
			<summary>Each DialogItem represents an item in a WPF.ThesaurusDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ThesaurusDialog.DialogItem.TXITEM_FindSynonymsLabel">
			<summary>Identifies the Find Synonyms label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ThesaurusDialog.DialogItem.TXITEM_LanguageLabel">
			<summary>Identifies the Language label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ThesaurusDialog.DialogItem.TXITEM_BackButton">
			<summary>Identifies the Back button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ThesaurusDialog.DialogItem.TXITEM_FindSynonymsTextBox">
			<summary>Identifies the Find Synonyms text box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ThesaurusDialog.DialogItem.TXITEM_LanguageComboBox">
			<summary>Identifies the Language combo box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ThesaurusDialog.DialogItem.TXITEM_SynonymsLabel">
			<summary>Identifies the Synonyms label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ThesaurusDialog.DialogItem.TXITEM_SynonymsTree">
			<summary>Identifies the Synonyms tree view.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ThesaurusDialog.DialogItem.TXITEM_Replace">
			<summary>Identifies the Replace button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.ThesaurusDialog.DialogItem.TXITEM_Cancel">
			<summary>Identifies the Cancel button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.TrackedChangesDialog">
			<summary>The TrackedChangesDialog class implements a dialog box that shows all tracked changes of the document.</summary>
		</member>
		<member name="M:TXTextControl.WPF.TrackedChangesDialog.#ctor(TXTextControl.TextControl)">
			<summary>Creates a TrackedChangesDialog object for the specified WPF.TextControl.</summary>
			<param name="textControl">Specifies the WPF.TextControl for which the dialog box is opened.</param>
		</member>
		<member name="T:TXTextControl.WPF.TrackedChangesDialog.DialogItem">
			<summary>Each DialogItem represents an item in a WPF.TrackedChangesDialog dialog box.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TrackedChangesDialog.DialogItem.TXITEM_TrackedChangesCount">
			<summary>Identifies the tracked changes count label.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TrackedChangesDialog.DialogItem.TXITEM_TrackedChangesRefresh">
			<summary>Identifies the refresh tracked changes button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TrackedChangesDialog.DialogItem.TXITEM_TrackedChangesViewer">
			<summary>Identifies the tracked changes viewer.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TrackedChangesDialog.DialogItem.TXITEM_AcceptTrackedChange">
			<summary>Identifies the accept tracked change button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TrackedChangesDialog.DialogItem.TXITEM_AcceptAllTrackedChanges">
			<summary>Identifies the accept all tracked changes button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TrackedChangesDialog.DialogItem.TXITEM_RejectTrackedChange">
			<summary>Identifies the reject tracked change button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TrackedChangesDialog.DialogItem.TXITEM_RejectAllTrackedChanges">
			<summary>Identifies the reject all tracked changes button.</summary>
		</member>
		<member name="F:TXTextControl.WPF.TrackedChangesDialog.DialogItem.TXITEM_Close">
			<summary>Identifies the close button.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Barcode.TXBarcodeControl">
			<summary>The TXBarcodeControl class provides properties to define type and format of the barcode it displays in WPF.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.#ctor">
			<summary>Initializes a new instance of the TXBarcodeControl class.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.GetDefaultText(TXTextControl.Barcode.BarcodeType)">
			<summary>Returns the default text for the specified barcode type.</summary>
			<param name="barcodeType">Specifies the barcode type for which the default text is returned.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.GetMaximumTextLength(TXTextControl.Barcode.BarcodeType)">
			<summary>Returns the maximum text length the specified barcode type can have.</summary>
			<param name="barcodeType">Specifies the barcode type for which the maximum text length is returned.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.GetMinimumTextLength(TXTextControl.Barcode.BarcodeType)">
			<summary>Returns the minimum text length the specified barcode type can have.</summary>
			<param name="barcodeType">Specifies the barcode type for which the minimum text length is returned.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.IsTextValid(TXTextControl.Barcode.BarcodeType,System.String,System.String@)">
			<summary>Returns a value whether the specified text is valid for a specific barcode type. In case of invalid text an appropriate exception message is saved into the specified string.</summary>
			<param name="barcodeType">Specifies the barcode type for which the text is checked.</param>
			<param name="text">Specifies the text to check.</param>
			<param name="errorMessage">Specifies the string into which an appropriate exception message is saved, if the checked text is not valid for a specific barcode type.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Load(System.String)">
			<summary>Loads barcode data into the control from a specified file. The data format must be XML.</summary>
			<param name="fileName">Specifies a file from which the data is loaded.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Load(System.String,TXTextControl.Barcode.SerializationFormat)">
			<summary>Loads barcode data into the control with the specified format. The new barcode is read from the specified file.</summary>
			<param name="fileName">Specifies a file from which the data is loaded.</param>
			<param name="format">Specifies the format used to deserialize the barcode.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Load(System.IO.Stream)">
			<summary>Loads barcode data into the control from a specified object of type System.IO.Stream. The data format must be XML.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream from which the data is loaded.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Load(System.IO.Stream,TXTextControl.Barcode.SerializationFormat)">
			<summary>Loads barcode data into the control with the specified format. The new barcode is read from the specified object of type System.IO.Stream.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream from which the data is loaded.</param>
			<param name="format">Specifies the format used to deserialize the barcode.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Load(System.IO.TextReader)">
			<summary>Loads barcode data into the control from a specified object of type System.IO.TextReader. The data format must be XML.</summary>
			<param name="textReader">Specifies an object of type System.IO.TextReader from which the data is loaded.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Load(System.Xml.XmlReader)">
			<summary>Loads barcode data into the control from a specified object of type System.Xml.XmlReader. The data format must be XML.</summary>
			<param name="xmlReader">Specifies an object of type System.IO.XmlReader from which the data is loaded.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.PrintPaint(System.Object,System.Object)">
			<summary>Draws the barcode on a specific object of type System.Drawing.Graphics with the specified bounds. The parameter position must be an object of type System.Drawing.Rectangle.</summary>
			<param name="graphics">Specifies the object of type System.Drawing.Graphics on which the barcode is drawn.</param>
			<param name="position">Specifies the position to draw on the specified object of type System.Drawing.Graphics.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.PrintPaint(System.Windows.Media.DrawingContext,System.Double)">
			<summary>Draws the barcode on a specific object of type System.Windows.Media.DrawingContext with the specified stretch factor.</summary>
			<param name="drawingContext">Specifies the object of type System.Windows.Media.DrawingContext on which the barcode is drawn.</param>
			<param name="stretchFactor">Specifies the stretch factor to draw on the specified object of type System.Windows.Media.DrawingContext.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Save(System.String)">
			<summary>Saves the barcode data to the given file. The data format of the file is XML.</summary>
			<param name="fileName">Specifies a file into which the data is saved.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Save(System.String,TXTextControl.Barcode.SerializationFormat)">
			<summary>Saves the barcode data into the specified file with the specified format.</summary>
			<param name="fileName">Specifies a file into which the data is saved.</param>
			<param name="format">Specifies the format used to serialize the barcode.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Save(System.IO.Stream)">
			<summary>Saves the barcode data to the given object of type System.IO.Stream. The data format of the stream is XML.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream into which the data is saved.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Save(System.IO.Stream,TXTextControl.Barcode.SerializationFormat)">
			<summary>Saves the barcode data into the specified object of type System.IO.Stream with the specified format.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream into which the data is saved.</param>
			<param name="format">Specifies the format used to serialize the barcode.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Save(System.IO.TextWriter)">
			<summary>Saves the barcode data to the given object of type System.IO.TextWriter. The data format of the stream is XML.</summary>
			<param name="textWriter">Specifies an object of type System.IO.TextWriter into which the data is saved.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.Save(System.Xml.XmlWriter)">
			<summary>Saves the barcode data to the given object of type System.IO.XmlWriter. The data format of the stream is XML.</summary>
			<param name="xmlWriter">Specifies an object of type System.IO.XmlWriter into which the data is saved.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.SaveImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
			<summary>Saves the barcode image to the specified object of type System.IO.Stream with the specified format of type System.Drawing.Imaging.ImageFormat.</summary>
			<param name="imageStream">Specifies an object of type System.IO.Stream into which the image is saved.</param>
			<param name="format">Specifies the format used to save the image.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.SaveImage(System.String,System.Drawing.Imaging.ImageFormat)">
			<summary>Saves the barcode image into the specified file with the specified format of type System.Drawing.Imaging.ImageFormat.</summary>
			<param name="imageFileName">Specifies a file into which the image is saved.</param>
			<param name="format">Specifies the format used to save the image.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.SaveImage(System.IO.Stream,TXTextControl.WPF.Barcode.ImageFormat)">
			<summary>Saves the barcode image to the specified object of type System.IO.Stream with the specified format of type TXTextControl.WPF.Barcode.ImageFormat.</summary>
			<param name="imageStream">Specifies an object of type System.IO.Stream into which the image is saved.</param>
			<param name="format">Specifies the format used to save the image.</param>
		</member>
		<member name="M:TXTextControl.WPF.Barcode.TXBarcodeControl.SaveImage(System.String,TXTextControl.WPF.Barcode.ImageFormat)">
			<summary>Saves the barcode image into the specified file with the specified format of type TXTextControl.WPF.Barcode.ImageFormat.</summary>
			<param name="imageFileName">Specifies a file into which the image is saved.</param>
			<param name="format">Specifies the format used to save the image.</param>
		</member>
		<member name="P:TXTextControl.WPF.Barcode.TXBarcodeControl.AdditionalText">
			<summary>Gets or sets an additional text that is displayed below or above the barcode image.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Barcode.TXBarcodeControl.Alignment">
			<summary>Gets or sets the alignment of the barcode image inside the control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Barcode.TXBarcodeControl.Angle">
			<summary>Gets or sets the angle of the barcode image inside the control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Barcode.TXBarcodeControl.BackColor">
			<summary>Gets or sets the background color for the barcode control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Barcode.TXBarcodeControl.BarcodeType">
			<summary>Gets or sets the type of barcode that should be displayed.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Barcode.TXBarcodeControl.BarcodeTypeSettings">
			<summary>Gets an object of type BarcodeTypeSettings to determine type specific settings for the current used barcode.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Barcode.TXBarcodeControl.ForeColor">
			<summary>Gets or sets the foreground color for the barcode.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Barcode.TXBarcodeControl.ShowText">
			<summary>Gets or sets a value indicating whether the barcode text is displayed below or above the barcode image or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Barcode.TXBarcodeControl.Text">
			<summary>Gets or sets the text the barcode should encrypt.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Barcode.TXBarcodeControl.TextAlignment">
			<summary>Gets or sets a value indicating whether the barcode text and additional text is displayed below or above the barcode image.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Barcode.TXBarcodeControl.UpperTextLength">
			<summary>Gets or sets the maximum number of characters the Text property can have.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Drawing.ShapesContextMenu">
			<summary>The WPF.Drawing.ShapesContextMenu class represents the default context menu of the WPF TXDrawingControl.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.ShapesContextMenu.SelectedShapesMenuItems">
			<summary>Returns an array of System.Windows.Controls.Control objects that represents those items which are displayed in the context menu strip when the control is right clicked inside a shape.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.ShapesContextMenu.StandardMenuItems">
			<summary>Returns an array of System.Windows.Controls.Control objects that represents those items which are displayed in the context menu strip when the control is right clicked outside a shape.</summary>
		</member>
		<member name="T:TXTextControl.WPF.Drawing.TXDrawingControl">
			<summary>The WPF.TXDrawingControl class implements a WPF FrameworkElement with features to draw custom or predefined shapes.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.#ctor">
			<summary>Initializes a new instance of the TXDrawingControl class.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.ClearUndo">
			<summary>Clears the undo buffer of the TX Drawing Control.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.Copy">
			<summary>Copies the current selected shapes of the TX Drawing Control to the Clipboard.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.Cut">
			<summary>Moves the current selected shapes of the TX Drawing Control to the Clipboard.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.FormatShapesDialog">
			<summary>Opens a dialog to format selected shapes.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.Load(System.IO.Stream)">
			<summary>Loads shapes data into the TX Drawing Control from a specified object of type System.IO.Stream.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream the data is loaded from.</param>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.Paste">
			<summary>Pastes the content of the clipboard into the TX Drawing Control</summary>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.PrintPaint(System.Drawing.Graphics,System.Drawing.Rectangle)">
			<summary>Renders only the displayed shapes on the specified System.Drawing.Graphics object. No activated UI elements are rendered.</summary>
			<param name="graphics">Specifies the object of type System.Drawing.Graphics the displayed shapes are rendered to.</param>
			<param name="position">Specifies the position to draw on the specified System.Drawing.Graphics object.</param>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.PrintPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
			<summary>Renders the displayed shapes on the specified System.Drawing.Graphics object with or without activated UI elements.</summary>
			<param name="graphics">Specifies the object of type System.Drawing.Graphics the displayed shapes are rendered to.</param>
			<param name="position">Specifies the position to draw on the specified System.Drawing.Graphics object.</param>
			<param name="showUIElements">Specifies whether the activated UI elements are rendered on the specified System.Drawing.Graphics object or not.</param>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.Redo">
			<summary>Redoes the last TX Drawing Control operation.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.Save(System.IO.Stream)">
			<summary>Saves the shapes data to the given object of type System.IO.Stream.</summary>
			<param name="stream">Specifies an object of type System.IO.Stream the data is saved to.</param>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.SaveImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
			<summary>Saves the displayed shapes as an image to the specified object of type System.IO.Stream.</summary>
			<param name="imageStream">Specifies an object of type System.IO.Stream the image is saved to.</param>
			<param name="format">Specifies the format used to save the image.</param>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.SaveImage(System.String,System.Drawing.Imaging.ImageFormat)">
			<summary>Saves the displayed shapes as an image to the specified file using the specified format.</summary>
			<param name="imageFileName">Specifies a file the image is saved to.</param>
			<param name="format">Specifies the format used to save the image.</param>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.SelectAll">
			<summary>Selects all shapes in the TX Drawing Control.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.SetCanvasSize(System.Double,System.Double)">
			<summary>Specifies, pursuant to a ZoomFactor value of 100, the height and width of the canvas. The parameters must be given in twips.</summary>
			<param name="width">Specifies the width of the canvas.</param>
			<param name="height">Specifies the height of the canvas.</param>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.SizeToContent">
			<summary>If any changes of the the displayed shapes' visible bounds require an adaption of the TX Drawing Control bounds, the size and/or location of the control is expanded respectively decreased by the considering value of the considering shape's side(s). The method returns an array of doubles which represent the effected alteration for each control's side (left, top, right, bottom) in twips.</summary>
		</member>
		<member name="M:TXTextControl.WPF.Drawing.TXDrawingControl.Undo">
			<summary>Undoes the last edit operation in the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.TXDrawingControl.BackColor">
			<summary>Gets or sets the TX Drawing Control's back color.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.TXDrawingControl.BorderColor">
			<summary>Gets or sets the TX Drawing Control's border line color.The default value is null and represents the color System.Windows.SystemColors.WindowTextColor.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.TXDrawingControl.BorderWidth">
			<summary>Gets or sets the TX Drawing Control's border line width.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.TXDrawingControl.CanCopy">
			<summary>Informs whether shapes are selected which can be copied to the internal clipboard.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.TXDrawingControl.CanPaste">
			<summary>Informs whether the internal clipboard contains shapes that can be pasted into the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.TXDrawingControl.CanRedo">
			<summary>Informs whether an operation can be re-done using the Redo method.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.TXDrawingControl.CanUndo">
			<summary>Gets a value indicating whether the user can undo the previous operation in the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.TXDrawingControl.IsCanvasVisible">
			<summary>Gets a value whether the TX Drawing Control is interpreted as canvas or not.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.TXDrawingControl.Selection">
			<summary>Gets an object of type Drawing.Selection that represents the current selected shapes inside the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.TXDrawingControl.Shapes">
			<summary>Gets an object of type ShapeCollection that represents those shapes which are displayed inside the TX Drawing Control.</summary>
		</member>
		<member name="P:TXTextControl.WPF.Drawing.TXDrawingControl.ZoomFactor">
			<summary>Gets or sets the zoom factor, in percent, for the TX Drawing Control.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.AdaptBounds">
			<summary>Indicates that the visible bounds of the displayed shapes have been changed (by changing the shape's angle, outline width, yellow adjust rectangles or the control's border width) in so far that the control requires an update of its bounds.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.Changed">
			<summary>Indicates that the number or formatting of the displayed shapes has been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.ShapeAdjusted">
			<summary>Occurs when a shape has been adjusted by using its yellow adjust rectangle.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.ShapeClicked">
			<summary>Occurs when a shape has been clicked on.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.ShapeCreated">
			<summary>Occurs when a new shape has been created.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.ShapeDeleted">
			<summary>Occurs when a shape has been deleted from the TX Drawing Control's shapes collection.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.ShapeDeselected">
			<summary>Occurs when a shape has been deselected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.ShapeFlipped">
			<summary>Occurs when a shape has been flipped.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.ShapeFormatChanged">
			<summary>Occurs when shape formatting attributes which cannot be handled with the built-in mouse interface have been changed.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.ShapeMoved">
			<summary>Occurs when a shape has been moved with the built-in mouse interface.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.ShapeSelected">
			<summary>Occurs when a shape has been selected.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.ShapeSized">
			<summary>Occurs when a shape has been sized with the built-in mouse interface.</summary>
		</member>
		<member name="E:TXTextControl.WPF.Drawing.TXDrawingControl.ViewChanged">
			<summary>Occurs when UI manipulations such as shape moving or selection changing have caused the view to change.</summary>
		</member>
		<member name="T:TXTextControl.Web.HeaderFooter">
			<summary>An instance of the Web.HeaderFooter class represents a header or footer in a Text Control document.</summary>
		</member>
		<member name="P:TXTextControl.Web.HeaderFooter.Section">
			<summary>Returns the number of the section to which the header or footer belongs.</summary>
		</member>
		<member name="P:TXTextControl.Web.HeaderFooter.Type">
			<summary>Gets the type of the header or footer.</summary>
		</member>
		<member name="T:TXTextControl.Web.IFormattedText">
			<summary>The Web.IFormattedText interface contains properties common to all text parts in a TX Text Control document.</summary>
		</member>
		<member name="P:TXTextControl.Web.IFormattedText.Selection">
			<summary>Gets or sets the current selection.</summary>
		</member>
		<member name="T:TXTextControl.Web.MainText">
			<summary>The Web.MainText class represents the main text of a TX Text Control document.</summary>
		</member>
		<member name="T:TXTextControl.Web.Selection">
			<summary>The Web.Selection class describes and handles the position and length of a text selection.</summary>
		</member>
		<member name="M:TXTextControl.Web.Selection.#ctor">
			<summary>Creates an empty Selection object with all properties set to their default values.</summary>
		</member>
		<member name="M:TXTextControl.Web.Selection.#ctor(System.Int32,System.Int32)">
			<summary>Creates an instance of the Web.Selection class with the specified start value and length.</summary>
			<param name="start">Specifies the selection's start position.</param>
			<param name="length">Specifies the number of selected characters.</param>
		</member>
		<member name="M:TXTextControl.Web.Selection.Load(System.String,Web.StreamType)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified file.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.Selection.Load(System.IO.FileStream,Web.StreamType)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified file stream.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.Selection.Load(System.Byte[],Web.BinaryStreamType)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified byte array.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.Selection.Load(System.String,Web.StringStreamType)">
			<summary>Exchanges the currently selected text with text in the specified format. The new text is read from the specified string.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.Selection.Save(System.String,Web.StreamType)">
			<summary>Saves the selected text of a document in the specified file with the specified format.</summary>
			<param name="path">Saves the selected text of a document in the specified file with the specified format.</param>
			<param name="streamType">Specifies one of the StreamType values.Specifies one of the StreamType values.Specifies one of the BinaryStreamType values.Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.Selection.Save(System.IO.FileStream,Web.StreamType)">
			<summary>Saves the selected text of a document in the specified file stream with the specified format.</summary>
			<param name="fileStream">Specifies a file into which the selection is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.Specifies one of the StreamType values.Specifies one of the BinaryStreamType values.Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.Selection.Save(System.Byte[]@,Web.BinaryStreamType)">
			<summary>Saves the selected text of a document in the specified byte array with the specified format.</summary>
			<param name="data">Specifies a byte array into which the selection is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.Specifies one of the StreamType values.Specifies one of the BinaryStreamType values.Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.Selection.Save(System.String@,Web.StringStreamType)">
			<summary>Saves the selected text of a document as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the selection is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.Specifies one of the StreamType values.Specifies one of the BinaryStreamType values.Specifies one of the StringStreamType values.</param>
		</member>
		<member name="P:TXTextControl.Web.Selection.Start">
			<summary>Gets the starting point of selected text.</summary>
		</member>
		<member name="P:TXTextControl.Web.Selection.Length">
			<summary>Returns the number of characters selected.</summary>
		</member>
		<member name="T:TXTextControl.Web.TextControl">
			<summary>The TextControl class implements a control with high-level text editing features.</summary>
		</member>
		<member name="M:TXTextControl.Web.TextControl.#ctor">
			<summary>Initializes a new instance of the TextControl class.</summary>
		</member>
		<member name="M:TXTextControl.Web.TextControl.GetFileDirectory(Web.FileType)">
			<summary>Returns the directory path where the files of a specific file type are stored.</summary>
			<param name="type">Specifies one of the FileType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.GetFileDirectoryAsync(Web.FileType)">
			<summary>Returns the directory path where the files of a specific file type are stored.</summary>
			<param name="type">Specifies one of the FileType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadDataFromJson(System.String)">
			<summary>Uses data given as a JSON string as a data source. The JSON string has to contain an array of equally structured objects. Analyzes and uses the given objects as merge data in the same way as the method LoadDataFromModel.</summary>
			<param name="json">The JSON string containing the merge data.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadDataFromJsonAsync(System.String)">
			<summary>Uses data given as a JSON string as a data source. The JSON string has to contain an array of equally structured objects. Analyzes and uses the given objects as merge data in the same way as the method LoadDataFromModel. The method returns immediately.</summary>
			<param name="json">The JSON string containing the merge data.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadDataFromModel(System.Collections.IEnumerable)">
			<summary>Interprets all public properties of the objects in the collection as possible table columns and / or child tables. The type of the first object in the collection is analyzed via .NET reflection and used as the basis of the assumed table structure. For more information about using object based data sources see DocumentServer.MailMerge.MergeObjects. The method returns immediately.</summary>
			<param name="model">Specifies a System.Collections.IEnumerable that contains the merge data.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadDataFromModel(System.Collections.IEnumerable,System.IFormatProvider)">
			<summary>Allows to additionally specify a format which should be applied when converting date / time values and numerical values to strings.</summary>
			<param name="model">Specifies a System.Collections.IEnumerable that contains the merge data.</param>
			<param name="numberAndDateTimeFormat">The format which should be applied when converting date / time values and numerical values to strings.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadDataFromModelAsync(System.Collections.IEnumerable)">
			<summary>Interprets all public properties of the objects in the collection as possible table columns and / or child tables. The type of the first object in the collection is analyzed via .NET reflection and used as the basis of the assumed table structure. For more information about using object based data sources see DocumentServer.MailMerge.MergeObjects. The method returns immediately.</summary>
			<param name="model">Specifies a System.Collections.IEnumerable that contains the merge data.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadDataFromModelAsync(System.Collections.IEnumerable,System.IFormatProvider)">
			<summary>Allows to additionally specify a format which should be applied when converting date / time values and numerical values to strings.</summary>
			<param name="model">Specifies a System.Collections.IEnumerable that contains the merge data.</param>
			<param name="numberAndDateTimeFormat">The format which should be applied when converting date / time values and numerical values to strings.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadDataSet(System.Data.DataSet)">
			<summary>Loads a database which is used to create table and field name menu items in the mailings ribbon tab from an existing DataSet object.</summary>
			<param name="dataSet">Specifies a System.Data.DataSet object from which table and field names and existing data relations are loaded.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadDataSetAsync(System.Data.DataSet)">
			<summary>Loads a database which is used to create table and field name menu items in the mailings ribbon tab from an existing DataSet object. This method returns immediately and does not wait for the DataSet to be loaded completely.</summary>
			<param name="dataSet">Specifies a System.Data.DataSet object from which table and field names and existing data relations are loaded.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadText(System.String,Web.StreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadText(System.IO.FileStream,Web.StreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file stream.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadText(System.Byte[],Web.BinaryStreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified byte array.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadText(System.String,Web.StringStreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified string.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadTextAsync(System.String,Web.StreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file.</summary>
			<param name="path">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadTextAsync(System.IO.FileStream,Web.StreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified file stream.</summary>
			<param name="fileStream">Specifies a file from which the data is loaded.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadTextAsync(System.Byte[],Web.BinaryStreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified byte array.</summary>
			<param name="binaryData">Specifies a byte array from which the data is loaded.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadTextAsync(System.String,Web.StringStreamType)">
			<summary>Loads text formatted with the specified format. The new text is read from the specified string.</summary>
			<param name="stringData">Specifies a string from which the data is loaded.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadXMLDatabase(System.String)">
			<summary>Loads an XML database from a file.</summary>
			<param name="fileName">Specifies an xml file from which the database is loaded.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadXMLDatabase(System.Xml.XmlDocument)">
			<summary>Loads an XML database from an XmlDocument object.</summary>
			<param name="xmlDocument">Specifies an XmlDocument object from which the database is loaded.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadXMLDatabase(System.IO.FileStream)">
			<summary>Loads an XML database from a file stream.</summary>
			<param name="fileStream">Specifies an xml file from which the database is loaded.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadXMLDatabaseAsync(System.String)">
			<summary>Loads an XML database from a file.</summary>
			<param name="fileName">Specifies an xml file from which the database is loaded.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadXMLDatabaseAsync(System.Xml.XmlDocument)">
			<summary>Loads an XML database from an XmlDocument object.</summary>
			<param name="xmlDocument">Specifies an XmlDocument object from which the database is loaded.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.LoadXMLDatabaseAsync(System.IO.FileStream)">
			<summary>Loads an XML database from a file stream.</summary>
			<param name="fileStream">Specifies an xml file from which the database is loaded.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.ResetContents">
			<summary>Deletes the entire contents of the control.</summary>
		</member>
		<member name="M:TXTextControl.Web.TextControl.SaveText(System.String,Web.StreamType)">
			<summary>Saves the complete contents of a document in the specified file with the specified format.</summary>
			<param name="path">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.SaveText(System.IO.FileStream,Web.StreamType)">
			<summary>Saves the complete contents of a document in the specified file stream with the specified format.</summary>
			<param name="fileStream">Specifies a file into which the data is saved.</param>
			<param name="streamType">Specifies one of the StreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.SaveText(System.Byte[]@,Web.BinaryStreamType)">
			<summary>Saves the complete contents of a document in the specified byte array with the specified format.</summary>
			<param name="binaryData">Specifies a byte array into which the data is saved.</param>
			<param name="binaryStreamType">Specifies one of the BinaryStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.SaveText(System.String@,Web.StringStreamType)">
			<summary>Saves the complete contents of a document as a string with the specified format.</summary>
			<param name="stringData">Specifies a string into which the data is saved.</param>
			<param name="stringStreamType">Specifies one of the StringStreamType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.SetFileDirectory(System.String,Web.FileType)">
			<summary>Determines the directory path where the files of a specific file type are stored.</summary>
			<param name="directory">Specifies the directory path where the files of a specific file type are stored.</param>
			<param name="type">Specifies one of the FileType values.</param>
		</member>
		<member name="M:TXTextControl.Web.TextControl.SetFileDirectoryAsync(System.String,Web.FileType)">
			<summary>Determines the directory path where the files of a specific file type are stored.</summary>
			<param name="directory">Specifies the directory path where the files of a specific file type are stored.</param>
			<param name="type">Specifies one of the FileType values.</param>
		</member>
		<member name="P:TXTextControl.Web.TextControl.BackColor">
			<summary>Specifies or returns the background color of the main text area and the ruler bars.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.ContextMenusEnabled">
			<summary>Specifies or returns a value indicating if a right click opens a context menu or not.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.ControlChars">
			<summary>Specifies if control characters are visible or not.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.Culture">
			<summary>Gets or sets the control's culture.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.Dock">
			<summary>Gets or sets a value how the control is docked to its container or web site.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.DocumentTargetMarkers">
			<summary>Specifies or returns a value indicating if markers for hypertext targets are shown in the editor or not.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.EditMode">
			<summary>Specifies or returns a value of type Web.EditMode indicating whether the document's text is read-only, can be selected or is editable.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.FormattingPrinter">
			<summary>Gets or sets the name of a printer the text dimensions and capabilities of which are used to format the document.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.IsReady">
			<summary>Gets a value indicating whether all TX Text Control components are completely loaded in the service's worker process.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.SaveDocumentQuestionDialogEnabled">
			<summary>Specifies or returns a value indicating if a confirmation dialog should be shown before discarding unsaved changes.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.Selection">
			<summary>Gets or sets the current selection in the text part with the input focus.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.ServiceAddress">
			<summary>Gets or sets the IP address at which the websocket handler tries to connect to the Service.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.ServicePort">
			<summary>Gets or sets the Port at which the websocket handler tries to connect to the Service.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.StatusBarColor">
			<summary>Specifies or returns the background color of the status bar.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.TableGridLines">
			<summary>Specifies or returns a value indicating wether table grid lines are shown in the editor or not.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.TextFieldsEditable">
			<summary>Gets or sets if text fields are editable or not.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.TextFrameMarkerLines">
			<summary>Specifies whether text frames that have no border line are shown with marker lines.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.TextParts">
			<summary>Gets a collection of all text parts the current document contains.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.UICulture">
			<summary>Gets or sets the control's user interface culture.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.UserNames">
			<summary>Gets or sets a list of names specifying users who have access to editable regions.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextControl.WebSocketHandlerPath">
			<summary>Specifies the path to the WebSocket handler (TXWebSocketHandler.ashx).</summary>
		</member>
		<member name="T:TXTextControl.Web.TextFrame">
			<summary>An instance of the Web.TextFrame class represents a text frame in a Text Control document.</summary>
		</member>
		<member name="T:TXTextControl.Web.TextPart">
			<summary>The Web.TextPart class implements the Web.IFormattedText interface as well as public properties and internal functionality common to all text parts in a TX Text Control document.</summary>
		</member>
		<member name="P:TXTextControl.Web.TextPart.Selection">
			<summary>Gets or sets the current selection in a text part.</summary>
		</member>
		<member name="T:TXTextControl.Web.TextPartCollection">
			<summary>An instance of the Web.TextPartCollection class contains all text parts in a TX Text Control document.</summary>
		</member>
		<member name="M:TXTextControl.Web.TextPartCollection.Activate(Web.IFormattedText)">
			<summary>Sets the input focus to the specified text part. If the activated text part is not in the visible part of the document, the document is scrolled.</summary>
			<param name="textPart">Specifies the text part to activate.</param>
		</member>
		<member name="T:TXTextControl.Web.BinaryStreamType">
			<summary>Determines a certain text format that must tbe stored in a one-dimensional byte array.</summary>
		</member>
		<member name="F:TXTextControl.Web.BinaryStreamType.AdobePDF">
			<summary>Specifies Adobe Portable Document Format (PDF). If a document is loaded, only the text is imported.</summary>
		</member>
		<member name="F:TXTextControl.Web.BinaryStreamType.AdobePDFA">
			<summary>Specifies Adobe Portable Document Format Archive (PDF/A). This format can only be used in saving operations.</summary>
		</member>
		<member name="F:TXTextControl.Web.BinaryStreamType.InternalFormat">
			<summary>Specifies the Text Control format. Text is stored in ANSI format.</summary>
		</member>
		<member name="F:TXTextControl.Web.BinaryStreamType.InternalUnicodeFormat">
			<summary>Specifies the Text Control format. Text is stored in Unicode format.</summary>
		</member>
		<member name="F:TXTextControl.Web.BinaryStreamType.MSWord">
			<summary>Specifies Microsoft Word format.</summary>
		</member>
		<member name="F:TXTextControl.Web.BinaryStreamType.WordprocessingML">
			<summary>Specifies Microsoft Word format (Office Open XML version).</summary>
		</member>
		<member name="T:TXTextControl.Web.DockStyle">
			<summary>Specifies the manner in which a Web.TextControl is docked.</summary>
		</member>
		<member name="F:TXTextControl.Web.DockStyle.Fill">
			<summary>All the control's edges are docked to the all edges of its container and sized appropriately.</summary>
		</member>
		<member name="F:TXTextControl.Web.DockStyle.None">
			<summary>The control is not docked.</summary>
		</member>
		<member name="F:TXTextControl.Web.DockStyle.Window">
			<summary>The control fills the browser window.</summary>
		</member>
		<member name="T:TXTextControl.Web.FileType">
			<summary>Specifies the kind of file types.</summary>
		</member>
		<member name="F:TXTextControl.Web.FileType.Database">
			<summary>Specifies database file types.</summary>
		</member>
		<member name="F:TXTextControl.Web.FileType.Document">
			<summary>Specifies document file types.</summary>
		</member>
		<member name="F:TXTextControl.Web.FileType.Image">
			<summary>Specifies image file types.</summary>
		</member>
		<member name="T:TXTextControl.Web.StreamType">
			<summary>Determines a certain text format.</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.AdobePDF">
			<summary>Specifies Adobe Portable Document Format (PDF). If a document is loaded, only the text is imported.</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.AdobePDFA">
			<summary>Specifies Adobe Portable Document Format Archive (PDF/A). This format can only be used in saving operations.</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.CascadingStylesheet">
			<summary>Specifies CSS format (Cascading Style Sheet). This format can only be used in saving operations.</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.HTMLFormat">
			<summary>Specifies HTML format (Hypertext Markup Language).</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.InternalFormat">
			<summary>Specifies the Text Control format. Text is stored in ANSI format.</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.InternalUnicodeFormat">
			<summary>Specifies the Text Control format. Text is stored in Unicode format.</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.MSWord">
			<summary>Specifies Microsoft Word format (.DOC version).</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.PlainAnsiText">
			<summary>Specifies text in Windows ANSI format (an end of a paragraph is marked with the control characters 13 and 10).</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.PlainText">
			<summary>Specifies text in Windows Unicode format (an end of a paragraph is marked with the control characters 13 and 10).</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.RichTextFormat">
			<summary>Specifies RTF format (Rich Text Format).</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.WordprocessingML">
			<summary>Specifies Microsoft Word format (Office Open XML version).</summary>
		</member>
		<member name="F:TXTextControl.Web.StreamType.XMLFormat">
			<summary>Specifies XML format (Extensible Markup Language).</summary>
		</member>
		<member name="T:TXTextControl.Web.StringStreamType">
			<summary>Determines a certain text format that can be stored as a string.</summary>
		</member>
		<member name="F:TXTextControl.Web.StringStreamType.CascadingStylesheet">
			<summary>Specifies CSS format (Cascading Style Sheet). This format can only be used in saving operations.</summary>
		</member>
		<member name="F:TXTextControl.Web.StringStreamType.HTMLFormat">
			<summary>Specifies HTML format (Hypertext Markup Language).</summary>
		</member>
		<member name="F:TXTextControl.Web.StringStreamType.PlainText">
			<summary>Specifies Text in Windows Unicode format (an end of a paragraph is marked with the control characters 13 and 10).</summary>
		</member>
		<member name="F:TXTextControl.Web.StringStreamType.RichTextFormat">
			<summary>Specifies RTF format (Rich Text Format).</summary>
		</member>
		<member name="F:TXTextControl.Web.StringStreamType.XMLFormat">
			<summary>Specifies XML format (Extensible Markup Language).</summary>
		</member>
		<member name="T:TXTextControl.Web.EditMode">
			<summary>Specifies possible edit modes a Web.TextControl can be in.</summary>
		</member>
		<member name="F:TXTextControl.Web.EditMode.Edit">
			<summary>The document's text can be edited.</summary>
		</member>
		<member name="F:TXTextControl.Web.EditMode.ReadAndSelect">
			<summary>The document's text is read only but can be selected.</summary>
		</member>
		<member name="F:TXTextControl.Web.EditMode.ReadOnly">
			<summary>The document's text is read only.</summary>
		</member>
		<member name="T:TXTextControl.Web.HeaderFooterType">
			<summary>Determines the type of a header or footer.</summary>
		</member>
		<member name="F:TXTextControl.Web.HeaderFooterType.Header">
			<summary>The object is a header. When an even header exists, the object represents the odd header. Otherwise it represents the header of all pages.</summary>
		</member>
		<member name="F:TXTextControl.Web.HeaderFooterType.FirstPageHeader">
			<summary>The object represents a special header of the document's or section's first page.</summary>
		</member>
		<member name="F:TXTextControl.Web.HeaderFooterType.Footer">
			<summary>The object is a footer. When an even footer exists, this member represents the odd footer. Otherwise it represents the footer of all pages.</summary>
		</member>
		<member name="F:TXTextControl.Web.HeaderFooterType.FirstPageFooter">
			<summary>The object represents a special footer of the document's or section's first page.</summary>
		</member>
		<member name="F:TXTextControl.Web.HeaderFooterType.EvenHeader">
			<summary>The object represents an even header.</summary>
		</member>
		<member name="F:TXTextControl.Web.HeaderFooterType.EvenFooter">
			<summary>The object represents an even footer.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.ResourceProvider">
			<summary>The ResourceProvider class provides static methods to receive bitmaps or strings from sources that can be accessed via an assigned identifier.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem">
			<summary>Each FileMenuItem represents the identifier for a file menu item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_New">
			<summary>Represents the TXITEM_New file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_Open">
			<summary>Represents the TXITEM_Open file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_Save">
			<summary>Represents the TXITEM_Save file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_SaveAs">
			<summary>Represents the TXITEM_SaveAs file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_Print">
			<summary>Represents the TXITEM_Print file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_PrintQuick">
			<summary>Represents the TXITEM_PrintQuick file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_PrintPreview">
			<summary>Represents the TXITEM_PrintPreview file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_Options">
			<summary>Represents the TXITEM_Options file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_UserAdministration">
			<summary>Represents the TXITEM_UserAdministration file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_GrantUserAccess">
			<summary>Represents the TXITEM_GrantUserAccess file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_About">
			<summary>Represents the TXITEM_About file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_Exit">
			<summary>Represents the TXITEM_Exit file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.FileMenuItem.TXITEM_DocumentSettings">
			<summary>Represents the TXITEM_DocumentSettings file menu item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem">
			<summary>Each GeneralItem represents the identifier for a general item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Checkmark">
			<summary>Represents the general TXITEM_Checkmark item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Checked">
			<summary>Represents the general TXITEM_Checked item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Unchecked">
			<summary>Represents the general TXITEM_Unchecked item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Launcher">
			<summary>Represents the general TXITEM_Launcher item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Close">
			<summary>Represents the general TXITEM_Close item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Pinned">
			<summary>Represents the general TXITEM_Pinned item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Unpinned">
			<summary>Represents the general TXITEM_Unpinned item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Plus">
			<summary>Represents the general TXITEM_Plus item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Minus">
			<summary>Represents the general TXITEM_Minus item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Undo">
			<summary>Represents the general TXITEM_Undo item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Redo">
			<summary>Represents the general TXITEM_Redo item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_NavigateToFirst">
			<summary>Represents the general TXITEM_NavigateToFirst item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and SmallIcon resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_NavigateToPrevious">
			<summary>Represents the general TXITEM_NavigateToPrevious item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and SmallIcon resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_NavigateToNext">
			<summary>Represents the general TXITEM_NavigateToNext item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and SmallIcon resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_NavigateToLast">
			<summary>Represents the general TXITEM_NavigateToLast item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and SmallIcon resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_AdvancedSettings">
			<summary>Represents the general TXITEM_AdvancedSettings item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Add">
			<summary>Represents the general TXITEM_Add item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.GeneralItem.TXITEM_Remove">
			<summary>Represents the general TXITEM_Remove item. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem">
			<summary>Each ShapeItem represents a list view item inside the RibbonInsertTab's TXITEM_InsertShape drop-down menu.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Line">
			<summary>Identifies the TXITEM_SHAPE_Line list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_BentConnector3">
			<summary>Identifies the TXITEM_SHAPE_BentConnector3 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_CurvedConnector3">
			<summary>Identifies the TXITEM_SHAPE_CurvedConnector3 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Rectangle">
			<summary>Identifies the TXITEM_SHAPE_Rectangle list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_RoundRectangle">
			<summary>Identifies the TXITEM_SHAPE_RoundRectangle list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Snip1Rectangle">
			<summary>Identifies the TXITEM_SHAPE_Snip1Rectangle list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Snip2SameRectangle">
			<summary>Identifies the TXITEM_SHAPE_Snip2SameRectangle list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Snip2DiagonalRectangle">
			<summary>Identifies the TXITEM_SHAPE_Snip2DiagonalRectangle list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_SnipRoundRectangle">
			<summary>Identifies the TXITEM_SHAPE_SnipRoundRectangle list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Round1Rectangle">
			<summary>Identifies the TXITEM_SHAPE_Round1Rectangle list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Round2SameRectangle">
			<summary>Identifies the TXITEM_SHAPE_Round2SameRectangle list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Round2DiagonalRectangle">
			<summary>Identifies the TXITEM_SHAPE_Round2DiagonalRectangle list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Ellipse">
			<summary>Identifies the TXITEM_SHAPE_Ellipse list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Triangle">
			<summary>Identifies the TXITEM_SHAPE_Triangle list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_RightTriangle">
			<summary>Identifies the TXITEM_SHAPE_RightTriangle list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Parallelogram">
			<summary>Identifies the TXITEM_SHAPE_Parallelogram list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_NonIsoscelesTrapezoid">
			<summary>Identifies the TXITEM_SHAPE_NonIsoscelesTrapezoid list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Diamond">
			<summary>Identifies the TXITEM_SHAPE_Diamond list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Pentagon">
			<summary>Identifies the TXITEM_SHAPE_Pentagon list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Hexagon">
			<summary>Identifies the TXITEM_SHAPE_Hexagon list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Heptagon">
			<summary>Identifies the TXITEM_SHAPE_Heptagon list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Octagon">
			<summary>Identifies the TXITEM_SHAPE_Octagon list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Decagon">
			<summary>Identifies the TXITEM_SHAPE_Decagon list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Dodecagon">
			<summary>Identifies the TXITEM_SHAPE_Dodecagon list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Pie">
			<summary>Identifies the TXITEM_SHAPE_Pie list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Chord">
			<summary>Identifies the TXITEM_SHAPE_Chord list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Teardrop">
			<summary>Identifies the TXITEM_SHAPE_Teardrop list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Frame">
			<summary>Identifies the TXITEM_SHAPE_Frame list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_HalfFrame">
			<summary>Identifies the TXITEM_SHAPE_HalfFrame list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Corner">
			<summary>Identifies the TXITEM_SHAPE_Corner list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_DiagonalStripe">
			<summary>Identifies the TXITEM_SHAPE_DiagonalStripe list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Plus">
			<summary>Identifies the TXITEM_SHAPE_Plus list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Plaque">
			<summary>Identifies the TXITEM_SHAPE_Plaque list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Can">
			<summary>Identifies the TXITEM_SHAPE_Can list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Cube">
			<summary>Identifies the TXITEM_SHAPE_Cube list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Bevel">
			<summary>Identifies the TXITEM_SHAPE_Bevel list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Donut">
			<summary>Identifies the TXITEM_SHAPE_Donut list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_NoSmoking">
			<summary>Identifies the TXITEM_SHAPE_NoSmoking list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_BlockArc">
			<summary>Identifies the TXITEM_SHAPE_BlockArc list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FoldedCorner">
			<summary>Identifies the TXITEM_SHAPE_FoldedCorner list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_SmileyFace">
			<summary>Identifies the TXITEM_SHAPE_SmileyFace list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Heart">
			<summary>Identifies the TXITEM_SHAPE_Heart list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_LightningBolt">
			<summary>Identifies the TXITEM_SHAPE_LightningBolt list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Sun">
			<summary>Identifies the TXITEM_SHAPE_Sun list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Moon">
			<summary>Identifies the TXITEM_SHAPE_Moon list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Cloud">
			<summary>Identifies the TXITEM_SHAPE_Cloud list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Arc">
			<summary>Identifies the TXITEM_SHAPE_Arc list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_BracketPair">
			<summary>Identifies the TXITEM_SHAPE_BracketPair list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_BracePair">
			<summary>Identifies the TXITEM_SHAPE_BracePair list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftBracket">
			<summary>Identifies the TXITEM_SHAPE_LeftBracket list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_RightBracket">
			<summary>Identifies the TXITEM_SHAPE_RightBracket list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftBrace">
			<summary>Identifies the TXITEM_SHAPE_LeftBrace list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_RightBrace">
			<summary>Identifies the TXITEM_SHAPE_RightBrace list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_RightArrow">
			<summary>Identifies the TXITEM_SHAPE_RightArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftArrow">
			<summary>Identifies the TXITEM_SHAPE_LeftArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_UpArrow">
			<summary>Identifies the TXITEM_SHAPE_UpArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_DownArrow">
			<summary>Identifies the TXITEM_SHAPE_DownArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftRightArrow">
			<summary>Identifies the TXITEM_SHAPE_LeftRightArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_UpDownArrow">
			<summary>Identifies the TXITEM_SHAPE_UpDownArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_QuadArrow">
			<summary>Identifies the TXITEM_SHAPE_QuadArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftRightUpArrow">
			<summary>Identifies the TXITEM_SHAPE_LeftRightUpArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_BentArrow">
			<summary>Identifies the TXITEM_SHAPE_BentArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_UTurnArrow">
			<summary>Identifies the TXITEM_SHAPE_UTurnArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftUpArrow">
			<summary>Identifies the TXITEM_SHAPE_LeftUpArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_BentUpArrow">
			<summary>Identifies the TXITEM_SHAPE_BentUpArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_CurvedRightArrow">
			<summary>Identifies the TXITEM_SHAPE_CurvedRightArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_CurvedLeftArrow">
			<summary>Identifies the TXITEM_SHAPE_CurvedLeftArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_CurvedUpArrow">
			<summary>Identifies the TXITEM_SHAPE_CurvedUpArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_CurvedDownArrow">
			<summary>Identifies the TXITEM_SHAPE_CurvedDownArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_StripedRightArrow">
			<summary>Identifies the TXITEM_SHAPE_StripedRightArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_NotchedRightArrow">
			<summary>Identifies the TXITEM_SHAPE_NotchedRightArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_HomePlate">
			<summary>Identifies the TXITEM_SHAPE_HomePlate list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Chevron">
			<summary>Identifies the TXITEM_SHAPE_Chevron list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_RightArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_RightArrowCallout list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_DownArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_DownArrowCallout list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_LeftArrowCallout list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_UpArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_UpArrowCallout list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_LeftRightArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_LeftRightArrowCallout list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_QuadArrowCallout">
			<summary>Identifies the TXITEM_SHAPE_QuadArrowCallout list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_CircularArrow">
			<summary>Identifies the TXITEM_SHAPE_CircularArrow list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathPlus">
			<summary>Identifies the TXITEM_SHAPE_MathPlus list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathMinus">
			<summary>Identifies the TXITEM_SHAPE_MathMinus list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathMultiply">
			<summary>Identifies the TXITEM_SHAPE_MathMultiply list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathDivide">
			<summary>Identifies the TXITEM_SHAPE_MathDivide list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathEqual">
			<summary>Identifies the TXITEM_SHAPE_MathEqual list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_MathNotEqual">
			<summary>Identifies the TXITEM_SHAPE_MathNotEqual list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartProcess">
			<summary>Identifies the TXITEM_SHAPE_FlowChartProcess list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartAlternateProcess">
			<summary>Identifies the TXITEM_SHAPE_FlowChartAlternateProcess list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartDecision">
			<summary>Identifies the TXITEM_SHAPE_FlowChartDecision list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartInputOutput">
			<summary>Identifies the TXITEM_SHAPE_FlowChartInputOutput list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartPredefinedProcess">
			<summary>Identifies the TXITEM_SHAPE_FlowChartPredefinedProcess list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartInternalStorage">
			<summary>Identifies the TXITEM_SHAPE_FlowChartInternalStorage list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartDocument">
			<summary>Identifies the TXITEM_SHAPE_FlowChartDocument list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartMultidocument">
			<summary>Identifies the TXITEM_SHAPE_FlowChartMultidocument list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartTerminator">
			<summary>Identifies the TXITEM_SHAPE_FlowChartTerminator list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartPreparation">
			<summary>Identifies the TXITEM_SHAPE_FlowChartPreparation list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartManualInput">
			<summary>Identifies the TXITEM_SHAPE_FlowChartManualInput list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartManualOperation">
			<summary>Identifies the TXITEM_SHAPE_FlowChartManualOperation list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartConnector">
			<summary>Identifies the TXITEM_SHAPE_FlowChartConnector list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartOffpageConnector">
			<summary>Identifies the TXITEM_SHAPE_FlowChartOffpageConnector list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartPunchedCard">
			<summary>Identifies the TXITEM_SHAPE_FlowChartPunchedCard list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartPunchedTape">
			<summary>Identifies the TXITEM_SHAPE_FlowChartPunchedTape list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartSummingJunction">
			<summary>Identifies the TXITEM_SHAPE_FlowChartSummingJunction list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartOr">
			<summary>Identifies the TXITEM_SHAPE_FlowChartOr list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartCollate">
			<summary>Identifies the TXITEM_SHAPE_FlowChartCollate list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartSort">
			<summary>Identifies the TXITEM_SHAPE_FlowChartSort list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartExtract">
			<summary>Identifies the TXITEM_SHAPE_FlowChartExtract list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartMerge">
			<summary>Identifies the TXITEM_SHAPE_FlowChartMerge list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartOnlineStorage">
			<summary>Identifies the TXITEM_SHAPE_FlowChartOnlineStorage list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartDelay">
			<summary>Identifies the TXITEM_SHAPE_FlowChartDelay list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartMagneticTape">
			<summary>Identifies the TXITEM_SHAPE_FlowChartMagneticTape list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartMagneticDisk">
			<summary>Identifies the TXITEM_SHAPE_FlowChartMagneticDisk list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartMagneticDrum">
			<summary>Identifies the TXITEM_SHAPE_FlowChartMagneticDrum list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_FlowChartDisplay">
			<summary>Identifies the TXITEM_SHAPE_FlowChartDisplay list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_IrregularSeal1">
			<summary>Identifies the TXITEM_SHAPE_IrregularSeal1 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_IrregularSeal2">
			<summary>Identifies the TXITEM_SHAPE_IrregularSeal2 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star4">
			<summary>Identifies the TXITEM_SHAPE_Star4 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star5">
			<summary>Identifies the TXITEM_SHAPE_Star5 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star6">
			<summary>Identifies the TXITEM_SHAPE_Star6 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star7">
			<summary>Identifies the TXITEM_SHAPE_Star7 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star8">
			<summary>Identifies the TXITEM_SHAPE_Star8 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star10">
			<summary>Identifies the TXITEM_SHAPE_Star10 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star12">
			<summary>Identifies the TXITEM_SHAPE_Star12 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star16">
			<summary>Identifies the TXITEM_SHAPE_Star16 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star24">
			<summary>Identifies the TXITEM_SHAPE_Star24 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Star32">
			<summary>Identifies the TXITEM_SHAPE_Star32 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Ribbon2">
			<summary>Identifies the TXITEM_SHAPE_Ribbon2 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Ribbon">
			<summary>Identifies the TXITEM_SHAPE_Ribbon list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_EllipseRibbon2">
			<summary>Identifies the TXITEM_SHAPE_EllipseRibbon2 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_EllipseRibbon">
			<summary>Identifies the TXITEM_SHAPE_EllipseRibbon list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_VerticalScroll">
			<summary>Identifies the TXITEM_SHAPE_VerticalScroll list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_HorizontalScroll">
			<summary>Identifies the TXITEM_SHAPE_HorizontalScroll list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Wave">
			<summary>Identifies the TXITEM_SHAPE_Wave list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_DoubleWave">
			<summary>Identifies the TXITEM_SHAPE_DoubleWave list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_WedgeRectangleCallout">
			<summary>Identifies the TXITEM_SHAPE_WedgeRectangleCallout list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_WedgeRoundRectangleCallout">
			<summary>Identifies the TXITEM_SHAPE_WedgeRoundRectangleCallout list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_WedgeEllipseCallout">
			<summary>Identifies the TXITEM_SHAPE_WedgeEllipseCallout list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_CloudCallout">
			<summary>Identifies the TXITEM_SHAPE_CloudCallout list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_BorderCallout1">
			<summary>Identifies the TXITEM_SHAPE_BorderCallout1 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_BorderCallout2">
			<summary>Identifies the TXITEM_SHAPE_BorderCallout2 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_BorderCallout3">
			<summary>Identifies the TXITEM_SHAPE_BorderCallout3 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentCallout1">
			<summary>Identifies the TXITEM_SHAPE_AccentCallout1 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentCallout2">
			<summary>Identifies the TXITEM_SHAPE_AccentCallout2 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentCallout3">
			<summary>Identifies the TXITEM_SHAPE_AccentCallout3 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Callout1">
			<summary>Identifies the TXITEM_SHAPE_Callout1 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Callout2">
			<summary>Identifies the TXITEM_SHAPE_Callout2 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_Callout3">
			<summary>Identifies the TXITEM_SHAPE_Callout3 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentBorderCallout1">
			<summary>Identifies the TXITEM_SHAPE_AccentBorderCallout1 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentBorderCallout2">
			<summary>Identifies the TXITEM_SHAPE_AccentBorderCallout2 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ShapeItem.TXITEM_SHAPE_AccentBorderCallout3">
			<summary>Identifies the TXITEM_SHAPE_AccentBorderCallout3 list view item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and ToolTipDescription resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.ResourceProvider.ChartItem">
			<summary>Each ChartItem represents a list view item inside the RibbonInsertTab's TXITEM_InsertChart drop-down menu.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_ClusteredColumn">
			<summary>Identifies the TXITEM_CHART_ClusteredColumn list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedColumn">
			<summary>Identifies the TXITEM_CHART_StackedColumn list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedColumn100Percent">
			<summary>Identifies the TXITEM_CHART_StackedColumn100Percent list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_ClusteredColumn3D">
			<summary>Identifies the TXITEM_CHART_ClusteredColumn3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedColumn3D">
			<summary>Identifies the TXITEM_CHART_StackedColumn3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedColumn100Percent3D">
			<summary>Identifies the TXITEM_CHART_StackedColumn100Percent3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Column3D">
			<summary>Identifies the TXITEM_CHART_Column3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Line">
			<summary>Identifies the TXITEM_CHART_Line list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_LineWithMarkers">
			<summary>Identifies the TXITEM_CHART_LineWithMarkers list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Line3D">
			<summary>Identifies the TXITEM_CHART_Line3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Pie">
			<summary>Identifies the TXITEM_CHART_Pie list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Pie3D">
			<summary>Identifies the TXITEM_CHART_Pie3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Doughnut">
			<summary>Identifies the TXITEM_CHART_Doughnut list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_ClusteredBar">
			<summary>Identifies the TXITEM_CHART_ClusteredBar list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedBar">
			<summary>Identifies the TXITEM_CHART_StackedBar list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedBar100Percent">
			<summary>Identifies the TXITEM_CHART_StackedBar100Percent list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_ClusteredBar3D">
			<summary>Identifies the TXITEM_CHART_ClusteredBar3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedBar3D">
			<summary>Identifies the TXITEM_CHART_StackedBar3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedBar100Percent3D">
			<summary>Identifies the TXITEM_CHART_StackedBar100Percent3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Area">
			<summary>Identifies the TXITEM_CHART_Area list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedArea">
			<summary>Identifies the TXITEM_CHART_StackedArea list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedArea100Percent">
			<summary>Identifies the TXITEM_CHART_StackedArea100Percent list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Area3D">
			<summary>Identifies the TXITEM_CHART_Area3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedArea3D">
			<summary>Identifies the TXITEM_CHART_StackedArea3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_StackedArea100Percent3D">
			<summary>Identifies the TXITEM_CHART_StackedArea100Percent3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Scatter">
			<summary>Identifies the TXITEM_CHART_Scatter list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_ScatterWithSmoothLinesAndMarkers">
			<summary>Identifies the TXITEM_CHART_ScatterWithSmoothLinesAndMarkers list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_ScatterWithSmoothLines">
			<summary>Identifies the TXITEM_CHART_ScatterWithSmoothLines list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_ScatterWithStraightLinesAndMarkers">
			<summary>Identifies the TXITEM_CHART_ScatterWithStraightLinesAndMarkers list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_ScatterWithStraightLines">
			<summary>Identifies the TXITEM_CHART_ScatterWithStraightLines list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Bubble">
			<summary>Identifies the TXITEM_CHART_Bubble list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Bubble3D">
			<summary>Identifies the TXITEM_CHART_Bubble3D list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_HighLowClose">
			<summary>Identifies the TXITEM_CHART_HighLowClose list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_OpenHighLowClose">
			<summary>Identifies the TXITEM_CHART_OpenHighLowClose list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_Radar">
			<summary>Identifies the TXITEM_CHART_Radar list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_RadarWithMarkers">
			<summary>Identifies the TXITEM_CHART_RadarWithMarkers list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.ChartItem.TXITEM_CHART_FilledRadar">
			<summary>Identifies the TXITEM_CHART_FilledRadar list view item inside the TXITEM_InsertChart's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon and ToolTipTitle resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem">
			<summary>Each BarcodeItem represents a drop-down item inside the RibbonInsertTab's TXITEM_Insert_Barcode drop-down menu.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_QRCode">
			<summary>Identifies the TXITEM_BARCODE_QRCode drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Code128">
			<summary>Identifies the TXITEM_BARCODE_Code128 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_EAN13">
			<summary>Identifies the TXITEM_BARCODE_EAN13 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_UPCA">
			<summary>Identifies the TXITEM_BARCODE_UPCA drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_EAN8">
			<summary>Identifies the TXITEM_BARCODE_EAN8 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Interleaved2of5">
			<summary>Identifies the TXITEM_BARCODE_Interleaved2of5 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Postnet">
			<summary>Identifies the TXITEM_BARCODE_Postnet drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Code39">
			<summary>Identifies the TXITEM_BARCODE_Code39 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_AztecCode">
			<summary>Identifies the TXITEM_BARCODE_AztecCode drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_IntelligentMail">
			<summary>Identifies the TXITEM_BARCODE_IntelligentMail drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Datamatrix">
			<summary>Identifies the TXITEM_BARCODE_Datamatrix drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_PDF417">
			<summary>Identifies the TXITEM_BARCODE_PDF417 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_MicroPDF">
			<summary>Identifies the TXITEM_BARCODE_MicroPDF drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Codabar">
			<summary>Identifies the TXITEM_BARCODE_Codabar drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_FourState">
			<summary>Identifies the TXITEM_BARCODE_FourState drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Code11">
			<summary>Identifies the TXITEM_BARCODE_Code11 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Code93">
			<summary>Identifies the TXITEM_BARCODE_Code93 drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_PLANET">
			<summary>Identifies the TXITEM_BARCODE_PLANET drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_RoyalMail">
			<summary>Identifies the TXITEM_BARCODE_RoyalMail drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.ResourceProvider.BarcodeItem.TXITEM_BARCODE_Maxicode">
			<summary>Identifies the TXITEM_BARCODE_Maxicode drop-down item inside the TXITEM_InsertBarcode's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon resource.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetKeyTip(System.String)">
			<summary>Gets the key tip that is associated with the specified item identifier.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested key tip.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetKeyTip(System.String,System.Globalization.CultureInfo)">
			<summary>Gets the key tip that is associated with the specified item identifier in the specified language.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested key tip.</param>
			<param name="culture">Specifies the language in which the key tip is returned.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetLargeIcon(System.String,System.Single)">
			<summary>Gets a System.Drawing.Bitmap of the large icon that is associated with the specified identifier in a specific resolution.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested large icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested large icon.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetLargeIcon(System.String,System.Single,Windows.Forms.ResourceProvider.ImageSourceSettings)">
			<summary>Gets a System.Drawing.Bitmap of the large icon that is associated with the specified identifier in a specific resolution and additional image source settings.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested large icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested large icon.</param>
			<param name="settings">Specifies an ImageSourceSettings object with additional settings for receiving the large image.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetLargeIcon(System.IO.Stream,System.Single)">
			<summary>Gets a large System.Drawing.Bitmap icon that is created from a Scalable Vector Graphics (SVG) stream in a specific resolution.</summary>
			<param name="stream">Specifies the Scalable Vector Graphics (SVG) stream that is used to create the requested large icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested large icon.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetLargeIcon(System.String,System.Windows.Forms.Control)">
			<summary>Gets a System.Drawing.Bitmap of the large icon that is associated with the specified identifier in the resolution of a specific control.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested large icon.</param>
			<param name="control">Specifies the control from where the resolution is determined that is used to create the requested large icon.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetLargeIcon(System.String,System.Windows.Forms.Control,Windows.Forms.ResourceProvider.ImageSourceSettings)">
			<summary>Gets a System.Drawing.Bitmap of the large icon that is associated with the specified identifier in the resolution of a specific control and additional image source settings.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested large icon.</param>
			<param name="control">Specifies the control from where the resolution is determined that is used to create the requested large icon.</param>
			<param name="settings">Specifies an ImageSourceSettings object with additional settings for receiving the large image.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetLargeIcon(System.IO.Stream,System.Windows.Forms.Control)">
			<summary>Gets a large System.Drawing.Bitmap icon that is created from a Scalable Vector Graphics (SVG) stream in the resolution of the specified control.</summary>
			<param name="stream">Specifies the Scalable Vector Graphics (SVG) stream that is used to create the requested large icon.</param>
			<param name="control">Specifies the control from where the resolution is determined that is used to create the requested large icon.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetSmallIcon(System.String,System.Single)">
			<summary>Gets a System.Drawing.Bitmap of the small icon that is associated with the specified identifier in a specific resolution.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested small icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested small icon.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetSmallIcon(System.String,System.Single,Windows.Forms.ResourceProvider.ImageSourceSettings)">
			<summary>Gets a System.Drawing.Bitmap of the small icon that is associated with the specified identifier in a specific resolution and additional image source settings.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested small icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested small icon.</param>
			<param name="settings">Specifies an ImageSourceSettings object with additional settings for receiving the small image.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetSmallIcon(System.IO.Stream,System.Single)">
			<summary>Gets a small System.Drawing.Bitmap icon that is created from a Scalable Vector Graphics (SVG) stream in a specific resolution .</summary>
			<param name="stream">Specifies the Scalable Vector Graphics (SVG) stream that is used to create the requested small icon.</param>
			<param name="dpi">Specifies the resolution that is used to create the requested small icon.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetSmallIcon(System.String,System.Windows.Forms.Control)">
			<summary>Gets a System.Drawing.Bitmap of the small icon that is associated with the specified identifier in the resolution of a specific control.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested small icon.</param>
			<param name="control">Specifies the control from where the resolution is determined that is used to create the requested small icon.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetSmallIcon(System.String,System.Windows.Forms.Control,Windows.Forms.ResourceProvider.ImageSourceSettings)">
			<summary>Gets a System.Drawing.Bitmap of the small icon that is associated with the specified identifier in the resolution of a specific control and additional image source settings.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested small icon.</param>
			<param name="control">Specifies the control from where the resolution is determined that is used to create the requested small icon.</param>
			<param name="settings">Specifies an ImageSourceSettings object with additional settings for receiving the small image.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetSmallIcon(System.IO.Stream,System.Windows.Forms.Control)">
			<summary>Gets a small System.Drawing.Bitmap icon that is created from a Scalable Vector Graphics (SVG) stream in the resolution of the specified control.</summary>
			<param name="stream">Specifies the Scalable Vector Graphics (SVG) stream that is used to create the requested small icon.</param>
			<param name="control">Specifies the control from where the resolution is determined that is used to create the requested small icon.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetText(System.String)">
			<summary>Gets the text that is associated with the specified item identifier.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested text.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetText(System.String,System.Globalization.CultureInfo)">
			<summary>Gets the text that is associated with the specified item identifier in the specified language.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested text.</param>
			<param name="culture">Specifies the language in which the text is returned.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetToolTipDescription(System.String)">
			<summary>Gets the tool tip description that is associated with the specified item identifier.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested tool tip description.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetToolTipDescription(System.String,System.Globalization.CultureInfo)">
			<summary>Gets the tool tip description that is associated with the specified item identifier in the specified language.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested tool tip description.</param>
			<param name="culture">Specifies the language in which the tool tip description is returned.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetToolTipTitle(System.String)">
			<summary>Gets the tool tip title that is associated with the specified item identifier.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested tool tip title.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.GetToolTipTitle(System.String,System.Globalization.CultureInfo)">
			<summary>Gets the tool tip title that is associated with the specified item identifier in the specified language.</summary>
			<param name="identifier">The identifier of the item that is associated with the requested tool tip title.</param>
			<param name="culture">Specifies the language in which the tool tip title is returned.</param>
		</member>
		<member name="T:TXTextControl.Windows.Forms.ResourceProvider.ImageSourceSettings">
			<summary>The ImageSourceSettings class provides properties for advanced settings to receive an image by using the ResourceProvider.GetSmallIcon and ResourceProvider.GetLargeIcon methods.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.ResourceProvider.ImageSourceSettings.#ctor">
			<summary>Initializes a new instance of the ResourceProvider.ImageSourceSettings class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.ResourceProvider.ImageSourceSettings.Culture">
			<summary>Specifies the culture to receive a language related image.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.ResourceProvider.ImageSourceSettings.FillColor">
			<summary>Specifies the fill color of editable scopes inside the related image.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.ResourceProvider.ImageSourceSettings.StrokeColor">
			<summary>Specifies the stroke color of editable scopes inside the related image.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar">
			<summary>The Sidebar class represents a container that gives quick access to a control which is either user-defined or a predefined TextControl feature interface.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Sidebar.#ctor">
			<summary>Initializes a new instance of the Sidebar class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar.AboutItem">
			<summary>Each AboutItem represents an item in a predefined About control.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.AboutItem.TXITEM_AboutViewer">
			<summary>Identifies the 'About' TextControl.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar.CommentsItem">
			<summary>Each CommentsItem represents an item in a predefined Comments control.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.CommentsItem.TXITEM_CommentsCount">
			<summary>Identifies the Comments Count label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.CommentsItem.TXITEM_CommentsRefresh">
			<summary>Identifies the Comments Refresh button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.CommentsItem.TXITEM_CommentsViewer">
			<summary>Identifies the Comments overview.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.CommentsItem.TXITEM_DeleteComment">
			<summary>Identifies the Comments Delete button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.CommentsItem.TXITEM_EditComment">
			<summary>Identifies the Comments Edit button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.CommentsItem.TXITEM_ReplyComment">
			<summary>Identifies the Comments Reply button.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar.ConditionalInstructionsItem">
			<summary>Each ConditionalInstructionsItem represents an item in a predefined ConditionalInstructions control.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.ConditionalInstructionsItem.TXITEM_OverviewLabel">
			<summary>Identifies the Conditional Instructions overview label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.ConditionalInstructionsItem.TXITEM_Overview">
			<summary>Identifies the Conditional Instructions overview.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.ConditionalInstructionsItem.TXITEM_ConditionsLabel">
			<summary>Identifies the Conditions overview label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.ConditionalInstructionsItem.TXITEM_Conditions">
			<summary>Identifies the Conditions overview.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.ConditionalInstructionsItem.TXITEM_InstructionsLabel">
			<summary>Identifies the Instructions overview label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.ConditionalInstructionsItem.TXITEM_Instructions">
			<summary>Identifies the Instructions overview.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.ConditionalInstructionsItem.TXITEM_New">
			<summary>Identifies the Conditional Instructions New button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.ConditionalInstructionsItem.TXITEM_Edit">
			<summary>Identifies the Conditional Instructions Edit button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.ConditionalInstructionsItem.TXITEM_Delete">
			<summary>Identifies the Conditional Instructions Edit button.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem">
			<summary>Each DocumentSettingsItem represents an item in a predefined DocumentSettings control.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_TitleLabel">
			<summary>Identifies the Titel label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_TitleTextBox">
			<summary>Identifies the Titel text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_AuthorLabel">
			<summary>Identifies the Author label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_AuthorTextBox">
			<summary>Identifies the Author text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_CreatedLabel">
			<summary>Identifies the Created label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_DateLabel">
			<summary>Identifies the Created Date label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_SubjectLabel">
			<summary>Identifies the Subject label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_SubjectTextBox">
			<summary>Identifies the Subject text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_TagsLabel">
			<summary>Identifies the Tags label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_TagsTextBox">
			<summary>Identifies the Tags text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_FirstVerticalSeparator">
			<summary>Identifies the first vertical separator that is displayed when applying the horizontal sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesPanel">
			<summary>Identifies the panel that includes all Custom Properties related controls.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesToggleItem">
			<summary>Identifies the Custom Properties +/- toggle item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesLabel">
			<summary>Identifies the Custom Properties label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesSeparator">
			<summary>Identifies the Custom Properties separator.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesSubpanel">
			<summary>Identifies the panel that includes the controls TXITEM_CustomPropertiesListView, TXITEM_AddCustomProperty and TXITEM_DeleteCustomProperty.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_AddCustomProperty">
			<summary>Identifies the Add Custom Property button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_DeleteCustomProperty">
			<summary>Identifies the Delete Custom Property button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_SecondVerticalSeparator">
			<summary>Identifies the second vertical separator that is displayed when applying the horizontal sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesPanel">
			<summary>Identifies the panel that includes all Embedded Files related controls.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesToggleItem">
			<summary>Identifies the Embedded Files +/- toggle item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesLabel">
			<summary>Identifies the Embedded Files label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesSeparator">
			<summary>Identifies the Embedded Files separator.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesSubpanel">
			<summary>Identifies the panel that includes the controls TXITEM_EmbeddedFilesListView, TXITEM_AddEmbeddedFile, TXITEM_SaveEmbeddedFile, TXITEM_RemoveEmbeddedFile and TXITEM_EditEmbeddedFile.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_AddEmbeddedFile">
			<summary>Identifies the Add Embedded File button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_SaveEmbeddedFile">
			<summary>Identifies the Save Embedded File button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_RemoveEmbeddedFile">
			<summary>Identifies the Remove Embedded File button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_EditEmbeddedFile">
			<summary>Identifies the Edit Embedded File button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_DialogTabControl">
			<summary>Identifies the tab control that is displayed when applying the dialog sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_DocumentInfoTabPage">
			<summary>Identifies the Document Info tab page that is displayed when applying the dialog sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_CustomPropertiesTabPage">
			<summary>Identifies the Custom Properties tab page that is displayed when applying the dialog sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.DocumentSettingsItem.TXITEM_EmbeddedFilesTabPage">
			<summary>Identifies the Embedded Files tab page that is displayed when applying the dialog sidebar layout.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem">
			<summary>Each FieldNavigatorItem represents an item in a predefined FieldNavigator control.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_SearchTextBox">
			<summary>Identifies the Field Navigator search text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_SearchButton">
			<summary>Identifies the Field Navigator search button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeItems">
			<summary>Identifies the tab control that contains the merge field and merge block tree views.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_FirstVerticalSeparator">
			<summary>Identifies the first vertical separator that is displayed when applying the horizontal or dialog sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldPropertiesPanel">
			<summary>Identifies the panel that includes all Merge Field Properties related controls.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldPropertiesToggleItem">
			<summary>Identifies the Merge Field Properties +/- toggle item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldPropertiesLabel">
			<summary>Identifies the Merge Field Properties label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldPropertiesSeparator">
			<summary>Identifies the Merge Field Properties separator.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldPropertiesSubpanel">
			<summary>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.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldName">
			<summary>Identifies the Merge Field Properties' Name label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldNameTextBox">
			<summary>Identifies the Merge Field Properties' Name text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_Text">
			<summary>Identifies the Merge Field Properties' Text label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_TextTextBox">
			<summary>Identifies the Merge Field Properties' Text text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_Format">
			<summary>Identifies the Merge Field Properties' Format label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_FormatComboBox">
			<summary>Identifies the Merge Field Properties' Format combo box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_TextBefore">
			<summary>Identifies the Merge Field Properties' Text Before label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_TextBeforeTextBox">
			<summary>Identifies the Merge Field Properties' Text Before text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_TextAfter">
			<summary>Identifies the Merge Field Properties' Text After label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_TextAfterTextBox">
			<summary>Identifies the Merge Field Properties' Text After text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_DateFormat">
			<summary>Identifies the Merge Field Properties' Date / Time Format label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_DateFormatComboBox">
			<summary>Identifies the Merge Field Properties' Date / Time Format combo box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_NumericFormat">
			<summary>Identifies the Merge Field Properties' Numeric Format label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_NumericFormatComboBox">
			<summary>Identifies the Merge Field Properties' Numeric Format combo box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_PreserveFormatting">
			<summary>Identifies the Merge Field Properties' Preserve Formatting check box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeFieldDelete">
			<summary>Identifies the Merge Field Properties' Delete button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_SecondVerticalSeparator">
			<summary>Identifies the second vertical separator that is displayed when applying the horizontal sidebar layout.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockPropertiesPanel">
			<summary>Identifies the panel that includes all Merge Block Properties related controls.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockPropertiesToggleItem">
			<summary>Identifies the Merge Block Properties +/- toggle item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockPropertiesLabel">
			<summary>Identifies the Merge Block Properties label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockPropertiesSeparator">
			<summary>Identifies the Merge Block Properties separator.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockPropertiesSubpanel">
			<summary>Identifies the panel that includes the controls TXITEM_MergeBlockName, TXITEM_MergeBlockNameTextBox and TXITEM_MergeBlockDelete.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockName">
			<summary>Identifies the Merge Block Properties' Name label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockNameTextBox">
			<summary>Identifies the Merge Block Properties' Name text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FieldNavigatorItem.TXITEM_MergeBlockDelete">
			<summary>Identifies the Merge Block Properties' Delete button.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem">
			<summary>Each FieldNavigatorItem represents an item in a predefined Find or Replace control.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_FindWhatLabel">
			<summary>Identifies the Find What label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_FindWhatTextBox">
			<summary>Identifies the Find What text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_ReplaceWithLabel">
			<summary>Identifies the Replace With label (only with Replace content layout).</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_ReplaceWithTextBox">
			<summary>Identifies the Replace With text box (only with Replace content layout).</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_FindOptionsToggleItem">
			<summary>Identifies the Find Options toggle item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_FindOptionsLabel">
			<summary>Identifies the Find Options label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_FindOptionsSeparator">
			<summary>Identifies the Find Options separator.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_MatchCase">
			<summary>Identifies the Match Case check box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_MatchWholeWord">
			<summary>Identifies the Match Whole Word check box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_SearchUp">
			<summary>Identifies the Search Up control.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_SearchInMainText">
			<summary>Identifies the Search In Main Text check box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_SearchInFootnotes">
			<summary>Identifies the Search In Footnotes check box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_SearchInTextFrames">
			<summary>Identifies the Search In Text Frames check box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_SearchInHeaderFooters">
			<summary>Identifies the Search In Header Footers check box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_FindNext">
			<summary>Identifies the Find Next button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_Replace">
			<summary>Identifies the Replace button (only with Replace content layout).</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_ReplaceAll">
			<summary>Identifies the Replace All button (only with Replace content layout).</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.FindAndReplaceItem.TXITEM_Cancel">
			<summary>Identifies the Cancel button.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar.GotoItem">
			<summary>Each GotoItem represents an item in a predefined Goto control.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.GotoItem.TXITEM_GotoLabel">
			<summary>Identifies the label of the Go to list box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.GotoItem.TXITEM_GotoList">
			<summary>Identifies the Go to list box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.GotoItem.TXITEM_NumberLabel">
			<summary>Identifies the label of the Number text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.GotoItem.TXITEM_Number">
			<summary>Identifies the Number respectively Bookmark combo box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.GotoItem.TXITEM_GotoPrevious">
			<summary>Identifies the Previous button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.GotoItem.TXITEM_GotoNext">
			<summary>Identifies the Next button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.GotoItem.TXITEM_Close">
			<summary>Identifies the Close button.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar.StylesItem">
			<summary>Each StylesItem represents an item in a predefined Styles control.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.StylesItem.TXITEM_Styles">
			<summary>Identifies the Styles overview.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.StylesItem.TXITEM_ShowPreview">
			<summary>Identifies the Show Preview check box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.StylesItem.TXITEM_SortAlphabetical">
			<summary>Identifies the Sort Alphabetical check box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.StylesItem.TXITEM_ManageStyles">
			<summary>Identifies the Manage Styles button.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar.TrackedChangesItem">
			<summary>Each TrackedChangesItem represents an item in a predefined TrackedChanges control.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.TrackedChangesItem.TXITEM_TrackedChangesCount">
			<summary>Identifies the Tracked Changes Count label.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.TrackedChangesItem.TXITEM_TrackedChangesRefresh">
			<summary>Identifies the Tracked Changes Refresh button.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.TrackedChangesItem.TXITEM_TrackedChangesViewer">
			<summary>Identifies the Tracked Changes overview.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout">
			<summary>Specifies the requested layout that has to be intialized and rendered as sidebar content.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.None">
			<summary>No content is diplayed or can be set.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.Custom">
			<summary>A custom control can be used as content.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.FieldNavigator">
			<summary>The content represents a panel to navigate through the merge fields of a document.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.Find">
			<summary>The content represents a find in text interface.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.Goto">
			<summary>The content represents a go to interface.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.Replace">
			<summary>The content represents a find and replace in text interface.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.Styles">
			<summary>The content represents an overview of all available styles of the document.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.TrackedChanges">
			<summary>The content represents a panel that shows all tracked changes of a document.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.ConditionalInstructions">
			<summary>The content represents a panel to manage the conditional instructions of a document.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.DocumentSettings">
			<summary>The content represents a panel to manage the settings of a document.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.Comments">
			<summary>The content represents a panel that shows all comments of a document.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarContentLayout.About">
			<summary>The content represents a TextControl that can be used as an 'About' panel.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Sidebar.SidebarDialogStyle">
			<summary>Specifies the requested border and title bar layout of the sidebar dialog.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarDialogStyle.Standard">
			<summary>The dialog's border and title bar equal to the style of a System.Windows.Forms.Form where the FormBorderStyle is set to System.Windows.Forms.FormBorderStyle.FixedDialog.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarDialogStyle.StandardSizable">
			<summary>The dialog's border and title bar equal to the style of a System.Windows.Forms.Form where the FormBorderStyle is set to System.Windows.Forms.FormBorderStyle.Sizable.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarDialogStyle.Sidebar">
			<summary>The dialog only displays the sidebar. The dialog is not sizable and neither a specific dialog border nor a title bar are set (equivalent to System.Windows.Forms.FormBorderStyle.FixedSingle).</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Sidebar.SidebarDialogStyle.SidebarSizable">
			<summary>The dialog only displays the sidebar. The dialog is sizable (equivalent to System.Windows.Forms.FormBorderStyle.Sizable), but neither a specific dialog border nor a title bar are set.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Sidebar.FindItem(Windows.Forms.Sidebar.ConditionalInstructionsItem)">
			<summary>Finds a control inside a predefined conditional instructions panel that has the Sidebar.ConditionalInstructionsItem identifier name.</summary>
			<param name="item">The name of the requested control represented by a specific enum.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Sidebar.FindItem(Windows.Forms.Sidebar.DocumentSettingsItem)">
			<summary>Finds a control inside a predefined document settings panel that has the Sidebar.DocumentSettingsItem identifier name.</summary>
			<param name="item">The name of the requested control represented by a specific enum.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Sidebar.FindItem(Windows.Forms.Sidebar.FieldNavigatorItem)">
			<summary>Finds a control inside a predefined field navigator that has the Sidebar.FieldNavigatorItem identifier name.</summary>
			<param name="item">The name of the requested control represented by a specific enum.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Sidebar.FindItem(Windows.Forms.Sidebar.FindAndReplaceItem)">
			<summary>Finds a control inside a predefined find or replace panel that has the Sidebar.FindAndReplaceItem identifier name.</summary>
			<param name="item">The name of the requested control represented by a specific enum.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Sidebar.FindItem(Windows.Forms.Sidebar.GotoItem)">
			<summary>Finds a control inside a predefined go to panel that has the Sidebar.GotoItem identifier name.</summary>
			<param name="item">The name of the requested control represented by a specific enum.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Sidebar.FindItem(Windows.Forms.Sidebar.StylesItem)">
			<summary>Finds a control inside a predefined go to panel that has the Sidebar.StylesItem identifier name.</summary>
			<param name="item">The name of the requested control represented by a specific enum.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Sidebar.FindItem(Windows.Forms.Sidebar.TrackedChangesItem)">
			<summary>Finds a control inside a predefined tracked changes overview that has the Sidebar.TrackedChangesItem identifier name.</summary>
			<param name="item">The name of the requested control represented by a specific enum.</param>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.Content">
			<summary>Gets or sets an object of type System.Windows.Forms.Control that represents the content of the Sidebar.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.ContentLayout">
			<summary>Determines the content layout that has to be intialized and rendered for the Sidebar.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.DialogLocation">
			<summary>Gets or sets the location of the dialog where the Sidebar is placed, if the Sidebar.IsPinned property is set to false.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.DialogSize">
			<summary>Gets or sets the size of the dialog where the Sidebar is placed, if the Sidebar.IsPinned property is set to false.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.DialogStyle">
			<summary>Gets or sets the requested border and title bar layout of the sidebar dialog.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.IsPinned">
			<summary>Gets or sets a value indicating whether the Sidebar is rendered inside another control (property value is set to true) or displayed as dialog.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.IsSizable">
			<summary>Gets or sets a value indicating whether the Sidebar can be sized with the mouse.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.IsShown">
			<summary>Gets or sets a value indicating whether the Sidebar is shown.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.ShowCloseButton">
			<summary>Gets or sets a value indicating whether the Sidebar's close button is shown.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.ShowPinButton">
			<summary>Gets or sets a value indicating whether the Sidebar's pin button is shown.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.ShowTitle">
			<summary>Gets or sets a value indicating whether the Sidebar's title is shown.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.Text">
			<summary>Overridden. Gets or sets the text that is displayed in the title bar of the Sidebar.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.TextControl">
			<summary>Gets or sets the TextControl that is used for the predefined TextControl feature layouts.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.TitleFont">
			<summary>Gets or sets the font of the title bar's text.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Sidebar.TitleForeColor">
			<summary>Gets or sets the color of the title bar's text.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.IconTextRelation">
			<summary>Specifies the position of the text and the kind of icon relative to each other on objects of type RibbonButton and RibbonTextBox:</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.IconTextRelation.LargeIconLabeled">
			<summary>If the object is part of a RibbonGroup the item displayes its large icon above its text. If the item is an object of type RibbonButton and inserted as a drop-down item, the image is displayed horizontally before the text and the description text.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.IconTextRelation.SmallIconLabeled">
			<summary>The item displayes its small icon horizontally before the text.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.IconTextRelation.SmallIconUnlabeled">
			<summary>The item's small icon is displayed, but not its text.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.IconTextRelation.NoIconLabeled">
			<summary>Only the item's text is displayed.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ListViewMode">
			<summary>Determines the view mode of the RibbonListView:</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ListViewMode.Icon">
			<summary>A RibbonListViewItem displayes its icon.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ListViewMode.Text">
			<summary>A RibbonListViewItem displayes its text.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ListViewMode.DropDown">
			<summary>A RibbonListViewItem a drop-down.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonSeperator.SeperatorAlignment">
			<summary>Determines the alignment of the RibbonSeperator:</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonSeperator.SeperatorAlignment.Horizontal">
			<summary>The separator is aligned horizontally.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonSeperator.SeperatorAlignment.Vertical">
			<summary>The separator is aligned vertically.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.InputValidationMode">
			<summary>Determines the validation mode that is used to validate the inserted text in the RibbonTextBox:</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.InputValidationMode.All">
			<summary>All characters are valid to be inserted into the text box.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.InputValidationMode.LettersOrDigits">
			<summary>Only letters or digits are valid text box characters.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.InputValidationMode.OnlyLetters">
			<summary>Only letters or digits are valid text box characters.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.InputValidationMode.OnlyDigits">
			<summary>Only digits are valid text box characters.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.InputValidationMode.OnlyIntegers">
			<summary>Only integers are valid text box characters.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup">
			<summary>An object of the ContextualTabGroup class represents a group of ribbon tabs which are only shown in a certain context.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup.#ctor">
			<summary>Initializes a new instance of the ContextualTabGroup class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup.BackColor">
			<summary>Gets or sets the background color of the group's label.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup.ContextualTabs">
			<summary>Gets a list of all RibbonTab objects contained in this group.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup.Header">
			<summary>Gets or sets the group's header.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup.Name">
			<summary>Gets or sets the group's name.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup.Visible">
			<summary>Gets or sets the group's visibility.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.ContextualTabGroupCollection">
			<summary>The ContextualTabGroupCollection class represents all groups of ribbon tabs which are only shown in a certain context.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher">
			<summary>The DialogBoxLauncher class represents the dialog box launcher item of a RibbonGroup.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.ContextMenuStrip">
			<summary>Gets or sets the ContextMenuStrip associated with this dialog box launcher.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.Enabled">
			<summary>Gets or sets a value indicating whether this dialog box launcher is enabled.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.Visible">
			<summary>Gets or sets a value indicating whether this dialog box launcher is visible.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.ToolStripItemImage">
			<summary>Gets or sets a 16x16 icon for this dialog box launcher's quick access toolbar tool strip item.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.ToolTip">
			<summary>Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.DialogBoxLauncher.Click">
			<summary>Occurs as the dialog box launcher is clicked.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup">
			<summary>The HorizontalRibbonGroup class represents a logical group of controls as they appear on a RibbonTab.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup.#ctor">
			<summary>Initializes a new instance of the HorizontalRibbonGroup class.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup.Add(System.Windows.Forms.Control,System.Int32)">
			<summary>Adds a control of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator to the end of a specific row inside the horizontal ribbon group.</summary>
			<param name="item">The control to be added to this group.</param>
			<param name="row">The row where to add the control.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup.AddRange(System.Windows.Forms.Control[],System.Int32)">
			<summary>Adds an array of controls to the end of a specific row. These controls must be objects of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator.</summary>
			<param name="items">An array of controls to be added to this group.</param>
			<param name="row">The row where to add the controls.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup.Insert(System.Int32,System.Windows.Forms.Control,System.Int32)">
			<summary>Inserts a control of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator at the specified index.</summary>
			<param name="index">The zero-based index at which the control should be inserted.</param>
			<param name="item">The control to be inserted to this group.</param>
			<param name="row">The row where to insert the control.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup.InsertRange(System.Int32,System.Windows.Forms.Control[],System.Int32)">
			<summary>Inserts an array of controls at the specified index. These controls must be objects of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator.</summary>
			<param name="index">The zero-based index at which the controls should be inserted.</param>
			<param name="items">An array of controls to be inserted to this group.</param>
			<param name="row">The row where to insert the controls.</param>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.Ribbon">
			<summary>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.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.Ribbon.#ctor">
			<summary>Initializes a new instance of the Ribbon class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.ApplicationMenuHelpPaneItems">
			<summary>Gets a collection of all items which are displayed on the help pane of the Application Menu.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.ApplicationMenuItems">
			<summary>Gets a collection of all items which are displayed on the Application Menu.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.ContextualTabGroups">
			<summary>Gets a collection of all contextual tab groups of this ribbon.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.DisplayColors">
			<summary>Gets or sets the colors of the ribbon.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.HasApplicationMenu">
			<summary>Gets or sets a value defining whether the first tab of the ribbon is an application menu.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.Minimized">
			<summary>Gets or sets a value determining whether the ribbon is shown minimized.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.ReadOnly">
			<summary>Gets or sets a value determining the ribbon's read only mode.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors">
			<summary>The Ribbon.Colors class gets, sets or resets the display colors of a Windows Forms Ribbon control.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.#ctor">
			<summary>Initializes a new instance of the Ribbon.Colors class. After creating the object with this constuctor, individual colors can be set. If the Colors object is assigned to the Windows.Forms.Ribbon.Ribbon.DisplayColors property, non-set colors are reset to their system dependent default values.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetApplicationMenuColor">
			<summary>Resets the ribbon's ApplicationMenuColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetApplicationMenuTabHighlightColor">
			<summary>Resets the ribbon's ApplicationMenuTabHighlightColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetApplicationMenuTabColor">
			<summary>Resets the ribbon's ApplicationMenuTabColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetHighlightTabColor">
			<summary>Resets the ribbon's HighlightTabColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetMenuColor">
			<summary>Resets the ribbon's MenuColor to its system dependent default value.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ResetTabColor">
			<summary>Resets the ribbon's TabColor to its system dependent default value.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ApplicationMenuColor">
			<summary>Gets or sets the background color of a ribbon's application menu.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ApplicationMenuTabColor">
			<summary>Gets or sets the color of a ribbon's first tab, which opens the application menu.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.ApplicationMenuTabHighlightColor">
			<summary>Gets or sets the highlight color of a ribbon's first tab which is used, when the mouse pointer is moved over it.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.HighlightTabColor">
			<summary>Gets or sets the highlight color of a ribbon tab which is used when a tab is selected.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.MenuColor">
			<summary>Gets or sets the menu color of a ribbon.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.Ribbon.Colors.TabColor">
			<summary>Gets or sets the background color of a ribbon tab.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonButton">
			<summary>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.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonButton.#ctor">
			<summary>Initializes a new instance of the RibbonButton class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonButton.Description">
			<summary>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.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonButton.DisplayMode">
			<summary>Sets the RibbonButton's superordinate display settings and gets its corresponding text icon relation rendering to the current group's width.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonButton.IsAddToQuickAccessToolbarEnabled">
			<summary>Gets or sets a value indicating whether the RibbonButton can be added to the quick access toolbar.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonButton.IsScalable">
			<summary>Gets or sets value indicating whether the RibbonButton changes its display mode when the related ribbon group is scaled by resizing the application.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonButton.KeyTip">
			<summary>Gets or sets the keyboard shortcut of the RibbonButton.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonButton.LargeIcon">
			<summary>Gets or sets a 32x32 1/96 inch icon for this RibbonButton.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonButton.ParentCollection">
			<summary>Gets the RibbonItemCollection that contains this RibbonButton.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonButton.SmallIcon">
			<summary>Gets or sets a 16x16 1/96 inch icon for this RibbonButton.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonButton.Text">
			<summary>Overridden. Gets or sets the RibbonButton's text.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonButton.ToolTip">
			<summary>Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab">
			<summary>The RibbonChartLayoutTab class represents a Windows Forms ribbon tab for editing objects of type ChartFrame.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.#ctor">
			<summary>Initializes a new instance of the RibbonChartLayoutTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonChartLayoutTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_DataGroup">
			<summary>Identifies the TXITEM_DataGroup ribbon group inside the RibbonChartLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_EditData">
			<summary>Identifies the TXITEM_EditData ribbon item inside the TXITEM_DataGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_SetDataRelation">
			<summary>Identifies the TXITEM_SetDataRelation ribbon item inside the TXITEM_DataGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_LabelsGroup">
			<summary>Identifies the TXITEM_LabelsGroup ribbon group inside the RibbonChartLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_Legend">
			<summary>Identifies the TXITEM_Legend ribbon item inside the TXITEM_LabelsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisLabels">
			<summary>Identifies the TXITEM_XAxisLabels ribbon item inside the TXITEM_LabelsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisLabels">
			<summary>Identifies the TXITEM_YAxisLabels ribbon item inside the TXITEM_LabelsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_TitlesGroup">
			<summary>Identifies the TXITEM_TitlesGroup ribbon group inside the RibbonChartLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_ChartTitle">
			<summary>Identifies the TXITEM_ChartTitle ribbon item inside the TXITEM_TitlesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisTitle">
			<summary>Identifies the TXITEM_XAxisTitle ribbon item inside the TXITEM_TitlesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisTitle">
			<summary>Identifies the TXITEM_YAxisTitle ribbon item inside the TXITEM_TitlesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_FormatChartTitle">
			<summary>Identifies the TXITEM_FormatChartTitle ribbon item inside the TXITEM_TitlesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_FormatXAxisTitle">
			<summary>Identifies the TXITEM_FormatXAxisTitle ribbon item inside the TXITEM_TitlesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_FormatYAxisTitle">
			<summary>Identifies the TXITEM_FormatYAxisTitle ribbon item inside the TXITEM_TitlesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisGroup">
			<summary>Identifies the TXITEM_XAxisGroup ribbon group inside the RibbonChartLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisLine">
			<summary>Identifies the TXITEM_XAxisLine ribbon item inside the TXITEM_XAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisMajorGridlines">
			<summary>Identifies the TXITEM_XAxisMajorGridlines ribbon item inside the TXITEM_XAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisMinorGridlines">
			<summary>Identifies the TXITEM_XAxisMinorGridlines ribbon item inside the TXITEM_XAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisMinimumAutomatic">
			<summary>Identifies the TXITEM_XAxisMinimumAutomatic ribbon item inside the TXITEM_XAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisMaximumAutomatic">
			<summary>Identifies the TXITEM_XAxisMaximumAutomatic ribbon item inside the TXITEM_XAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisIntervalAutomatic">
			<summary>Identifies the TXITEM_XAxisIntervalAutomatic ribbon item inside the TXITEM_XAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisMinimum">
			<summary>Identifies the TXITEM_XAxisMinimum ribbon item inside the TXITEM_XAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisMaximum">
			<summary>Identifies the TXITEM_XAxisMaximum ribbon item inside the TXITEM_XAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_XAxisInterval">
			<summary>Identifies the TXITEM_XAxisInterval ribbon item inside the TXITEM_XAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisGroup">
			<summary>Identifies the TXITEM_YAxisGroup ribbon group inside the RibbonChartLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisLine">
			<summary>Identifies the TXITEM_YAxisLine ribbon item inside the TXITEM_YAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisMajorGridlines">
			<summary>Identifies the TXITEM_YAxisMajorGridlines ribbon item inside the TXITEM_YAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisMinorGridlines">
			<summary>Identifies the TXITEM_YAxisMinorGridlines ribbon item inside the TXITEM_YAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisMinimumAutomatic">
			<summary>Identifies the TXITEM_YAxisMinimumAutomatic ribbon item inside the TXITEM_YAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisMaximumAutomatic">
			<summary>Identifies the TXITEM_YAxisMaximumAutomatic ribbon item inside the TXITEM_YAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisIntervalAutomatic">
			<summary>Identifies the TXITEM_YAxisIntervalAutomatic ribbon item inside the TXITEM_YAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisMinimum">
			<summary>Identifies the TXITEM_YAxisMinimum ribbon item inside the TXITEM_YAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisMaximum">
			<summary>Identifies the TXITEM_YAxisMaximum ribbon item inside the TXITEM_YAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem.TXITEM_YAxisInterval">
			<summary>Identifies the TXITEM_YAxisInterval ribbon item inside the TXITEM_YAxisGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonChartLayoutTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendShow">
			<summary>Identifies the TXITEM_LegendShow drop-down item inside the TXITEM_Legend's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendDocking">
			<summary>Identifies the TXITEM_LegendDocking drop-down item inside the TXITEM_Legend's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendDocking_Left">
			<summary>Identifies the TXITEM_LegendDocking_Left drop-down item inside the TXITEM_LegendDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendDocking_Top">
			<summary>Identifies the TXITEM_LegendDocking_Top drop-down item inside the TXITEM_LegendDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendDocking_Right">
			<summary>Identifies the TXITEM_LegendDocking_Right drop-down item inside the TXITEM_LegendDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendDocking_Bottom">
			<summary>Identifies the TXITEM_LegendDocking_Bottom drop-down item inside the TXITEM_LegendDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendAlignment">
			<summary>Identifies the TXITEM_LegendAlignment drop-down item inside the TXITEM_Legend's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendAlignment_Near">
			<summary>Identifies the TXITEM_LegendAlignment_Near drop-down item inside the TXITEM_LegendAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendAlignment_Center">
			<summary>Identifies the TXITEM_LegendAlignment_Center drop-down item inside the TXITEM_LegendAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendAlignment_Far">
			<summary>Identifies the TXITEM_LegendAlignment_Far drop-down item inside the TXITEM_LegendAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendColor">
			<summary>Identifies the TXITEM_LegendColor drop-down item inside the TXITEM_Legend's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendColor_Automatic">
			<summary>Identifies the TXITEM_LegendColor_Automatic drop-down item inside the TXITEM_LegendColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendColor_MoreColors">
			<summary>Identifies the TXITEM_LegendColor_MoreColors drop-down item inside the TXITEM_LegendColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_LegendFont">
			<summary>Identifies the TXITEM_LegendFont drop-down item inside the TXITEM_Legend's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLabelsShow">
			<summary>Identifies the TXITEM_XAxisLabelsShow drop-down item inside the TXITEM_XAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLabelsColor">
			<summary>Identifies the TXITEM_XAxisLabelsColor drop-down item inside the TXITEM_XAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLabelsColor_Automatic">
			<summary>Identifies the TXITEM_XAxisLabelsColor_Automatic drop-down item inside the TXITEM_XAxisLabelsColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLabelsColor_MoreColors">
			<summary>Identifies the TXITEM_XAxisLabelsColor_MoreColors drop-down item inside the TXITEM_XAxisLabelsColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLabelsFont">
			<summary>Identifies the TXITEM_XAxisLabelsFont drop-down item inside the TXITEM_XAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLabelsShow">
			<summary>Identifies the TXITEM_YAxisLabelsShow drop-down item inside the TXITEM_YAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLabelsColor">
			<summary>Identifies the TXITEM_YAxisLabelsColor drop-down item inside the TXITEM_YAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLabelsColor_Automatic">
			<summary>Identifies the TXITEM_YAxisLabelsColor_Automatic drop-down item inside the TXITEM_YAxisLabelsColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLabelsColor_MoreColors">
			<summary>Identifies the TXITEM_YAxisLabelsColor_MoreColors drop-down item inside the TXITEM_YAxisLabelsColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLabelsFont">
			<summary>Identifies the TXITEM_YAxisLabelsFont drop-down item inside the TXITEM_YAxisLabels's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleDocking">
			<summary>Identifies the TXITEM_ChartTitleDocking drop-down item inside the TXITEM_FormatChartTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleDocking_Left">
			<summary>Identifies the TXITEM_ChartTitleDocking_Left drop-down item inside the TXITEM_ChartTitleDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleDocking_Top">
			<summary>Identifies the TXITEM_ChartTitleDocking_Top drop-down item inside the TXITEM_ChartTitleDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleDocking_Right">
			<summary>Identifies the TXITEM_ChartTitleDocking_Right drop-down item inside the TXITEM_ChartTitleDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleDocking_Bottom">
			<summary>Identifies the TXITEM_ChartTitleDocking_Bottom drop-down item inside the TXITEM_ChartTitleDocking's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleOrientation">
			<summary>Identifies the TXITEM_ChartTitleOrientation drop-down item inside the TXITEM_FormatChartTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleOrientation_Auto">
			<summary>Identifies the TXITEM_ChartTitleOrientation_Auto drop-down item inside the TXITEM_ChartTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleOrientation_Horizontal">
			<summary>Identifies the TXITEM_ChartTitleOrientation_Horizontal drop-down item inside the TXITEM_ChartTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleOrientation_Rotated270">
			<summary>Identifies the TXITEM_ChartTitleOrientation_Rotated270 drop-down item inside the TXITEM_ChartTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleOrientation_Rotated90">
			<summary>Identifies the TXITEM_ChartTitleOrientation_Rotated90 drop-down item inside the TXITEM_ChartTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleOrientation_Stacked">
			<summary>Identifies the TXITEM_ChartTitleOrientation_Stacked drop-down item inside the TXITEM_ChartTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleColor">
			<summary>Identifies the TXITEM_ChartTitleColor drop-down item inside the TXITEM_FormatChartTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleColor_Automatic">
			<summary>Identifies the TXITEM_ChartTitleColor_Automatic drop-down item inside the TXITEM_ChartTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitle_MoreColors">
			<summary>Identifies the TXITEM_ChartTitle_MoreColors drop-down item inside the TXITEM_ChartTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_ChartTitleFont">
			<summary>Identifies the TXITEM_ChartTitleFont drop-down item inside the TXITEM_FormatChartTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleAlignment">
			<summary>Identifies the TXITEM_XAxisTitleAlignment drop-down item inside the TXITEM_FormatXAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleAlignment_Near">
			<summary>Identifies the TXITEM_XAxisTitleAlignment_Near drop-down item inside the TXITEM_XAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleAlignment_Center">
			<summary>Identifies the TXITEM_XAxisTitleAlignment_Center drop-down item inside the TXITEM_XAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleAlignment_Far">
			<summary>Identifies the TXITEM_XAxisTitleAlignment_Far drop-down item inside the TXITEM_XAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleOrientation">
			<summary>Identifies the TXITEM_XAxisTitleOrientation drop-down item inside the TXITEM_FormatXAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleOrientation_Auto">
			<summary>Identifies the TXITEM_XAxisTitleOrientation_Auto drop-down item inside the TXITEM_XAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleOrientation_Horizontal">
			<summary>Identifies the TXITEM_XAxisTitleOrientation_Horizontal drop-down item inside the TXITEM_XAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleOrientation_Rotated270">
			<summary>Identifies the TXITEM_XAxisTitleOrientation_Rotated270 drop-down item inside the TXITEM_XAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleOrientation_Rotated90">
			<summary>Identifies the TXITEM_XAxisTitleOrientation_Rotated90 drop-down item inside the TXITEM_XAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleOrientation_Stacked">
			<summary>Identifies the TXITEM_XAxisTitleOrientation_Stacked drop-down item inside the TXITEM_XAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleColor">
			<summary>Identifies the TXITEM_XAxisTitleColor drop-down item inside the TXITEM_FormatXAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleColor_Automatic">
			<summary>Identifies the TXITEM_XAxisTitleColor_Automatic drop-down item inside the TXITEM_XAxisTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleColor_MoreColors">
			<summary>Identifies the TXITEM_XAxisTitleColor_MoreColors drop-down item inside the TXITEM_XAxisTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisTitleFont">
			<summary>Identifies the TXITEM_XAxisTitleFont drop-down item inside the TXITEM_FormatXAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleAlignment">
			<summary>Identifies the TXITEM_YAxisTitleAlignment drop-down item inside the TXITEM_FormatYAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleAlignment_Far">
			<summary>Identifies the TXITEM_YAxisTitleAlignment_Far drop-down item inside the TXITEM_YAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleAlignment_Center">
			<summary>Identifies the TXITEM_YAxisTitleAlignment_Center drop-down item inside the TXITEM_YAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleAlignment_Near">
			<summary>Identifies the TXITEM_YAxisTitleAlignment_Near drop-down item inside the TXITEM_YAxisTitleAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleOrientation">
			<summary>Identifies the TXITEM_YAxisTitleOrientation drop-down item inside the TXITEM_FormatYAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleOrientation_Auto">
			<summary>Identifies the TXITEM_YAxisTitleOrientation_Auto drop-down item inside the TXITEM_YAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleOrientation_Horizontal">
			<summary>Identifies the TXITEM_YAxisTitleOrientation_Horizontal drop-down item inside the TXITEM_YAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleOrientation_Rotated270">
			<summary>Identifies the TXITEM_YAxisTitleOrientation_Rotated270 drop-down item inside the TXITEM_YAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleOrientation_Rotated90">
			<summary>Identifies the TXITEM_YAxisTitleOrientation_Rotated90 drop-down item inside the TXITEM_YAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleOrientation_Stacked">
			<summary>Identifies the TXITEM_YAxisTitleOrientation_Stacked drop-down item inside the TXITEM_YAxisTitleOrientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleColor">
			<summary>Identifies the TXITEM_YAxisTitleColor drop-down item inside the TXITEM_FormatYAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleColor_Automatic">
			<summary>Identifies the TXITEM_YAxisTitleColor_Automatic drop-down item inside the TXITEM_YAxisTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleColor_MoreColors">
			<summary>Identifies the TXITEM_YAxisTitleColor_MoreColors drop-down item inside the TXITEM_YAxisTitleColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisTitleFont">
			<summary>Identifies the TXITEM_YAxisTitleFont drop-down item inside the TXITEM_FormatYAxisTitle's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLineShow">
			<summary>Identifies the TXITEM_XAxisLineShow drop-down item inside the TXITEM_XAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLineColor">
			<summary>Identifies the TXITEM_XAxisLineColor drop-down item inside the TXITEM_XAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLineColor_Automatic">
			<summary>Identifies the TXITEM_XAxisLineColor_Automatic drop-down item inside the TXITEM_XAxisLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLineColor_MoreColors">
			<summary>Identifies the TXITEM_XAxisLineColor_MoreColors drop-down item inside the TXITEM_XAxisLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLineDashType">
			<summary>Identifies the TXITEM_XAxisLineDashType drop-down item inside the TXITEM_XAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLineDashType_Dash">
			<summary>Identifies the TXITEM_XAxisLineDashType_Dash drop-down item inside the TXITEM_XAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLineDashType_DashDot">
			<summary>Identifies the TXITEM_XAxisLineDashType_DashDot drop-down item inside the TXITEM_XAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLineDashType_DashDotDot">
			<summary>Identifies the TXITEM_XAxisLineDashType_DashDotDot drop-down item inside the TXITEM_XAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLineDashType_Dot">
			<summary>Identifies the TXITEM_XAxisLineDashType_Dot drop-down item inside the TXITEM_XAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisLineDashType_Solid">
			<summary>Identifies the TXITEM_XAxisLineDashType_Solid drop-down item inside the TXITEM_XAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMajorGridlinesShow">
			<summary>Identifies the TXITEM_XAxisMajorGridlinesShow drop-down item inside the TXITEM_XAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMajorGridlinesColor">
			<summary>Identifies the TXITEM_XAxisMajorGridlinesColor drop-down item inside the TXITEM_XAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMajorGridlinesColor_Automatic">
			<summary>Identifies the TXITEM_XAxisMajorGridlinesColor_Automatic drop-down item inside the TXITEM_XAxisMajorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMajorGridlinesColor_MoreColors">
			<summary>Identifies the TXITEM_XAxisMajorGridlinesColor_MoreColors drop-down item inside the TXITEM_XAxisMajorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMajorGridlinesDashType">
			<summary>Identifies the TXITEM_XAxisMajorGridlinesDashType drop-down item inside the TXITEM_XAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMajorGridlinesDashType_Dash">
			<summary>Identifies the TXITEM_XAxisMajorGridlinesDashType_Dash drop-down item inside the TXITEM_XAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMajorGridlinesDashType_DashDot">
			<summary>Identifies the TXITEM_XAxisMajorGridlinesDashType_DashDot drop-down item inside the TXITEM_XAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMajorGridlinesDashType_DashDotDot">
			<summary>Identifies the TXITEM_XAxisMajorGridlinesDashType_DashDotDot drop-down item inside the TXITEM_XAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMajorGridlinesDashType_Dot">
			<summary>Identifies the TXITEM_XAxisMajorGridlinesDashType_Dot drop-down item inside the TXITEM_XAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMajorGridlinesDashType_Solid">
			<summary>Identifies the TXITEM_XAxisMajorGridlinesDashType_Solid drop-down item inside the TXITEM_XAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMinorGridlinesShow">
			<summary>Identifies the TXITEM_XAxisMinorGridlinesShow drop-down item inside the TXITEM_XAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMinorGridlinesColor">
			<summary>Identifies the TXITEM_XAxisMinorGridlinesColor drop-down item inside the TXITEM_XAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMinorGridlinesColor_Automatic">
			<summary>Identifies the TXITEM_XAxisMinorGridlinesColor_Automatic drop-down item inside the TXITEM_XAxisMinorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMinorGridlinesColor_MoreColors">
			<summary>Identifies the TXITEM_XAxisMinorGridlinesColor_MoreColors drop-down item inside the TXITEM_XAxisMinorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMinorGridlinesDashType">
			<summary>Identifies the TXITEM_XAxisMinorGridlinesDashType drop-down item inside the TXITEM_XAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMinorGridlinesDashType_Dash">
			<summary>Identifies the TXITEM_XAxisMinorGridlinesDashType_Dash drop-down item inside the TXITEM_XAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMinorGridlinesDashType_DashDot">
			<summary>Identifies the TXITEM_XAxisMinorGridlinesDashType_DashDot drop-down item inside the TXITEM_XAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMinorGridlinesDashType_DashDotDot">
			<summary>Identifies the TXITEM_XAxisMinorGridlinesDashType_DashDotDot drop-down item inside the TXITEM_XAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMinorGridlinesDashType_Dot">
			<summary>Identifies the TXITEM_XAxisMinorGridlinesDashType_Dot drop-down item inside the TXITEM_XAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_XAxisMinorGridlinesDashType_Solid">
			<summary>Identifies the TXITEM_XAxisMinorGridlinesDashType_Solid drop-down item inside the TXITEM_XAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLineShow">
			<summary>Identifies the TXITEM_YAxisLineShow drop-down item inside the TXITEM_YAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLineColor">
			<summary>Identifies the TXITEM_YAxisLineColor drop-down item inside the TXITEM_YAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLineColor_Automatic">
			<summary>Identifies the TXITEM_YAxisLineColor_Automatic drop-down item inside the TXITEM_YAxisLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLineColor_MoreColors">
			<summary>Identifies the TXITEM_YAxisLineColor_MoreColors drop-down item inside the TXITEM_YAxisLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLineDashType">
			<summary>Identifies the TXITEM_YAxisLineDashType drop-down item inside the TXITEM_YAxisLine's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLineDashType_Dash">
			<summary>Identifies the TXITEM_YAxisLineDashType_Dash drop-down item inside the TXITEM_YAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLineDashType_DashDot">
			<summary>Identifies the TXITEM_YAxisLineDashType_DashDot drop-down item inside the TXITEM_YAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLineDashType_DashDotDot">
			<summary>Identifies the TXITEM_YAxisLineDashType_DashDotDot drop-down item inside the TXITEM_YAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLineDashType_Dot">
			<summary>Identifies the TXITEM_YAxisLineDashType_Dot drop-down item inside the TXITEM_YAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisLineDashType_Solid">
			<summary>Identifies the TXITEM_YAxisLineDashType_Solid drop-down item inside the TXITEM_YAxisLineDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMajorGridlinesShow">
			<summary>Identifies the TXITEM_YAxisMajorGridlinesShow drop-down item inside the TXITEM_YAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMajorGridlinesColor">
			<summary>Identifies the TXITEM_YAxisMajorGridlinesColor drop-down item inside the TXITEM_YAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMajorGridlinesColor_Automatic">
			<summary>Identifies the TXITEM_YAxisMajorGridlinesColor_Automatic drop-down item inside the TXITEM_YAxisMajorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMajorGridlinesColor_MoreColors">
			<summary>Identifies the TXITEM_YAxisMajorGridlinesColor_MoreColors drop-down item inside the TXITEM_YAxisMajorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMajorGridlinesDashType">
			<summary>Identifies the TXITEM_YAxisMajorGridlinesDashType drop-down item inside the TXITEM_YAxisMajorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMajorGridlinesDashType_Dash">
			<summary>Identifies the TXITEM_YAxisMajorGridlinesDashType_Dash drop-down item inside the TXITEM_YAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMajorGridlinesDashType_DashDot">
			<summary>Identifies the TXITEM_YAxisMajorGridlinesDashType_DashDot drop-down item inside the TXITEM_YAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMajorGridlinesDashType_DashDotDot">
			<summary>Identifies the TXITEM_YAxisMajorGridlinesDashType_DashDotDot drop-down item inside the TXITEM_YAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMajorGridlinesDashType_Dot">
			<summary>Identifies the TXITEM_YAxisMajorGridlinesDashType_Dot drop-down item inside the TXITEM_YAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMajorGridlinesDashType_Solid">
			<summary>Identifies the TXITEM_YAxisMajorGridlinesDashType_Solid drop-down item inside the TXITEM_YAxisMajorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMinorGridlinesShow">
			<summary>Identifies the TXITEM_YAxisMinorGridlinesShow drop-down item inside the TXITEM_YAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMinorGridlinesColor">
			<summary>Identifies the TXITEM_YAxisMinorGridlinesColor drop-down item inside the TXITEM_YAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMinorGridlinesColor_Automatic">
			<summary>Identifies the TXITEM_YAxisMinorGridlinesColor_Automatic drop-down item inside the TXITEM_YAxisMinorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMinorGridlinesColor_MoreColors">
			<summary>Identifies the TXITEM_YAxisMinorGridlinesColor_MoreColors drop-down item inside the TXITEM_YAxisMinorGridlinesColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMinorGridlinesDashType">
			<summary>Identifies the TXITEM_YAxisMinorGridlinesDashType drop-down item inside the TXITEM_YAxisMinorGridlines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMinorGridlinesDashType_Dash">
			<summary>Identifies the TXITEM_YAxisMinorGridlinesDashType_Dash drop-down item inside the TXITEM_YAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMinorGridlinesDashType_DashDot">
			<summary>Identifies the TXITEM_YAxisMinorGridlinesDashType_DashDot drop-down item inside the TXITEM_YAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMinorGridlinesDashType_DashDotDot">
			<summary>Identifies the TXITEM_YAxisMinorGridlinesDashType_DashDotDot drop-down item inside the TXITEM_YAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMinorGridlinesDashType_Dot">
			<summary>Identifies the TXITEM_YAxisMinorGridlinesDashType_Dot drop-down item inside the TXITEM_YAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonDropDownItem.TXITEM_YAxisMinorGridlinesDashType_Solid">
			<summary>Identifies the TXITEM_YAxisMinorGridlinesDashType_Solid drop-down item inside the TXITEM_YAxisMinorGridlinesDashType's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonChartLayoutTab.FindItem(Windows.Forms.Ribbon.RibbonChartLayoutTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonChartLayoutTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonComboBox">
			<summary>The RibbonComboBox class represents a combobox which is inherited from the System.Windows.Forms.ComboBox class.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonComboBox.#ctor">
			<summary>Initializes a new instance of the RibbonComboBox class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonComboBox.KeyTip">
			<summary>Gets or sets the keyboard shortcut of the RibbonComboBox.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonComboBox.ParentCollection">
			<summary>Gets the RibbonItemCollection that contains this RibbonComboBox.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonComboBox.ToolTip">
			<summary>Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonForm">
			<summary>The RibbonForm class represents a Windows Forms form that can draw a Ribbon Quick Access Toolbar and contextual tabs in its border.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonForm.#ctor">
			<summary>Initializes a new instance of the RibbonForm class.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonForm.SetQuickAccessToolbarStandardItems(System.Windows.Forms.ToolStripItem[])">
			<summary>Specifies the standard items of the Quick Access Toolbar. Additional items can be added and removed through a context menu.</summary>
			<param name="items">An array of ToolStripItem objects which act as the standard items of the Quick Access Toolbar.</param>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonForm.HasQuickAccessToolbar">
			<summary>Gets or sets a value defining whether a quick access toolbar is shown in the caption area of the RibbonForm.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonForm.QuickAccessToolbarPosition">
			<summary>Gets or sets a value defining the position of the quick access toolbar, above or below the ribbon.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab">
			<summary>The RibbonFormFieldsTab class represents a Windows Forms ribbon tab for inserting and editing form fields.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.#ctor">
			<summary>Initializes a new instance of the RibbonFormFieldsTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonFormFieldsTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertFormFieldsGroup">
			<summary>Identifies the TXITEM_InsertFormFieldsGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertTextFormField">
			<summary>Identifies the TXITEM_InsertTextFormField ribbon item inside the TXITEM_InsertFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertCheckBoxField">
			<summary>Identifies the TXITEM_InsertCheckBoxField ribbon item inside the TXITEM_InsertFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertComboBoxField">
			<summary>Identifies the TXITEM_InsertComboBoxField ribbon item inside the TXITEM_InsertFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertDropDownListField">
			<summary>Identifies the TXITEM_InsertDropDownListField ribbon item inside the TXITEM_InsertFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_InsertDateFormField">
			<summary>Identifies the TXITEM_InsertDateFormField ribbon item inside the TXITEM_InsertFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_EditFormFieldsGroup">
			<summary>Identifies the TXITEM_EditFormFieldsGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DeleteFormField">
			<summary>Identifies the TXITEM_DeleteFormField ribbon item inside the TXITEM_EditFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_RemoveFormFieldsContent">
			<summary>Identifies the TXITEM_RemoveFormFieldsContent ribbon item inside the TXITEM_EditFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_HighlightFormFields">
			<summary>Identifies the TXITEM_HighlightFormFields ribbon item inside the TXITEM_EditFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_PreviousFormField">
			<summary>Identifies the TXITEM_PreviousFormField ribbon item inside the TXITEM_EditFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_NextFormField">
			<summary>Identifies the TXITEM_NextFormField ribbon item inside the TXITEM_EditFormFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_FormValidationGroup">
			<summary>Identifies the TXITEM_FormValidationGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_EnableFormValidation">
			<summary>Identifies the TXITEM_EnableFormValidation ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_HighlightInvalidValues">
			<summary>Identifies the TXITEM_HighlightInvalidValues ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_NextInvalidValueFormField">
			<summary>Identifies the TXITEM_NextInvalidValueFormField ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_PreviousInvalidValueFormField">
			<summary>Identifies the TXITEM_PreviousInvalidValueFormField ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_ManageConditionalInstructions">
			<summary>Identifies the TXITEM_ManageConditionalInstructions ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_ManageConditionalInstructions_Sidebars">
			<summary>Identifies the TXITEM_ManageConditionalInstructions_Sidebars ribbon item inside the TXITEM_FormValidationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_FormFieldPropertiesGroup">
			<summary>Identifies the TXITEM_FormFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_FormFieldPropertiesGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_FormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_FormFieldName">
			<summary>Identifies the TXITEM_FormFieldName ribbon item inside the TXITEM_FormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_FormFieldID">
			<summary>Identifies the TXITEM_FormFieldID ribbon item inside the TXITEM_FormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_CheckBoxFieldPropertiesGroup">
			<summary>Identifies the TXITEM_CheckBoxFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_CheckedSymbolLabel">
			<summary>Identifies the TXITEM_CheckedSymbolLabel ribbon item inside the TXITEM_CheckBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_UncheckedSymbolLabel">
			<summary>Identifies the TXITEM_UncheckedSymbolLabel ribbon item inside the TXITEM_CheckBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_CheckedSymbol">
			<summary>Identifies the TXITEM_CheckedSymbol ribbon item inside the TXITEM_CheckBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_UncheckedSymbol">
			<summary>Identifies the TXITEM_UncheckedSymbol ribbon item inside the TXITEM_CheckBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_TextFormFieldPropertiesGroup">
			<summary>Identifies the TXITEM_TextFormFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_TextFormFieldEmptyWidth">
			<summary>Identifies the TXITEM_TextFormFieldEmptyWidth ribbon item inside the TXITEM_TextFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_TextFormFieldRemoveContent">
			<summary>Identifies the TXITEM_TextFormFieldRemoveContent ribbon item inside the TXITEM_TextFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxFieldPropertiesGroup">
			<summary>Identifies the TXITEM_ComboBoxFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxFieldEmptyWidth">
			<summary>Identifies the TXITEM_ComboBoxFieldEmptyWidth ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxFieldRemoveContent">
			<summary>Identifies the TXITEM_ComboBoxFieldRemoveContent ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_NewComboBoxListItem">
			<summary>Identifies the TXITEM_NewComboBoxListItem ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DeleteComboBoxListItem">
			<summary>Identifies the TXITEM_DeleteComboBoxListItem ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxListItems">
			<summary>Identifies the TXITEM_ComboBoxListItems ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding KeyTip resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxListItemMoveUp">
			<summary>Identifies the TXITEM_ComboBoxListItemMoveUp ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_ComboBoxListItemMoveDown">
			<summary>Identifies the TXITEM_ComboBoxListItemMoveDown ribbon item inside the TXITEM_ComboBoxFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListFieldPropertiesGroup">
			<summary>Identifies the TXITEM_DropDownListFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListFieldEmptyWidth">
			<summary>Identifies the TXITEM_DropDownListFieldEmptyWidth ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListFieldRemoveContent">
			<summary>Identifies the TXITEM_DropDownListFieldRemoveContent ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_NewDropDownListItem">
			<summary>Identifies the TXITEM_NewDropDownListItem ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DeleteDropDownListItem">
			<summary>Identifies the TXITEM_DeleteDropDownListItem ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListItems">
			<summary>Identifies the TXITEM_DropDownListItems ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding KeyTip resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListItemMoveUp">
			<summary>Identifies the TXITEM_DropDownListItemMoveUp ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DropDownListItemMoveDown">
			<summary>Identifies the TXITEM_DropDownListItemMoveDown ribbon item inside the TXITEM_DropDownListFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DateFormFieldPropertiesGroup">
			<summary>Identifies the TXITEM_DateFormFieldPropertiesGroup ribbon group inside the RibbonFormFieldsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DateFormFieldEmptyWidthLabel">
			<summary>Identifies the TXITEM_DateFormFieldEmptyWidthLabel ribbon item inside the TXITEM_DateFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DateFormat">
			<summary>Identifies the TXITEM_DateFormat ribbon item inside the TXITEM_DateFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DateFormFieldEmptyWidth">
			<summary>Identifies the TXITEM_DateFormFieldEmptyWidth ribbon item inside the TXITEM_DateFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_SupportedDateFormats">
			<summary>Identifies the TXITEM_SupportedDateFormats ribbon item inside the TXITEM_DateFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem.TXITEM_DateFormFieldRemoveContent">
			<summary>Identifies the TXITEM_DateFormFieldRemoveContent ribbon item inside the TXITEM_DateFormFieldPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonFormFieldsTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonDropDownItem.TXITEM_ManageConditionalInstructions_Sidebars_Vertical">
			<summary>Identifies the TXITEM_ManageConditionalInstructions_Sidebars_Vertical drop-down item inside the TXITEM_ManageConditionalInstructions_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonDropDownItem.TXITEM_ManageConditionalInstructions_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_ManageConditionalInstructions_Sidebars_Horizontal drop-down item inside the TXITEM_ManageConditionalInstructions_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonDropDownItem.TXITEM_CheckedSymbolList_Characters">
			<summary>Identifies the TXITEM_CheckedSymbolList_Characters drop-down item inside the TXITEM_CheckedSymbol's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonDropDownItem.TXITEM_UncheckedSymbolList_Characters">
			<summary>Identifies the TXITEM_UncheckedSymbolList_Characters drop-down item inside the TXITEM_UncheckedSymbol's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.FindItem(Windows.Forms.Ribbon.RibbonFormFieldsTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonFormFieldsTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.ConditionalInstructionsHorizontalSidebar">
			<summary>Gets or sets the horizontal sidebar that is connected to the RibbonFormFieldsTab's TXITEM_ManageConditionalInstructions button and its horizontal sidebar drop down button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonFormFieldsTab.ConditionalInstructionsSidebar">
			<summary>Gets or sets the vertical sidebar that is connected to the RibbonFormFieldsTab's TXITEM_ManageConditionalInstructions button and its vertical sidebar drop down button.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab">
			<summary>The RibbonFormattingTab class represents a ribbon tab for setting font and paragraph attributes, formatting styles and for handling the clipboard.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.#ctor">
			<summary>Initializes a new instance of the RibbonFormattingTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonFormattingTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_ClipboardGroup">
			<summary>Identifies the TXITEM_ClipboardGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Paste">
			<summary>Identifies the TXITEM_Paste ribbon item inside the TXITEM_ClipboardGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Cut">
			<summary>Identifies the TXITEM_Cut ribbon item inside the TXITEM_ClipboardGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Copy">
			<summary>Identifies the TXITEM_Copy ribbon item inside the TXITEM_ClipboardGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_FontGroup">
			<summary>Identifies the TXITEM_FontGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_FontGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_FontFamily">
			<summary>Identifies the TXITEM_FontFamily ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_FontSize">
			<summary>Identifies the TXITEM_FontSize ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_IncreaseFont">
			<summary>Identifies the TXITEM_IncreaseFont ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_DecreaseFont">
			<summary>Identifies the TXITEM_DecreaseFont ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_ClearFormatting">
			<summary>Identifies the TXITEM_ClearFormatting ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Bold">
			<summary>Identifies the TXITEM_Bold ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Italic">
			<summary>Identifies the TXITEM_Italic ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Underline">
			<summary>Identifies the TXITEM_Underline ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Strikeout">
			<summary>Identifies the TXITEM_Strikeout ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Subscript">
			<summary>Identifies the TXITEM_Subscript ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Superscript">
			<summary>Identifies the TXITEM_Superscript ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_ChangeCase">
			<summary>Identifies the TXITEM_ChangeCase ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_TextBackColor">
			<summary>Identifies the TXITEM_TextBackColor ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_TextColor">
			<summary>Identifies the TXITEM_TextColor ribbon item inside the TXITEM_FontGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_ParagraphGroup">
			<summary>Identifies the TXITEM_ParagraphGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_ParagraphGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_BulletedList">
			<summary>Identifies the TXITEM_BulletedList ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_NumberedList">
			<summary>Identifies the TXITEM_NumberedList ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_StructuredList">
			<summary>Identifies the TXITEM_StructuredList ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_DecreaseIndent">
			<summary>Identifies the TXITEM_DecreaseIndent ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_IncreaseIndent">
			<summary>Identifies the TXITEM_IncreaseIndent ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_LeftToRight">
			<summary>Identifies the TXITEM_LeftToRight ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_RightToLeft">
			<summary>Identifies the TXITEM_RightToLeft ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_EditTabs">
			<summary>Identifies the TXITEM_EditTabs ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_ControlChars">
			<summary>Identifies the TXITEM_ControlChars ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_LeftAligned">
			<summary>Identifies the TXITEM_LeftAligned ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Centered">
			<summary>Identifies the TXITEM_Centered ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_RightAligned">
			<summary>Identifies the TXITEM_RightAligned ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Justified">
			<summary>Identifies the TXITEM_Justified ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_LineSpacing">
			<summary>Identifies the TXITEM_LineSpacing ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Borders">
			<summary>Identifies the TXITEM_Borders ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_BackColor">
			<summary>Identifies the TXITEM_BackColor ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_FrameLineColor">
			<summary>Identifies the TXITEM_FrameLineColor ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_FrameLineWidth">
			<summary>Identifies the TXITEM_FrameLineWidth ribbon item inside the TXITEM_ParagraphGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_StylesGroup">
			<summary>Identifies the TXITEM_StylesGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_StylesGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_StylesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_StyleName">
			<summary>Identifies the TXITEM_StyleName ribbon item inside the TXITEM_StylesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_EditingGroup">
			<summary>Identifies the TXITEM_EditingGroup ribbon group inside the RibbonFormattingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Find">
			<summary>Identifies the TXITEM_Find ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Find_Sidebars">
			<summary>Identifies the TXITEM_Find_Sidebars ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Replace">
			<summary>Identifies the TXITEM_Replace ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Replace_Sidebars">
			<summary>Identifies the TXITEM_Replace_Sidebars ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Goto">
			<summary>Identifies the TXITEM_Goto ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_Goto_Sidebars">
			<summary>Identifies the TXITEM_Goto_Sidebars ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_SelectAll">
			<summary>Identifies the TXITEM_SelectAll ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem.TXITEM_SelectObjects">
			<summary>Identifies the TXITEM_SelectObjects ribbon item inside the TXITEM_EditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonFormattingTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteText">
			<summary>Identifies the TXITEM_PasteText drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PastePlainText">
			<summary>Identifies the TXITEM_PastePlainText drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteImage">
			<summary>Identifies the TXITEM_PasteImage drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteTextFrame">
			<summary>Identifies the TXITEM_PasteTextFrame drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteChart">
			<summary>Identifies the TXITEM_PasteChart drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteBarcode">
			<summary>Identifies the TXITEM_PasteBarcode drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_PasteDrawing">
			<summary>Identifies the TXITEM_PasteDrawing drop-down item inside the TXITEM_Paste's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_ChangeCase_Sentence">
			<summary>Identifies the TXITEM_ChangeCase_Sentence drop-down item inside the TXITEM_ChangeCase's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_ChangeCase_Lower">
			<summary>Identifies the TXITEM_ChangeCase_Lower drop-down item inside the TXITEM_ChangeCase's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_ChangeCase_Upper">
			<summary>Identifies the TXITEM_ChangeCase_Upper drop-down item inside the TXITEM_ChangeCase's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_ChangeCase_Capitalize">
			<summary>Identifies the TXITEM_ChangeCase_Capitalize drop-down item inside the TXITEM_ChangeCase's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_ChangeCase_Toggle">
			<summary>Identifies the TXITEM_ChangeCase_Toggle drop-down item inside the TXITEM_ChangeCase's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_TextBackColor_Transparent">
			<summary>Identifies the TXITEM_TextBackColor_Transparent drop-down item inside the TXITEM_TextBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_TextBackColor_MoreColors">
			<summary>Identifies the TXITEM_TextBackColor_MoreColors drop-down item inside the TXITEM_TextBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_TextColor_Automatic">
			<summary>Identifies the TXITEM_TextColor_Automatic drop-down item inside the TXITEM_TextColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_TextColor_MoreColors">
			<summary>Identifies the TXITEM_TextColor_MoreColors drop-down item inside the TXITEM_TextColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BulletedList_Characters">
			<summary>Identifies the TXITEM_BulletedList_Characters drop-down item inside the TXITEM_BulletedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BulletedList_Format">
			<summary>Identifies the TXITEM_BulletedList_Format drop-down item inside the TXITEM_BulletedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Numbers">
			<summary>Identifies the TXITEM_NumberedList_Numbers drop-down item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Gallery_ArabicNumbers">
			<summary>Identifies the TXITEM_NumberedList_Gallery_ArabicNumbers list view item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Gallery_CapitalLetters">
			<summary>Identifies the TXITEM_NumberedList_Gallery_CapitalLetters list view item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Gallery_Letters">
			<summary>Identifies the TXITEM_NumberedList_Gallery_Letters list view item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Gallery_RomanNumbers">
			<summary>Identifies the TXITEM_NumberedList_Gallery_RomanNumbers list view item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Gallery_SmallRomanNumbers">
			<summary>Identifies the TXITEM_NumberedList_Gallery_SmallRomanNumbers list view item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_NumberedList_Format">
			<summary>Identifies the TXITEM_NumberedList_Format drop-down item inside the TXITEM_NumberedList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Numbers">
			<summary>Identifies the TXITEM_StructuredList_Numbers drop-down item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Gallery_ArabicNumbers">
			<summary>Identifies the TXITEM_StructuredList_Gallery_ArabicNumbers list view item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Gallery_CapitalLetters">
			<summary>Identifies the TXITEM_StructuredList_Gallery_CapitalLetters list view item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Gallery_Letters">
			<summary>Identifies the TXITEM_StructuredList_Gallery_Letters list view item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Gallery_RomanNumbers">
			<summary>Identifies the TXITEM_StructuredList_Gallery_RomanNumbers list view item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Gallery_SmallRomanNumbers">
			<summary>Identifies the TXITEM_StructuredList_Gallery_SmallRomanNumbers list view item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_StructuredList_Format">
			<summary>Identifies the TXITEM_StructuredList_Format drop-down item inside the TXITEM_StructuredList's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_LeftFrameLine">
			<summary>Identifies the TXITEM_LeftFrameLine drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_TopFrameLine">
			<summary>Identifies the TXITEM_TopFrameLine drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_RightFrameLine">
			<summary>Identifies the TXITEM_RightFrameLine drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BottomFrameLine">
			<summary>Identifies the TXITEM_BottomFrameLine drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BoxFrame">
			<summary>Identifies the TXITEM_BoxFrame drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_AllFrameLines">
			<summary>Identifies the TXITEM_AllFrameLines drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_InnerHorizontalFrameLines">
			<summary>Identifies the TXITEM_InnerHorizontalFrameLines drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_InnerVerticalFrameLines">
			<summary>Identifies the TXITEM_InnerVerticalFrameLines drop-down item inside the TXITEM_Borders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BackColor_Transparent">
			<summary>Identifies the TXITEM_BackColor_Transparent drop-down item inside the TXITEM_BackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_BackColor_MoreColors">
			<summary>Identifies the TXITEM_BackColor_MoreColors drop-down item inside the TXITEM_BackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_FrameLineColor_Automatic">
			<summary>Identifies the TXITEM_FrameLineColor_Automatic drop-down item inside the TXITEM_FrameLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_FrameLineColor_MoreColors">
			<summary>Identifies the TXITEM_FrameLineColor_MoreColors drop-down item inside the TXITEM_FrameLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Find_Sidebars_Vertical">
			<summary>Identifies the TXITEM_Find_Sidebars_Vertical drop-down item inside the TXITEM_Find_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Find_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_Find_Sidebars_Horizontal drop-down item inside the TXITEM_Find_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Replace_Sidebars_Vertical">
			<summary>Identifies the TXITEM_Replace_Sidebars_Vertical drop-down item inside the TXITEM_Replace_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Replace_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_Replace_Sidebars_Horizontal drop-down item inside the TXITEM_Replace_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Goto_Sidebars_Vertical">
			<summary>Identifies the TXITEM_Goto_Sidebars_Vertical drop-down item inside the TXITEM_Goto_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.RibbonDropDownItem.TXITEM_Goto_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_Goto_Sidebars_Horizontal drop-down item inside the TXITEM_Goto_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.FindItem(Windows.Forms.Ribbon.RibbonFormattingTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonFormattingTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.FindHorizontalSidebar">
			<summary>Gets or sets the horizontal sidebar that is connected to the RibbonFormattingTab's TXITEM_Find button and its horizontal sidebar drop down button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.FindSidebar">
			<summary>Gets or sets the vertical sidebar that is connected to the RibbonFormattingTab's TXITEM_Find button and its vertical sidebar drop down button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.GotoSidebar">
			<summary>Gets or sets the vertical sidebar that is connected to the RibbonFormattingTab's TXITEM_Goto button and its vertical sidebar drop down button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.GotoHorizontalSidebar">
			<summary>Gets or sets the horizontal sidebar that is connected to the RibbonFormattingTab's TXITEM_Goto button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.ReplaceSidebar">
			<summary>Gets or sets the vertical sidebar that is connected to the RibbonFormattingTab's TXITEM_Replace button and its vertical sidebar drop down button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.ReplaceHorizontalSidebar">
			<summary>Gets or sets the horizontal sidebar that is connected to the RibbonFormattingTab's TXITEM_Replace button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonFormattingTab.StylesSidebar">
			<summary>Gets or sets the sidebar that is connected to the RibbonFormattingTab's TXITEM_StylesGroup's dialog box launcher.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab">
			<summary>The RibbonFormulaTab class represents a Windows Forms ribbon tab for editing formulas in table cells.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.#ctor">
			<summary>Initializes a new instance of the RibbonFormulaTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonFormulaTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_FormulaGroup">
			<summary>Identifies the TXITEM_FormulaGroup ribbon group inside the RibbonFormulaTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_FormulaGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_Formula">
			<summary>Identifies the TXITEM_Formula ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_FormulaTextBox">
			<summary>Identifies the TXITEM_FormulaTextBox ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_AcceptFormula">
			<summary>Identifies the TXITEM_AcceptFormula ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_CancelFormulaEditing">
			<summary>Identifies the TXITEM_CancelFormulaEditing ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_Functions">
			<summary>Identifies the TXITEM_Functions ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_SupportedFunctions">
			<summary>Identifies the TXITEM_SupportedFunctions ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_AddFunction">
			<summary>Identifies the TXITEM_AddFunction ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_SelectCellReferences">
			<summary>Identifies the TXITEM_SelectCellReferences ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_NumberFormatGroup">
			<summary>Identifies the TXITEM_NumberFormatGroup ribbon group inside the RibbonFormulaTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_NumberFormatGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_TableCellNumberFormat">
			<summary>Identifies the TXITEM_TableCellNumberFormat ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_TableCellNumberFormatComboBox">
			<summary>Identifies the TXITEM_TableCellNumberFormatComboBox ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_TableCellAcceptNumberFormat">
			<summary>Identifies the TXITEM_TableCellAcceptNumberFormat ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_TableCellTextType">
			<summary>Identifies the TXITEM_TableCellTextType ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_TableCellTextTypeText">
			<summary>Identifies the TXITEM_TableCellTextTypeText ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_TableCellTextTypeNumber">
			<summary>Identifies the TXITEM_TableCellTextTypeNumber ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_FormulaSettingsGroup">
			<summary>Identifies the TXITEM_FormulaSettingsGroup ribbon group inside the RibbonFormulaTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_EnableFormulaCalculation">
			<summary>Identifies the TXITEM_EnableFormulaCalculation ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_EnableR1C1Style">
			<summary>Identifies the TXITEM_EnableR1C1Style ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_EnableA1Style">
			<summary>Identifies the TXITEM_EnableA1Style ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_ShowFormulaReferences">
			<summary>Identifies the TXITEM_ShowFormulaReferences ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem.TXITEM_ShowAllReferences">
			<summary>Identifies the TXITEM_ShowAllReferences ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonFormulaTab.FindItem(Windows.Forms.Ribbon.RibbonFormulaTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonFormulaTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab">
			<summary>The RibbonFrameLayoutTab class represents a Windows Forms ribbon tab for editing objects of type Image, TextFrame, DrawingFrame, BarcodeFrame and ChartFrame.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.#ctor">
			<summary>Initializes a new instance of the RibbonFrameLayoutTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonFrameLayoutTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectArrangeGroup">
			<summary>Identifies the TXITEM_ObjectArrangeGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectArrangeGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_ObjectArrangeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_WrapText">
			<summary>Identifies the TXITEM_WrapText ribbon item inside the TXITEM_ObjectArrangeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_BringToFront">
			<summary>Identifies the TXITEM_BringToFront ribbon item inside the TXITEM_ObjectArrangeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_SendToBack">
			<summary>Identifies the TXITEM_SendToBack ribbon item inside the TXITEM_ObjectArrangeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_Position">
			<summary>Identifies the TXITEM_Position ribbon item inside the TXITEM_ObjectArrangeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectSizeGroup">
			<summary>Identifies the TXITEM_ObjectSizeGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectSizeGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_ObjectSizeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectHeight">
			<summary>Identifies the TXITEM_ObjectHeight ribbon item inside the TXITEM_ObjectSizeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectWidth">
			<summary>Identifies the TXITEM_ObjectWidth ribbon item inside the TXITEM_ObjectSizeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_TextFrame_BordersandBackgroundGroup">
			<summary>Identifies the TXITEM_TextFrame_BordersandBackgroundGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_TextFrame_BordersandBackgroundGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_TextFrame_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_TextFrameBackColor">
			<summary>Identifies the TXITEM_TextFrameBackColor ribbon item inside the TXITEM_TextFrame_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_TextFrameTransparency">
			<summary>Identifies the TXITEM_TextFrameTransparency ribbon item inside the TXITEM_TextFrame_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_TextFrameLineWidth">
			<summary>Identifies the TXITEM_TextFrameLineWidth ribbon item inside the TXITEM_TextFrame_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_TextFrameBorderColor">
			<summary>Identifies the TXITEM_TextFrameBorderColor ribbon item inside the TXITEM_TextFrame_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_Drawing_BordersandBackgroundGroup">
			<summary>Identifies the TXITEM_Drawing_BordersandBackgroundGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_Drawing_BordersandBackgroundGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_Drawing_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_DrawingLineColor">
			<summary>Identifies the TXITEM_DrawingLineColor ribbon item inside the TXITEM_Drawing_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_DrawingBackColor">
			<summary>Identifies the TXITEM_DrawingBackColor ribbon item inside the TXITEM_Drawing_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_DrawingLineWidth">
			<summary>Identifies the TXITEM_DrawingLineWidth ribbon item inside the TXITEM_Drawing_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_DrawingTransparency">
			<summary>Identifies the TXITEM_DrawingTransparency ribbon item inside the TXITEM_Drawing_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_DrawingRotation">
			<summary>Identifies the TXITEM_DrawingRotation ribbon item inside the TXITEM_Drawing_BordersandBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_Barcode_ColorsAndAlignmentGroup">
			<summary>Identifies the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_Barcode_ColorsAndAlignmentGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeForeColor">
			<summary>Identifies the TXITEM_BarcodeForeColor ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeBackColor">
			<summary>Identifies the TXITEM_BarcodeBackColor ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeTransparency">
			<summary>Identifies the TXITEM_BarcodeTransparency ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeHorizontalAlignment">
			<summary>Identifies the TXITEM_BarcodeHorizontalAlignment ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeVerticalAlignment">
			<summary>Identifies the TXITEM_BarcodeVerticalAlignment ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_BarcodeRotation">
			<summary>Identifies the TXITEM_BarcodeRotation ribbon item inside the TXITEM_Barcode_ColorsAndAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_Chart_TypeAndAppearanceGroup">
			<summary>Identifies the TXITEM_Chart_TypeAndAppearanceGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_Chart_TypeAndAppearanceGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_Chart_TypeAndAppearanceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ChartType">
			<summary>Identifies the TXITEM_ChartType ribbon item inside the TXITEM_Chart_TypeAndAppearanceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ChartIs3D">
			<summary>Identifies the TXITEM_ChartIs3D ribbon item inside the TXITEM_Chart_TypeAndAppearanceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ChartRotation">
			<summary>Identifies the TXITEM_ChartRotation ribbon item inside the TXITEM_Chart_TypeAndAppearanceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ChartHasRightAngleAxes">
			<summary>Identifies the TXITEM_ChartHasRightAngleAxes ribbon item inside the TXITEM_Chart_TypeAndAppearanceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ChartInclination">
			<summary>Identifies the TXITEM_ChartInclination ribbon item inside the TXITEM_Chart_TypeAndAppearanceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ChartPerspective">
			<summary>Identifies the TXITEM_ChartPerspective ribbon item inside the TXITEM_Chart_TypeAndAppearanceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectPropertiesGroup">
			<summary>Identifies the TXITEM_ObjectPropertiesGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectName">
			<summary>Identifies the TXITEM_ObjectName ribbon item inside the TXITEM_ObjectPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_ObjectID">
			<summary>Identifies the TXITEM_ObjectID ribbon item inside the TXITEM_ObjectPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_Signature_SignerInfoGroup">
			<summary>Identifies the TXITEM_Signature_SignerInfoGroup ribbon group inside the RibbonFrameLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerName">
			<summary>Identifies the TXITEM_SignerName ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerTitle">
			<summary>Identifies the TXITEM_SignerTitle ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerAddress">
			<summary>Identifies the TXITEM_SignerAddress ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerContactInfo">
			<summary>Identifies the TXITEM_SignerContactInfo ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem.TXITEM_SignerReason">
			<summary>Identifies the TXITEM_SignerReason ribbon item inside the TXITEM_Signature_SignerInfoGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonFrameLayoutTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_InLineWithText">
			<summary>Identifies the TXITEM_WrapText_InLineWithText drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_TopAndBottom">
			<summary>Identifies the TXITEM_WrapText_TopAndBottom drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_Square">
			<summary>Identifies the TXITEM_WrapText_Square drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_BehindText">
			<summary>Identifies the TXITEM_WrapText_BehindText drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_InFrontOfText">
			<summary>Identifies the TXITEM_WrapText_InFrontOfText drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_WrapText_MoreLayoutOptions">
			<summary>Identifies the TXITEM_WrapText_MoreLayoutOptions drop-down item inside the TXITEM_WrapText's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BringToFront_ToFront">
			<summary>Identifies the TXITEM_BringToFront_ToFront drop-down item inside the TXITEM_BringToFront's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BringToFront_Forward">
			<summary>Identifies the TXITEM_BringToFront_Forward drop-down item inside the TXITEM_BringToFront's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BringToFront_InFrontOfText">
			<summary>Identifies the TXITEM_BringToFront_InFrontOfText drop-down item inside the TXITEM_BringToFront's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_SendToBack_ToBack">
			<summary>Identifies the TXITEM_SendToBack_ToBack drop-down item inside the TXITEM_SendToBack's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_SendToBack_Backward">
			<summary>Identifies the TXITEM_SendToBack_Backward drop-down item inside the TXITEM_SendToBack's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and ToolTipTitle resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_SendToBack_BehindText">
			<summary>Identifies the TXITEM_SendToBack_BehindText drop-down item inside the TXITEM_SendToBack's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_Position_Left">
			<summary>Identifies the TXITEM_Position_Left drop-down item inside the TXITEM_Position's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_Position_Center">
			<summary>Identifies the TXITEM_Position_Center drop-down item inside the TXITEM_Position's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_Position_Right">
			<summary>Identifies the TXITEM_Position_Right drop-down item inside the TXITEM_Position's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_Position_OtherPosition">
			<summary>Identifies the TXITEM_Position_OtherPosition drop-down item inside the TXITEM_Position's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameBackColor_Automatic">
			<summary>Identifies the TXITEM_TextFrameBackColor_Automatic drop-down item inside the TXITEM_TextFrameBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameBackColor_MoreColors">
			<summary>Identifies the TXITEM_TextFrameBackColor_MoreColors drop-down item inside the TXITEM_TextFrameBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_0">
			<summary>Identifies the TXITEM_TextFrameTransparency_0 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_10">
			<summary>Identifies the TXITEM_TextFrameTransparency_10 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_20">
			<summary>Identifies the TXITEM_TextFrameTransparency_20 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_30">
			<summary>Identifies the TXITEM_TextFrameTransparency_30 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_40">
			<summary>Identifies the TXITEM_TextFrameTransparency_40 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_50">
			<summary>Identifies the TXITEM_TextFrameTransparency_50 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_60">
			<summary>Identifies the TXITEM_TextFrameTransparency_60 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_70">
			<summary>Identifies the TXITEM_TextFrameTransparency_70 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_80">
			<summary>Identifies the TXITEM_TextFrameTransparency_80 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_90">
			<summary>Identifies the TXITEM_TextFrameTransparency_90 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameTransparency_100">
			<summary>Identifies the TXITEM_TextFrameTransparency_100 drop-down item inside the TXITEM_TextFrameTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameLineWidth_NoLine">
			<summary>Identifies the TXITEM_TextFrameLineWidth_NoLine drop-down item inside the TXITEM_TextFrameLineWidth's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameLineWidth_Single">
			<summary>Identifies the TXITEM_TextFrameLineWidth_Single drop-down item inside the TXITEM_TextFrameLineWidth's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameLineWidth_Double">
			<summary>Identifies the TXITEM_TextFrameLineWidth_Double drop-down item inside the TXITEM_TextFrameLineWidth's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameBorderColor_Automatic">
			<summary>Identifies the TXITEM_TextFrameBorderColor_Automatic drop-down item inside the TXITEM_TextFrameBorderColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_TextFrameBorderColor_MoreColors">
			<summary>Identifies the TXITEM_TextFrameBorderColor_MoreColors drop-down item inside the TXITEM_TextFrameBorderColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingLineColor_Automatic">
			<summary>Identifies the TXITEM_DrawingLineColor_Automatic drop-down item inside the TXITEM_DrawingLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingLineColor_MoreColors">
			<summary>Identifies the TXITEM_DrawingLineColor_MoreColors drop-down item inside the TXITEM_DrawingLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingBackColor_Automatic">
			<summary>Identifies the TXITEM_DrawingBackColor_Automatic drop-down item inside the TXITEM_DrawingBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingBackColor_MoreColors">
			<summary>Identifies the TXITEM_DrawingBackColor_MoreColors drop-down item inside the TXITEM_DrawingBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingLineWidth_NoLine">
			<summary>Identifies the TXITEM_DrawingLineWidth_NoLine drop-down item inside the TXITEM_DrawingLineWidth's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_0">
			<summary>Identifies the TXITEM_DrawingTransparency_0 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_10">
			<summary>Identifies the TXITEM_DrawingTransparency_10 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_20">
			<summary>Identifies the TXITEM_DrawingTransparency_20 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_30">
			<summary>Identifies the TXITEM_DrawingTransparency_30 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_40">
			<summary>Identifies the TXITEM_DrawingTransparency_40 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_50">
			<summary>Identifies the TXITEM_DrawingTransparency_50 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_60">
			<summary>Identifies the TXITEM_DrawingTransparency_60 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_70">
			<summary>Identifies the TXITEM_DrawingTransparency_70 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_80">
			<summary>Identifies the TXITEM_DrawingTransparency_80 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_90">
			<summary>Identifies the TXITEM_DrawingTransparency_90 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingTransparency_100">
			<summary>Identifies the TXITEM_DrawingTransparency_100 drop-down item inside the TXITEM_DrawingTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingRotation_Right90">
			<summary>Identifies the TXITEM_DrawingRotation_Right90 drop-down item inside the TXITEM_DrawingRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingRotation_Left90">
			<summary>Identifies the TXITEM_DrawingRotation_Left90 drop-down item inside the TXITEM_DrawingRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingRotation_FlipHorizontal">
			<summary>Identifies the TXITEM_DrawingRotation_FlipHorizontal drop-down item inside the TXITEM_DrawingRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingRotation_FlipVertical">
			<summary>Identifies the TXITEM_DrawingRotation_FlipVertical drop-down item inside the TXITEM_DrawingRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_DrawingRotation_MoreRotationOptions">
			<summary>Identifies the TXITEM_DrawingRotation_MoreRotationOptions drop-down item inside the TXITEM_DrawingRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeForeColor_Automatic">
			<summary>Identifies the TXITEM_BarcodeForeColor_Automatic drop-down item inside the TXITEM_BarcodeForeColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeForeColor_MoreColors">
			<summary>Identifies the TXITEM_BarcodeForeColor_MoreColors drop-down item inside the TXITEM_BarcodeForeColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeBackColor_Automatic">
			<summary>Identifies the TXITEM_BarcodeBackColor_Automatic drop-down item inside the TXITEM_BarcodeBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeBackColor_MoreColors">
			<summary>Identifies the TXITEM_BarcodeBackColor_MoreColors drop-down item inside the TXITEM_BarcodeBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_0">
			<summary>Identifies the TXITEM_BarcodeTransparency_0 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_10">
			<summary>Identifies the TXITEM_BarcodeTransparency_10 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_20">
			<summary>Identifies the TXITEM_BarcodeTransparency_20 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_30">
			<summary>Identifies the TXITEM_BarcodeTransparency_30 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_40">
			<summary>Identifies the TXITEM_BarcodeTransparency_40 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_50">
			<summary>Identifies the TXITEM_BarcodeTransparency_50 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_60">
			<summary>Identifies the TXITEM_BarcodeTransparency_60 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_70">
			<summary>Identifies the TXITEM_BarcodeTransparency_70 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_80">
			<summary>Identifies the TXITEM_BarcodeTransparency_80 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_90">
			<summary>Identifies the TXITEM_BarcodeTransparency_90 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeTransparency_100">
			<summary>Identifies the TXITEM_BarcodeTransparency_100 drop-down item inside the TXITEM_BarcodeTransparency's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeHorizontalAlignment_Left">
			<summary>Identifies the TXITEM_BarcodeHorizontalAlignment_Left drop-down item inside the TXITEM_BarcodeHorizontalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeHorizontalAlignment_Center">
			<summary>Identifies the TXITEM_BarcodeHorizontalAlignment_Center drop-down item inside the TXITEM_BarcodeHorizontalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeHorizontalAlignment_Right">
			<summary>Identifies the TXITEM_BarcodeHorizontalAlignment_Right drop-down item inside the TXITEM_BarcodeHorizontalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeVerticalAlignment_Top">
			<summary>Identifies the TXITEM_BarcodeVerticalAlignment_Top drop-down item inside the TXITEM_BarcodeVerticalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeVerticalAlignment_Middle">
			<summary>Identifies the TXITEM_BarcodeVerticalAlignment_Middle drop-down item inside the TXITEM_BarcodeVerticalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeVerticalAlignment_Bottom">
			<summary>Identifies the TXITEM_BarcodeVerticalAlignment_Bottom drop-down item inside the TXITEM_BarcodeVerticalAlignment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeRotation_Right90">
			<summary>Identifies the TXITEM_BarcodeRotation_Right90 drop-down item inside the TXITEM_BarcodeRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeRotation_Left90">
			<summary>Identifies the TXITEM_BarcodeRotation_Left90 drop-down item inside the TXITEM_BarcodeRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeRotation_180">
			<summary>Identifies the TXITEM_BarcodeRotation_180 drop-down item inside the TXITEM_BarcodeRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_BarcodeRotation_MoreRotationOptions">
			<summary>Identifies the TXITEM_BarcodeRotation_MoreRotationOptions drop-down item inside the TXITEM_BarcodeRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_ChartRotation_Right90">
			<summary>Identifies the TXITEM_ChartRotation_Right90 drop-down item inside the TXITEM_ChartRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_ChartRotation_Left90">
			<summary>Identifies the TXITEM_ChartRotation_Left90 drop-down item inside the TXITEM_ChartRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_ChartRotation_180">
			<summary>Identifies the TXITEM_ChartRotation_180 drop-down item inside the TXITEM_ChartRotation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_ChartInclination_0">
			<summary>Identifies the TXITEM_ChartInclination_0 drop-down item inside the TXITEM_ChartInclination's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_ChartInclination_30">
			<summary>Identifies the TXITEM_ChartInclination_30 drop-down item inside the TXITEM_ChartInclination's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_ChartInclination_60">
			<summary>Identifies the TXITEM_ChartInclination_60 drop-down item inside the TXITEM_ChartInclination's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_ChartPerspective_Telephoto">
			<summary>Identifies the TXITEM_ChartPerspective_Telephoto drop-down item inside the TXITEM_ChartPerspective's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_ChartPerspective_Normal">
			<summary>Identifies the TXITEM_ChartPerspective_Normal drop-down item inside the TXITEM_ChartPerspective's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonDropDownItem.TXITEM_ChartPerspective_WideAngle">
			<summary>Identifies the TXITEM_ChartPerspective_WideAngle drop-down item inside the TXITEM_ChartPerspective's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonFrameLayoutTab.FindItem(Windows.Forms.Ribbon.RibbonFrameLayoutTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonFrameLayoutTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonGroup">
			<summary>The RibbonGroup class represents a logical group of controls as they appear on a RibbonTab and is the base class of the HorizontalRibbonGroup class.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.#ctor">
			<summary>Initializes a new instance of the RibbonGroup class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.DialogBoxLauncher">
			<summary>Gets an object of type DialogBoxLauncher which represents the RibbonGroup's dialog box launcher item.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.HorizontalContentAlignment">
			<summary>Gets or sets the ribbon group's horizontal content alignment.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.IsAddToQuickAccessToolbarEnabled">
			<summary>Gets or sets a value whether the RibbonGroup can be added to the quick access toolbar.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.KeyTip">
			<summary>Gets or sets the keyboard shortcut of the RibbonGroup.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.LargeIcon">
			<summary>Gets or sets an icon for this RibbonGroup.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.RibbonItems">
			<summary>Gets a collection of all items contained in this group.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.RowCount">
			<summary>Gets or sets the number of rows in the RibbonGroup.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.SmallIcon">
			<summary>Gets or sets a 16x16 1/96 inch icon for this RibbonGroup.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.ShowSeperator">
			<summary>Gets or sets a value whether the RibbonGroup's separator is shown.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.Text">
			<summary>Overridden. Gets or sets the RibbonGroup's footer text.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroup.ToolTip">
			<summary>Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over this RibbonGroup.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonGroupCollection">
			<summary>An instance of the RibbonGroupCollection class contains objects of type RibbonGroup and can be obtained with the RibbonTab.RibbonGroups property.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonGroupCollection.Add(Windows.Forms.Ribbon.RibbonGroup)">
			<summary>Adds an object of the type RibbonGroup to the end of the collection.</summary>
			<param name="ribbonGroup">The RibbonGroup to be added to the end of the collection.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonGroupCollection.Insert(System.Int32,Windows.Forms.Ribbon.RibbonGroup)">
			<summary>Inserts an object of the type RibbonGroup at the specified index of the collection.</summary>
			<param name="index">The zero-based index at which the RibbonGroup should be inserted.</param>
			<param name="ribbonGroup">The RibbonGroup to be inserted.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonGroupCollection.Remove(Windows.Forms.Ribbon.RibbonGroup)">
			<summary>Removes an object of the type RibbonGroup from the collection.</summary>
			<param name="ribbonGroup">The RibbonGroup to be removed from the collection.</param>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonGroupCollection.Item">
			<summary>Gets an object of type RibbonGroup from the collection.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab">
			<summary>The RibbonInsertTab class represents a Windows Forms ribbon tab for inserting pages, images, charts, shapes, hyperlinks, bookmarks, headers and footers, textframes and symbols.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.#ctor">
			<summary>Initializes a new instance of the RibbonInsertTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonInsertTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_PageGroup">
			<summary>Identifies the TXITEM_PageGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertPage">
			<summary>Identifies the TXITEM_InsertPage ribbon item inside the TXITEM_PageGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertPageBreak">
			<summary>Identifies the TXITEM_InsertPageBreak ribbon item inside the TXITEM_PageGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_TableGroup">
			<summary>Identifies the TXITEM_TableGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertTable">
			<summary>Identifies the TXITEM_InsertTable ribbon item inside the TXITEM_TableGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_IllustrationsGroup">
			<summary>Identifies the TXITEM_IllustrationsGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertImage">
			<summary>Identifies the TXITEM_InsertImage ribbon item inside the TXITEM_IllustrationsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertChart">
			<summary>Identifies the TXITEM_InsertChart ribbon item inside the TXITEM_IllustrationsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertShape">
			<summary>Identifies the TXITEM_InsertShape ribbon item inside the TXITEM_IllustrationsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertBarcode">
			<summary>Identifies the TXITEM_InsertBarcode ribbon item inside the TXITEM_IllustrationsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_LinksGroup">
			<summary>Identifies the TXITEM_LinksGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertHyperlink">
			<summary>Identifies the TXITEM_InsertHyperlink ribbon item inside the TXITEM_LinksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertBookmark">
			<summary>Identifies the TXITEM_InsertBookmark ribbon item inside the TXITEM_LinksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_HeaderFooterGroup">
			<summary>Identifies the TXITEM_HeaderFooterGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertHeader">
			<summary>Identifies the TXITEM_InsertHeader ribbon item inside the TXITEM_HeaderFooterGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertFooter">
			<summary>Identifies the TXITEM_InsertFooter ribbon item inside the TXITEM_HeaderFooterGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertPageNumber">
			<summary>Identifies the TXITEM_InsertPageNumber ribbon item inside the TXITEM_HeaderFooterGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_TextGroup">
			<summary>Identifies the TXITEM_TextGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertTextFrame">
			<summary>Identifies the TXITEM_InsertTextFrame ribbon item inside the TXITEM_TextGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertFile">
			<summary>Identifies the TXITEM_InsertFile ribbon item inside the TXITEM_TextGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertSignature">
			<summary>Identifies the TXITEM_InsertSignature ribbon item inside the TXITEM_TextGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_SymbolsGroup">
			<summary>Identifies the TXITEM_SymbolsGroup ribbon group inside the RibbonInsertTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem.TXITEM_InsertSymbol">
			<summary>Identifies the TXITEM_InsertSymbol ribbon item inside the TXITEM_SymbolsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonInsertTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertTableGallery">
			<summary>Identifies the TXITEM_InsertTableGallery drop-down item inside the TXITEM_InsertTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertTableDialog">
			<summary>Identifies the TXITEM_InsertTableDialog drop-down item inside the TXITEM_InsertTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertImageDialog">
			<summary>Identifies the TXITEM_InsertImageDialog drop-down item inside the TXITEM_InsertImage's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertImagePlaceHolder">
			<summary>Identifies the TXITEM_InsertImagePlaceHolder drop-down item inside the TXITEM_InsertImage's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_LinesCategory">
			<summary>Identifies the TXITEM_LinesCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_RectanglesCategory">
			<summary>Identifies the TXITEM_RectanglesCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_BasicShapesCategory">
			<summary>Identifies the TXITEM_BasicShapesCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_BlockArrowsCategory">
			<summary>Identifies the TXITEM_BlockArrowsCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_EquationShapesCategory">
			<summary>Identifies the TXITEM_EquationShapesCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_FlowChartCategory">
			<summary>Identifies the TXITEM_FlowChartCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_StarsAndBannersCategory">
			<summary>Identifies the TXITEM_StarsAndBannersCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_CalloutsCategory">
			<summary>Identifies the TXITEM_CalloutsCategory drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertDrawingCanvas">
			<summary>Identifies the TXITEM_InsertDrawingCanvas drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_DrawingMarkerLines">
			<summary>Identifies the TXITEM_DrawingMarkerLines drop-down item inside the TXITEM_InsertShape's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertHyperlinkDialog">
			<summary>Identifies the TXITEM_InsertHyperlinkDialog drop-down item inside the TXITEM_InsertHyperlink's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_EditHyperlink">
			<summary>Identifies the TXITEM_EditHyperlink drop-down item inside the TXITEM_InsertHyperlink's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertBookmarkDialog">
			<summary>Identifies the TXITEM_InsertBookmarkDialog drop-down item inside the TXITEM_InsertBookmark's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_DeleteBookmark">
			<summary>Identifies the TXITEM_DeleteBookmark drop-down item inside the TXITEM_InsertBookmark's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_EditBookmark">
			<summary>Identifies the TXITEM_EditBookmark drop-down item inside the TXITEM_InsertBookmark's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_DocumentTargetMarkers">
			<summary>Identifies the TXITEM_DocumentTargetMarkers drop-down item inside the TXITEM_InsertBookmark's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_EditHeader">
			<summary>Identifies the TXITEM_EditHeader drop-down item inside the TXITEM_InsertHeader's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_RemoveHeader">
			<summary>Identifies the TXITEM_RemoveHeader drop-down item inside the TXITEM_InsertHeader's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_EditFooter">
			<summary>Identifies the TXITEM_EditFooter drop-down item inside the TXITEM_InsertFooter's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_RemoveFooter">
			<summary>Identifies the TXITEM_RemoveFooter drop-down item inside the TXITEM_InsertFooter's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_InsertStandardPageNumber">
			<summary>Identifies the TXITEM_InsertStandardPageNumber drop-down item inside the TXITEM_InsertPageNumber's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_FormatPageNumber">
			<summary>Identifies the TXITEM_FormatPageNumber drop-down item inside the TXITEM_InsertPageNumber's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_RemovePageNumber">
			<summary>Identifies the TXITEM_RemovePageNumber drop-down item inside the TXITEM_InsertPageNumber's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_AddTextFrame">
			<summary>Identifies the TXITEM_AddTextFrame drop-down item inside the TXITEM_InsertTextFrame's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_TextFrameMarkerLines">
			<summary>Identifies the TXITEM_TextFrameMarkerLines drop-down item inside the TXITEM_InsertTextFrame's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.RibbonDropDownItem.TXITEM_MoreSymbols">
			<summary>Identifies the TXITEM_MoreSymbols drop-down item inside the TXITEM_InsertSymbol's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonInsertTab.FindItem(Windows.Forms.Ribbon.RibbonInsertTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonInsertTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection">
			<summary>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.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.Add(System.Windows.Forms.Control)">
			<summary>Adds a control of the type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator to the end of the collection.</summary>
			<param name="item">The control to be added to the end of this collection.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.AddRange(System.Windows.Forms.Control[])">
			<summary>Adds an array of controls to the end of the collection. These controls must be objects of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator.</summary>
			<param name="items">An array of controls to be added to the end of this collection.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.Contains(System.Windows.Forms.Control)">
			<summary>Determines whether a control is in the collection.</summary>
			<param name="item">The item to locate in this collection.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.Insert(System.Int32,System.Windows.Forms.Control)">
			<summary>Inserts a control of the type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator at the specified index.</summary>
			<param name="index">The zero-based index at which the control should be inserted.</param>
			<param name="item">The control to be inserted.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.InsertRange(System.Int32,System.Windows.Forms.Control[])">
			<summary>Inserts an array of controls at the specified index. These controls must be objects of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator.</summary>
			<param name="index">The zero-based index at which the controls should be inserted.</param>
			<param name="items">An array of controlsto be inserted.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.Remove(System.Windows.Forms.Control)">
			<summary>Removes a control of the type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator from this collection.</summary>
			<param name="item">The control to be removed from this collection.</param>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonItemCollection.Item">
			<summary>Gets a control of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator from the collection.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonLabel">
			<summary>The RibbonLabel class represents a label which is inherited from the System.Windows.Forms.Control class.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonLabel.#ctor">
			<summary>Initializes a new instance of the RibbonLabel class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonLabel.ParentCollection">
			<summary>Gets the RibbonItemCollection that contains this RibbonLabel.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonLabel.SmallIcon">
			<summary>Gets or sets a 16x16 1/96 inch icon for this RibbonLabel.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonLabel.Text">
			<summary>Overridden. Gets or sets the RibbonLabel's text.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonLabel.ToolTip">
			<summary>Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonListView">
			<summary>The RibbonListView class is a list view control, which displays a collection of items that can be displayed using one of three different views.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonListView.#ctor">
			<summary>Initializes a new instance of the RibbonListView class.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ActivateEditItemTextBox(RibbonListView.RibbonListViewItem)">
			<summary>Displays a text box to edit the specified RibbonListViewItem.</summary>
			<param name="item">The specified RibbonListViewItem to edit.</param>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonListView.DeactivateEditItemTextBox">
			<summary>Closes the text box that is displayed to edit an item.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ScrollTo(RibbonListView.RibbonListViewItem)">
			<summary>Scrolls the contents of the RibbonListView to a specified RibbonListViewItem.</summary>
			<param name="item">The specified RibbonListViewItem where to scroll to.</param>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.CellPadding">
			<summary>Gets or sets the amount of space between the cell's item and the cell's border.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ColumnCount">
			<summary>Gets the number of columns in this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ColumnWidth">
			<summary>Gets the width, in 1/96 inch, for each column in this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.Deselectable">
			<summary>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.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.DropDownItems">
			<summary>Gets the collection of controls in the drop-down menu that is associated with this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.EditItemTextBoxEmptyWidth">
			<summary>Gets or sets a value, in 1/96 inch, specifying the width of the edit item text box for an item where no text is set.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.HideItems">
			<summary>Gets or sets a value indicating whether the RibbonListViewItems are displayed inside the RibbonListView or not.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.HideSelectedItems">
			<summary>Gets or sets a value indicating whether the selected RibbonListViewItems are highlighted inside the RibbonListView or not.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemsSource">
			<summary>Gets or sets an array of RibbonListViewItems used to generate the content of this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.KeyTip">
			<summary>Gets or sets the keyboard shortcut of the RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.MaxColumnCount">
			<summary>Gets or sets a value specifying the maximum number of columns in this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.MaxColumnWidth">
			<summary>Gets or sets a value, in 1/96 inch, specifying the maximum column width in this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.MaxVisibleRows">
			<summary>Gets or sets a value specifying the maximum number of rows that are displayed by the RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.MinColumnCount">
			<summary>Gets or sets the minimum number of columns in this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.MinColumnWidth">
			<summary>Gets or sets the minimum width, in 1/96 inch, of a column.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.MinimumWidth">
			<summary>Gets or sets the minimum width, in 1/96 inch, of the RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.MinRowCount">
			<summary>Gets or sets the minimum number of rows in this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.MultiSelect">
			<summary>Gets or sets a value indicating whether multiple items can be selected.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ParentCollection">
			<summary>Gets the RibbonItemCollection that contains this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItems">
			<summary>Gets a collection containing all items in this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RowCount">
			<summary>Gets the number of rows in this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RowHeight">
			<summary>Gets the height, in 1/96 inch, for each row in this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.SelectedIndices">
			<summary>Gets or sets the indexes of the selected items in this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.SelectedItems">
			<summary>Gets or sets the items that are selected in this RibbonListView.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.SelectWithArrowKeys">
			<summary>Gets or sets a value indicating whether an item is set to selected after choosing it by using arrow keys.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ShowBorder">
			<summary>Gets or sets a value indicating whether this RibbonListView is surrounded by a border or not.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ShowItemsInDropDown">
			<summary>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.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ScrollButtonsVisible">
			<summary>Gets or sets a value whether the scroll bars buttons should be displayed or not.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ToolTip">
			<summary>Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over RibbonListView's scroll bar or drop-down button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ViewMode">
			<summary>Gets or sets the mode in which this RibbonListView displays its items.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonListView.DropDownClosed">
			<summary>Occurs as the RibbonListView's drop-down menu is closed.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonListView.DropDownOpening">
			<summary>Occurs as the RibbonListView's drop-down menu is opening.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonListView.EditItemTextBoxActivated">
			<summary>Occurs when the edit item text box is displayed.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonListView.EditItemTextBoxDeactivated">
			<summary>Occurs when the edit item text box is closed.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemClick">
			<summary>Occurs when an RibbonListViewItem is clicked.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemDropDownClosed">
			<summary>Occurs as a RibbonListViewItem's drop-down menu is closed.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemDropDownOpening">
			<summary>Occurs as a RibbonListViewItem's drop-down menu is opening.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemMouseDown">
			<summary>Occurs when the mouse pointer is over a RibbonListViewItem and the mouse button is pressed.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemMouseEnter">
			<summary>Occurs when the mouse pointer enters a RibbonListViewItem.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemMouseLeave">
			<summary>Occurs when the mouse pointer leaves a RibbonListViewItem.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonListView.ItemMouseUp">
			<summary>Occurs when the mouse pointer is over a RibbonListViewItem and the mouse button is released.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem">
			<summary>The RibbonListViewItem class represents an item in a RibbonListView control.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.#ctor">
			<summary>Initializes a new instance of the RibbonListViewItem class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.DropDown">
			<summary>Gets an object of type RibbonListView.RibbonListViewItemDropDown to access settings of the drop-down menu, that is displayed for each RibbonListViewItem when the RibbonListView.ViewMode property includes the ListViewMode.DropDown enumeration.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.Icon">
			<summary>Gets or sets the icon for this RibbonListViewItem.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.IsEditable">
			<summary>Gets or sets a value indicating whether this RibbonListViewItem is editable.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.IsSelected">
			<summary>Gets or sets a value indicating whether this RibbonListViewItem is selected.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.Tag">
			<summary>Gets or sets the data associated with this RibbonListViewItem.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.Text">
			<summary>Gets or sets the RibbonListViewItem's text</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItem.ToolTip">
			<summary>Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemCollection">
			<summary>An instance of the RibbonListViewItemCollection class contains controls of type RibbonListViewItem and can be obtained with the RibbonListView.RibbonListViewItems property.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemCollection.Add(RibbonListView.RibbonListViewItem)">
			<summary>Adds an item of the type RibbonListViewItem to the end of this collection.</summary>
			<param name="item">The item to be added to the end of this collection.</param>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemCollection.Item">
			<summary>Gets an item of type RibbonListViewItem from this collection.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemDropDown">
			<summary>The RibbonListViewItemDropDown class provides properties to modify the settings of the drop-down menu, that is displayed for each RibbonListViewItem when the RibbonListView.ViewMode property includes the ListViewMode.DropDown enumeration.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemDropDown.Items">
			<summary>Gets or sets all items that are displayed when the drop-down menu is opened.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemDropDown.MinimumWidth">
			<summary>Gets or sets the minimum width, in 1/96 inch, of the displayed drop-down.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemDropDown.SelectedIndex">
			<summary>Gets or sets the index of the currently selected drop-down item.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemDropDown.SelectedItem">
			<summary>Gets or sets the current selected drop-down item.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemDropDown.ShowCheckMargin">
			<summary>Gets or sets a value indicating whether space for a check mark is shown on the left edge of the drop-down menu.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemDropDown.ShowText">
			<summary>Gets or sets a value indicating whether the value of the RibbonListViewItemDropDown.Text property is displayed to the left of the drop-down button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemDropDown.Text">
			<summary>Gets or sets the text that is displayed to the left of the drop-down button, if the RibbonListViewItemDropDown.ShowText property is set to true.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemEventArgs">
			<summary>The RibbonListViewItemEventArgs class provides data for the RibbonListView.EditItemTextBoxActivated, RibbonListView.EditItemTextBoxDeactivated, RibbonListView.ItemClick, ItemMouseEnter or ItemMouseLeave event.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonListView.RibbonListViewItemEventArgs.Item">
			<summary>Gets an object of type RibbonListViewItem that represents the handled item.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonMenuButton">
			<summary>The RibbonMenuButton class is a button control that displays a drop-down menu when clicked.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonMenuButton.#ctor">
			<summary>Initializes a new instance of the RibbonMenuButton class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonMenuButton.DropDownItems">
			<summary>Gets the collection of controls in the drop-down menu that is associated with this RibbonMenuButton.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonMenuButton.DropDownClosed">
			<summary>Occurs as the RibbonMenuButton's drop-down menu is closed.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonMenuButton.DropDownOpening">
			<summary>Occurs as the RibbonMenuButton's drop-down menu is opening.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab">
			<summary>The RibbonPageLayoutTab class represents a Windows Forms ribbon tab for editing the page setup and layout.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.#ctor">
			<summary>Initializes a new instance of the RibbonPageLayoutTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonPageLayoutTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_PageSetupGroup">
			<summary>Identifies the TXITEM_PageSetupGroup ribbon group inside the RibbonPageLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_PageSetupGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_PageSetupGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_PageMargins">
			<summary>Identifies the TXITEM_PageMargins ribbon item inside the TXITEM_PageSetupGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_Orientation">
			<summary>Identifies the TXITEM_Orientation ribbon item inside the TXITEM_PageSetupGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_PageSize">
			<summary>Identifies the TXITEM_PageSize ribbon item inside the TXITEM_PageSetupGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_ColumnsAndBreaksGroup">
			<summary>Identifies the TXITEM_ColumnsAndBreaksGroup ribbon group inside the RibbonPageLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_ColumnsAndBreaksGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_ColumnsAndBreaksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_Columns">
			<summary>Identifies the TXITEM_Columns ribbon item inside the TXITEM_ColumnsAndBreaksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_Breaks">
			<summary>Identifies the TXITEM_Breaks ribbon item inside the TXITEM_ColumnsAndBreaksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_PageBackgroundAndBordersGroup">
			<summary>Identifies the TXITEM_PageBackgroundAndBordersGroup ribbon group inside the RibbonPageLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_PageBackgroundAndBordersGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_PageBackgroundAndBordersGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_PageColor">
			<summary>Identifies the TXITEM_PageColor ribbon item inside the TXITEM_PageBackgroundAndBordersGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_PageBorders">
			<summary>Identifies the TXITEM_PageBorders ribbon item inside the TXITEM_PageBackgroundAndBordersGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_PageLineColor">
			<summary>Identifies the TXITEM_PageLineColor ribbon item inside the TXITEM_PageBackgroundAndBordersGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem.TXITEM_PageLineWidth">
			<summary>Identifies the TXITEM_PageLineWidth ribbon item inside the TXITEM_PageBackgroundAndBordersGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonPageLayoutTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Orientation_Portrait">
			<summary>Identifies the TXITEM_Orientation_Portrait drop-down item inside the TXITEM_Orientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Orientation_Landscape">
			<summary>Identifies the TXITEM_Orientation_Landscape drop-down item inside the TXITEM_Orientation's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Columns_One">
			<summary>Identifies the TXITEM_Columns_One drop-down item inside the TXITEM_Columns's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Columns_Two">
			<summary>Identifies the TXITEM_Columns_Two drop-down item inside the TXITEM_Columns's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Columns_Three">
			<summary>Identifies the TXITEM_Columns_Three drop-down item inside the TXITEM_Columns's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Columns_MoreColumns">
			<summary>Identifies the TXITEM_Columns_MoreColumns drop-down item inside the TXITEM_Columns's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_PageBreaks">
			<summary>Identifies the TXITEM_Breaks_PageBreaks drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_Page">
			<summary>Identifies the TXITEM_Breaks_Page drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_Column">
			<summary>Identifies the TXITEM_Breaks_Column drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_TextWrapping">
			<summary>Identifies the TXITEM_Breaks_TextWrapping drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_SectionBreaks">
			<summary>Identifies the TXITEM_Breaks_SectionBreaks drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_NextPage">
			<summary>Identifies the TXITEM_Breaks_NextPage drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_Breaks_Continuous">
			<summary>Identifies the TXITEM_Breaks_Continuous drop-down item inside the TXITEM_Breaks's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageColor_Automatic">
			<summary>Identifies the TXITEM_PageColor_Automatic drop-down item inside the TXITEM_PageColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageColor_MoreColors">
			<summary>Identifies the TXITEM_PageColor_MoreColors drop-down item inside the TXITEM_PageColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageBorders_Left">
			<summary>Identifies the TXITEM_PageBorders_Left drop-down item inside the TXITEM_PageBorders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageBorders_Top">
			<summary>Identifies the TXITEM_PageBorders_Top drop-down item inside the TXITEM_PageBorders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageBorders_Right">
			<summary>Identifies the TXITEM_PageBorders_Right drop-down item inside the TXITEM_PageBorders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageBorders_Bottom">
			<summary>Identifies the TXITEM_PageBorders_Bottom drop-down item inside the TXITEM_PageBorders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageBorders_All">
			<summary>Identifies the TXITEM_PageBorders_All drop-down item inside the TXITEM_PageBorders's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageLineColor_Automatic">
			<summary>Identifies the TXITEM_PageLineColor_Automatic drop-down item inside the TXITEM_PageLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageLineColor_MoreColors">
			<summary>Identifies the TXITEM_PageLineColor_MoreColors drop-down item inside the TXITEM_PageLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonDropDownItem.TXITEM_PageLineWidth_NoLine">
			<summary>Identifies the TXITEM_PageLineWidth_NoLine drop-down item inside the TXITEM_PageLineWidth's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonPageLayoutTab.FindItem(Windows.Forms.Ribbon.RibbonPageLayoutTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonPageLayoutTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab">
			<summary>The RibbonPermissionsTab class represents a Windows Forms ribbon tab for determining how the document can be edited, when it is enforced to be protected.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.#ctor">
			<summary>Initializes a new instance of the RibbonPermissionsTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonPermissionsTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_RestrictFormattingGroup">
			<summary>Identifies the TXITEM_RestrictFormattingGroup ribbon group inside the RibbonPermissionsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_AllowFormatting">
			<summary>Identifies the TXITEM_AllowFormatting ribbon item inside the TXITEM_RestrictFormattingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_AllowFormattingStyles">
			<summary>Identifies the TXITEM_AllowFormattingStyles ribbon item inside the TXITEM_RestrictFormattingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_RestrictEditingGroup">
			<summary>Identifies the TXITEM_RestrictEditingGroup ribbon group inside the RibbonPermissionsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_AllowPrinting">
			<summary>Identifies the TXITEM_AllowPrinting ribbon item inside the TXITEM_RestrictEditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_AllowCopy">
			<summary>Identifies the TXITEM_AllowCopy ribbon item inside the TXITEM_RestrictEditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_FillInFormFields">
			<summary>Identifies the TXITEM_FillInFormFields ribbon item inside the TXITEM_RestrictEditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_ReadOnly">
			<summary>Identifies the TXITEM_ReadOnly ribbon item inside the TXITEM_RestrictEditingGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_ReadOnlyExceptionsGroup">
			<summary>Identifies the TXITEM_ReadOnlyExceptionsGroup ribbon group inside the RibbonPermissionsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_ReadOnlyExceptionsGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_ReadOnlyExceptionsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_Users">
			<summary>Identifies the TXITEM_Users ribbon item inside the TXITEM_ReadOnlyExceptionsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_EditRestrictedDocumentGroup">
			<summary>Identifies the TXITEM_EditRestrictedDocumentGroup ribbon group inside the RibbonPermissionsTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_EnforceProtection">
			<summary>Identifies the TXITEM_EnforceProtection ribbon item inside the TXITEM_EditRestrictedDocumentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_HighlightEditableRegions">
			<summary>Identifies the TXITEM_HighlightEditableRegions ribbon item inside the TXITEM_EditRestrictedDocumentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_PreviousEditableRegion">
			<summary>Identifies the TXITEM_PreviousEditableRegion ribbon item inside the TXITEM_EditRestrictedDocumentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem.TXITEM_NextEditableRegion">
			<summary>Identifies the TXITEM_NextEditableRegion ribbon item inside the TXITEM_EditRestrictedDocumentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonPermissionsTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonDropDownItem.TXITEM_Users_Dialog">
			<summary>Identifies the TXITEM_Users_Dialog drop-down item inside the TXITEM_Users's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.FindItem(Windows.Forms.Ribbon.RibbonPermissionsTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonPermissionsTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.AllowAddingUserNames">
			<summary>Gets or sets a value indicating whether the user can add user names by the RibbonPermissionsTab's Add Users dialog that are not represented by the RegisteredUserNames property.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonPermissionsTab.RegisteredUserNames">
			<summary>Gets or sets an array of strings that represents those registered user names that can be added by the RibbonPermissionsTab's Add Users dialog.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab">
			<summary>The RibbonProofingTab class represents a Windows Forms ribbon tab for setting proofing options such as spelling, hyphenation or language settings.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.#ctor">
			<summary>Initializes a new instance of the RibbonProofingTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonProofingTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_SpellingAndHyphenationGroup">
			<summary>Identifies the TXITEM_SpellingAndHyphenationGroup ribbon group inside the RibbonProofingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_EnableSpellChecking">
			<summary>Identifies the TXITEM_EnableSpellChecking ribbon item inside the TXITEM_SpellingAndHyphenationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_EnableHyphenations">
			<summary>Identifies the TXITEM_EnableHyphenations ribbon item inside the TXITEM_SpellingAndHyphenationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_Thesaurus">
			<summary>Identifies the TXITEM_Thesaurus ribbon item inside the TXITEM_SpellingAndHyphenationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_Spelling">
			<summary>Identifies the TXITEM_Spelling ribbon item inside the TXITEM_SpellingAndHyphenationGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_ProofingSettingsGroup">
			<summary>Identifies the TXITEM_ProofingSettingsGroup ribbon group inside the RibbonProofingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_LoadDictionary">
			<summary>Identifies the TXITEM_LoadDictionary ribbon item inside the TXITEM_ProofingSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_LoadThesaurusFile">
			<summary>Identifies the TXITEM_LoadThesaurusFile ribbon item inside the TXITEM_ProofingSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_SpellingOptions">
			<summary>Identifies the TXITEM_SpellingOptions ribbon item inside the TXITEM_ProofingSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_CommentsGroup">
			<summary>Identifies the TXITEM_CommentsGroup ribbon group inside the RibbonProofingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_AddComment">
			<summary>Identifies the TXITEM_AddComment ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_DeleteComment">
			<summary>Identifies the TXITEM_DeleteComment ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_PreviousComment">
			<summary>Identifies the TXITEM_PreviousComment ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_NextComment">
			<summary>Identifies the TXITEM_NextComment ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_EditComment">
			<summary>Identifies the TXITEM_EditComment ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_CommentsViewMode">
			<summary>Identifies the TXITEM_CommentsViewMode ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_ShowComments">
			<summary>Identifies the TXITEM_ShowComments ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_Comments">
			<summary>Identifies the TXITEM_Comments ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_Comments_Sidebars">
			<summary>Identifies the TXITEM_Comments_Sidebars ribbon item inside the TXITEM_CommentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_TrackChangesGroup">
			<summary>Identifies the TXITEM_TrackChangesGroup ribbon group inside the RibbonProofingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_TrackChanges">
			<summary>Identifies the TXITEM_TrackChanges ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_AcceptTrackedChange">
			<summary>Identifies the TXITEM_AcceptTrackedChange ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_RejectTrackedChange">
			<summary>Identifies the TXITEM_RejectTrackedChange ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_TrackedChanges">
			<summary>Identifies the TXITEM_TrackedChanges ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_TrackedChanges_Sidebars">
			<summary>Identifies the TXITEM_TrackedChanges_Sidebars ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_PreviousTrackedChange">
			<summary>Identifies the TXITEM_PreviousTrackedChange ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_NextTrackedChange">
			<summary>Identifies the TXITEM_NextTrackedChange ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_ShowMarkup">
			<summary>Identifies the TXITEM_ShowMarkup ribbon item inside the TXITEM_TrackChangesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_LanguageGroup">
			<summary>Identifies the TXITEM_LanguageGroup ribbon group inside the RibbonProofingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_DetectLanguages">
			<summary>Identifies the TXITEM_DetectLanguages ribbon item inside the TXITEM_LanguageGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem.TXITEM_SetLanguage">
			<summary>Identifies the TXITEM_SetLanguage ribbon item inside the TXITEM_LanguageGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonProofingTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_DeleteComment_DeleteThisComment">
			<summary>Identifies the TXITEM_DeleteComment_DeleteThisComment drop-down item inside the TXITEM_DeleteComment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_DeleteComment_DeleteThisReply">
			<summary>Identifies the TXITEM_DeleteComment_DeleteThisReply drop-down item inside the TXITEM_DeleteComment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_DeleteComment_DeleteAllComments">
			<summary>Identifies the TXITEM_DeleteComment_DeleteAllComments drop-down item inside the TXITEM_DeleteComment's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_ShowComments_AllReviewers">
			<summary>Identifies the TXITEM_ShowComments_AllReviewers drop-down item inside the TXITEM_ShowComments's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_Comments_Sidebars_Vertical">
			<summary>Identifies the TXITEM_Comments_Sidebars_Vertical drop-down item inside the TXITEM_Comments_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_Comments_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_Comments_Sidebars_Horizontal drop-down item inside the TXITEM_Comments_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_AcceptTrackedChange_AcceptAndMoveToNext">
			<summary>Identifies the TXITEM_AcceptTrackedChange_AcceptAndMoveToNext drop-down item inside the TXITEM_AcceptTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_AcceptTrackedChange_AcceptThisChange">
			<summary>Identifies the TXITEM_AcceptTrackedChange_AcceptThisChange drop-down item inside the TXITEM_AcceptTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_AcceptTrackedChange_AcceptAllChanges">
			<summary>Identifies the TXITEM_AcceptTrackedChange_AcceptAllChanges drop-down item inside the TXITEM_AcceptTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_AcceptTrackedChange_AcceptAllChangesAndStopTracking">
			<summary>Identifies the TXITEM_AcceptTrackedChange_AcceptAllChangesAndStopTracking drop-down item inside the TXITEM_AcceptTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_RejectTrackedChange_RejectAndMoveToNext">
			<summary>Identifies the TXITEM_RejectTrackedChange_RejectAndMoveToNext drop-down item inside the TXITEM_RejectTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_RejectTrackedChange_RejectThisChange">
			<summary>Identifies the TXITEM_RejectTrackedChange_RejectThisChange drop-down item inside the TXITEM_RejectTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_RejectTrackedChange_RejectAllChanges">
			<summary>Identifies the TXITEM_RejectTrackedChange_RejectAllChanges drop-down item inside the TXITEM_RejectTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_RejectTrackedChange_RejectAllChangesAndStopTracking">
			<summary>Identifies the TXITEM_RejectTrackedChange_RejectAllChangesAndStopTracking drop-down item inside the TXITEM_RejectTrackedChange's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_TrackedChanges_Sidebars_Vertical">
			<summary>Identifies the TXITEM_TrackedChanges_Sidebars_Vertical drop-down item inside the TXITEM_TrackedChanges_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_TrackedChanges_Sidebars_Horizontal">
			<summary>Identifies the TXITEM_TrackedChanges_Sidebars_Horizontal drop-down item inside the TXITEM_TrackedChanges_Sidebars's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.RibbonDropDownItem.TXITEM_ShowMarkup_AllReviewers">
			<summary>Identifies the TXITEM_ShowMarkup_AllReviewers drop-down item inside the TXITEM_ShowMarkup's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.FindItem(Windows.Forms.Ribbon.RibbonProofingTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonProofingTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.CommentsSidebar">
			<summary>Gets or sets the vertical sidebar that is connected to the RibbonProofingTab's TXITEM_Comments button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.CommentsHorizontalSidebar">
			<summary>Gets or sets the horizontal sidebar that is connected to the RibbonProofingTab's TXITEM_Comments button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.TrackedChangesSidebar">
			<summary>Gets or sets the vertical sidebar that is connected to the RibbonProofingTab's TXITEM_TrackedChanges button.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab.TrackedChangesHorizontalSidebar">
			<summary>Gets or sets the horizontal sidebar that is connected to the RibbonProofingTab's TXITEM_TrackedChanges button.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab">
			<summary>The RibbonReferencesTab class represents a Windows Forms ribbon tab for creating and editing tables of contents.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.#ctor">
			<summary>Initializes a new instance of the RibbonReferencesTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonReferencesTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_FootnotesGroup">
			<summary>Identifies the TXITEM_FootnotesGroup ribbon group inside the RibbonReferencesTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_InsertFootnote">
			<summary>Identifies the TXITEM_InsertFootnote ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_DeleteFootnote">
			<summary>Identifies the TXITEM_DeleteFootnote ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_EditFootnote">
			<summary>Identifies the TXITEM_EditFootnote ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_PreviousFootnote">
			<summary>Identifies the TXITEM_PreviousFootnote ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_NextFootnote">
			<summary>Identifies the TXITEM_NextFootnote ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_HighlightFootnoteMarks">
			<summary>Identifies the TXITEM_HighlightFootnoteMarks ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_FootnotesStartNumber">
			<summary>Identifies the TXITEM_FootnotesStartNumber ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_FootnotesNumberFormat">
			<summary>Identifies the TXITEM_FootnotesNumberFormat ribbon item inside the TXITEM_FootnotesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_TableOfContentsGroup">
			<summary>Identifies the TXITEM_TableOfContentsGroup ribbon group inside the RibbonReferencesTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_InsertTableOfContents">
			<summary>Identifies the TXITEM_InsertTableOfContents ribbon item inside the TXITEM_TableOfContentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_DeleteTableOfContents">
			<summary>Identifies the TXITEM_DeleteTableOfContents ribbon item inside the TXITEM_TableOfContentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_UpdateTableOfContents">
			<summary>Identifies the TXITEM_UpdateTableOfContents ribbon item inside the TXITEM_TableOfContentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_ModifyTableOfContents">
			<summary>Identifies the TXITEM_ModifyTableOfContents ribbon item inside the TXITEM_TableOfContentsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_TableOfContentsPropertiesGroup">
			<summary>Identifies the TXITEM_TableOfContentsPropertiesGroup ribbon group inside the RibbonReferencesTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_TOCMinimumStructureLevel">
			<summary>Identifies the TXITEM_TOCMinimumStructureLevel ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_TOCMaximumStructureLevel">
			<summary>Identifies the TXITEM_TOCMaximumStructureLevel ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_TOCCreateHyperlinks">
			<summary>Identifies the TXITEM_TOCCreateHyperlinks ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_TOCTitle">
			<summary>Identifies the TXITEM_TOCTitle ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_TOCShowPageNumbers">
			<summary>Identifies the TXITEM_TOCShowPageNumbers ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_TOCRightAlignPageNumbers">
			<summary>Identifies the TXITEM_TOCRightAlignPageNumbers ribbon item inside the TXITEM_TableOfContentsPropertiesGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_ParagraphStructureLevelsGroup">
			<summary>Identifies the TXITEM_ParagraphStructureLevelsGroup ribbon group inside the RibbonReferencesTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_StructureLevelStyles">
			<summary>Identifies the TXITEM_StructureLevelStyles ribbon item inside the TXITEM_ParagraphStructureLevelsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding KeyTip resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem.TXITEM_AddParagraph">
			<summary>Identifies the TXITEM_AddParagraph ribbon item inside the TXITEM_ParagraphStructureLevelsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonReferencesTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_FootnotesNumberFormat_ArabicNumbers">
			<summary>Identifies the TXITEM_FootnotesNumberFormat_ArabicNumbers drop-down item inside the TXITEM_FootnotesNumberFormat's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_FootnotesNumberFormat_Letters">
			<summary>Identifies the TXITEM_FootnotesNumberFormat_Letters drop-down item inside the TXITEM_FootnotesNumberFormat's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_FootnotesNumberFormat_CapitalLetters">
			<summary>Identifies the TXITEM_FootnotesNumberFormat_CapitalLetters drop-down item inside the TXITEM_FootnotesNumberFormat's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_FootnotesNumberFormat_RomanNumbers">
			<summary>Identifies the TXITEM_FootnotesNumberFormat_RomanNumbers drop-down item inside the TXITEM_FootnotesNumberFormat's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_FootnotesNumberFormat_SmallRomanNumbers">
			<summary>Identifies the TXITEM_FootnotesNumberFormat_SmallRomanNumbers drop-down item inside the TXITEM_FootnotesNumberFormat's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphBodyText">
			<summary>Identifies the TXITEM_AddParagraphBodyText drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel1">
			<summary>Identifies the TXITEM_AddParagraphLevel1 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel2">
			<summary>Identifies the TXITEM_AddParagraphLevel2 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel3">
			<summary>Identifies the TXITEM_AddParagraphLevel3 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel4">
			<summary>Identifies the TXITEM_AddParagraphLevel4 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel5">
			<summary>Identifies the TXITEM_AddParagraphLevel5 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel6">
			<summary>Identifies the TXITEM_AddParagraphLevel6 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel7">
			<summary>Identifies the TXITEM_AddParagraphLevel7 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel8">
			<summary>Identifies the TXITEM_AddParagraphLevel8 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel9">
			<summary>Identifies the TXITEM_AddParagraphLevel9 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.RibbonDropDownItem.TXITEM_AddParagraphLevel10">
			<summary>Identifies the TXITEM_AddParagraphLevel10 drop-down item inside the TXITEM_AddParagraph's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonReferencesTab.FindItem(Windows.Forms.Ribbon.RibbonReferencesTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonReferencesTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab">
			<summary>The RibbonReportingTab class represents a Windows Forms ribbon tab to integrate mail merge and reporting functionality.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.#ctor">
			<summary>Initializes a new instance of the RibbonReportingTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonReportingTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_DataSourceGroup">
			<summary>Identifies the TXITEM_DataSourceGroup ribbon group inside the RibbonReportingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_DataSource">
			<summary>Identifies the TXITEM_DataSource ribbon item inside the TXITEM_DataSourceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_SelectMasterTable">
			<summary>Identifies the TXITEM_SelectMasterTable ribbon item inside the TXITEM_DataSourceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_EditDataRelations">
			<summary>Identifies the TXITEM_EditDataRelations ribbon item inside the TXITEM_DataSourceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_ConfigFile">
			<summary>Identifies the TXITEM_ConfigFile ribbon item inside the TXITEM_DataSourceGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_MergeFieldsGroup">
			<summary>Identifies the TXITEM_MergeFieldsGroup ribbon group inside the RibbonReportingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_InsertMergeField">
			<summary>Identifies the TXITEM_InsertMergeField ribbon item inside the TXITEM_MergeFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_InsertSpecialField">
			<summary>Identifies the TXITEM_InsertSpecialField ribbon item inside the TXITEM_MergeFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_FieldProperties">
			<summary>Identifies the TXITEM_FieldProperties ribbon item inside the TXITEM_MergeFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_DeleteField">
			<summary>Identifies the TXITEM_DeleteField ribbon item inside the TXITEM_MergeFieldsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_MergeBlocksGroup">
			<summary>Identifies the TXITEM_MergeBlocksGroup ribbon group inside the RibbonReportingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_InsertMergeBlock">
			<summary>Identifies the TXITEM_InsertMergeBlock ribbon item inside the TXITEM_MergeBlocksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_EditMergeBlocks">
			<summary>Identifies the TXITEM_EditMergeBlocks ribbon item inside the TXITEM_MergeBlocksGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_ViewGroup">
			<summary>Identifies the TXITEM_ViewGroup ribbon group inside the RibbonReportingTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem.TXITEM_FieldNavigation">
			<summary>Identifies the TXITEM_FieldNavigation ribbon item inside the TXITEM_ViewGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonReportingTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_DataSource_DataSource">
			<summary>Identifies the TXITEM_DataSource_DataSource drop-down item inside the TXITEM_DataSource's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_DataSource_LoadXMLFile">
			<summary>Identifies the TXITEM_DataSource_LoadXMLFile drop-down item inside the TXITEM_DataSource's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_DataSource_LoadAssembly">
			<summary>Identifies the TXITEM_DataSource_LoadAssembly drop-down item inside the TXITEM_DataSource's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_DataSource_LoadJSON">
			<summary>Identifies the TXITEM_DataSource_LoadJSON drop-down item inside the TXITEM_DataSource's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_DataSource_SaveExcerpt">
			<summary>Identifies the TXITEM_DataSource_SaveExcerpt drop-down item inside the TXITEM_DataSource's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_SelectMasterTable_TablesHeader">
			<summary>Identifies the TXITEM_SelectMasterTable_TablesHeader drop-down item inside the TXITEM_SelectMasterTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_ConfigFile_LoadConfiguration">
			<summary>Identifies the TXITEM_ConfigFile_LoadConfiguration drop-down item inside the TXITEM_ConfigFile's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_ConfigFile_SaveConfiguration">
			<summary>Identifies the TXITEM_ConfigFile_SaveConfiguration drop-down item inside the TXITEM_ConfigFile's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeField_TablesHeader">
			<summary>Identifies the TXITEM_InsertMergeField_TablesHeader drop-down item inside the TXITEM_InsertMergeField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeField_InsertCustomMergeField">
			<summary>Identifies the TXITEM_InsertMergeField_InsertCustomMergeField drop-down item inside the TXITEM_InsertMergeField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeField_HighlightMergeFields">
			<summary>Identifies the TXITEM_InsertMergeField_HighlightMergeFields drop-down item inside the TXITEM_InsertMergeField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertSpecialField_IF">
			<summary>Identifies the TXITEM_InsertSpecialField_IF drop-down item inside the TXITEM_InsertSpecialField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertSpecialField_IncludeText">
			<summary>Identifies the TXITEM_InsertSpecialField_IncludeText drop-down item inside the TXITEM_InsertSpecialField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertSpecialField_Date">
			<summary>Identifies the TXITEM_InsertSpecialField_Date drop-down item inside the TXITEM_InsertSpecialField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertSpecialField_Next">
			<summary>Identifies the TXITEM_InsertSpecialField_Next drop-down item inside the TXITEM_InsertSpecialField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertSpecialField_NextIf">
			<summary>Identifies the TXITEM_InsertSpecialField_NextIf drop-down item inside the TXITEM_InsertSpecialField's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeBlock_TablesHeader">
			<summary>Identifies the TXITEM_InsertMergeBlock_TablesHeader drop-down item inside the TXITEM_InsertMergeBlock's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeBlock_InsertCustomMergeBlock">
			<summary>Identifies the TXITEM_InsertMergeBlock_InsertCustomMergeBlock drop-down item inside the TXITEM_InsertMergeBlock's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.RibbonDropDownItem.TXITEM_InsertMergeBlock_HighlightMergeBlocks">
			<summary>Identifies the TXITEM_InsertMergeBlock_HighlightMergeBlocks drop-down item inside the TXITEM_InsertMergeBlock's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle and ToolTipDescription resources.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.FindItem(Windows.Forms.Ribbon.RibbonReportingTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonReportingTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.DataSourceManager">
			<summary>Provides the DataSourceManager that is connected with the RibbonReportingTab.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonReportingTab.FieldNavigatorSidebar">
			<summary>Gets or sets the sidebar that is connected to the RibbonReportingTab's TXITEM_FieldNavigation button.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonSeperator">
			<summary>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.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonSeperator.#ctor">
			<summary>Initializes a new instance of the RibbonSeperator class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonSeperator.Alignment">
			<summary>Gets the alignment of this RibbonSeperator.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonSeperator.ParentCollection">
			<summary>Gets the RibbonItemCollection that contains this RibbonSeperator.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton">
			<summary>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.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton.#ctor">
			<summary>Initializes a new instance of the RibbonSplitButton class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton.ButtonEnabled">
			<summary>Gets or set a value indicating whether the primary button is enabled.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton.Checkable">
			<summary>Gets or set a value indicating whether the primary button is checkable.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton.Checked">
			<summary>Gets or set a value indicating whether the primary button is checked.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton.ButtonClick">
			<summary>Occurs as the primary button is clicked.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton.CheckedChanged">
			<summary>Occurs when the value of the Checked property changes.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonTab">
			<summary>The RibbonTab class represents a tab in a Ribbon.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonTab.#ctor">
			<summary>Initializes a new instance of the RibbonTab class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTab.KeyTip">
			<summary>Gets or sets the keyboard shortcut of the RibbonTab.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTab.RibbonGroups">
			<summary>Gets a collection of all RibbonGroups in a RibbonTab.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab">
			<summary>The RibbonTableLayoutTab class represents a Windows Forms ribbon tab for editing tables.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.#ctor">
			<summary>Initializes a new instance of the RibbonTableLayoutTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonTableLayoutTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_TableLayoutGroup">
			<summary>Identifies the TXITEM_TableLayoutGroup ribbon group inside the RibbonTableLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_SelectTable">
			<summary>Identifies the TXITEM_SelectTable ribbon item inside the TXITEM_TableLayoutGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_TableGridLines">
			<summary>Identifies the TXITEM_TableGridLines ribbon item inside the TXITEM_TableLayoutGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_TableProperties">
			<summary>Identifies the TXITEM_TableProperties ribbon item inside the TXITEM_TableLayoutGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_RowsAndColumnsGroup">
			<summary>Identifies the TXITEM_RowsAndColumnsGroup ribbon group inside the RibbonTableLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_DeleteTable">
			<summary>Identifies the TXITEM_DeleteTable ribbon item inside the TXITEM_RowsAndColumnsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_InsertTableRowAbove">
			<summary>Identifies the TXITEM_InsertTableRowAbove ribbon item inside the TXITEM_RowsAndColumnsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_InsertTableRowBelow">
			<summary>Identifies the TXITEM_InsertTableRowBelow ribbon item inside the TXITEM_RowsAndColumnsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_InsertTableColLeft">
			<summary>Identifies the TXITEM_InsertTableColLeft ribbon item inside the TXITEM_RowsAndColumnsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_InsertTableColRight">
			<summary>Identifies the TXITEM_InsertTableColRight ribbon item inside the TXITEM_RowsAndColumnsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_MergeGroup">
			<summary>Identifies the TXITEM_MergeGroup ribbon group inside the RibbonTableLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_MergeTableCells">
			<summary>Identifies the TXITEM_MergeTableCells ribbon item inside the TXITEM_MergeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_SplitTableCells">
			<summary>Identifies the TXITEM_SplitTableCells ribbon item inside the TXITEM_MergeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_SplitTable">
			<summary>Identifies the TXITEM_SplitTable ribbon item inside the TXITEM_MergeGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_BordersAndBackgroundGroup">
			<summary>Identifies the TXITEM_BordersAndBackgroundGroup ribbon group inside the RibbonTableLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_BordersAndBackgroundGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_BordersAndBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_TableFrameLines">
			<summary>Identifies the TXITEM_TableFrameLines ribbon item inside the TXITEM_BordersAndBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_TableLineColor">
			<summary>Identifies the TXITEM_TableLineColor ribbon item inside the TXITEM_BordersAndBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_TableBackColor">
			<summary>Identifies the TXITEM_TableBackColor ribbon item inside the TXITEM_BordersAndBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_TableLineWidth">
			<summary>Identifies the TXITEM_TableLineWidth ribbon item inside the TXITEM_BordersAndBackgroundGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_TableAlignmentGroup">
			<summary>Identifies the TXITEM_TableAlignmentGroup ribbon group inside the RibbonTableLayoutTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_TableAlignmentGroup_DialogBoxLauncher">
			<summary>Identifies the dialog box launcher of the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignTopLeft">
			<summary>Identifies the TXITEM_CellAlignTopLeft ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignMiddleLeft">
			<summary>Identifies the TXITEM_CellAlignMiddleLeft ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignBottomLeft">
			<summary>Identifies the TXITEM_CellAlignBottomLeft ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignTopCentered">
			<summary>Identifies the TXITEM_CellAlignTopCentered ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignMiddleCentered">
			<summary>Identifies the TXITEM_CellAlignMiddleCentered ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignBottomCentered">
			<summary>Identifies the TXITEM_CellAlignBottomCentered ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignTopRight">
			<summary>Identifies the TXITEM_CellAlignTopRight ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignMiddleRight">
			<summary>Identifies the TXITEM_CellAlignMiddleRight ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignBottomRight">
			<summary>Identifies the TXITEM_CellAlignBottomRight ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignTopJustified">
			<summary>Identifies the TXITEM_CellAlignTopJustified ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignMiddleJustified">
			<summary>Identifies the TXITEM_CellAlignMiddleJustified ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem.TXITEM_CellAlignBottomJustified">
			<summary>Identifies the TXITEM_CellAlignBottomJustified ribbon item inside the TXITEM_TableAlignmentGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonTableLayoutTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SelectTableCell">
			<summary>Identifies the TXITEM_SelectTableCell drop-down item inside the TXITEM_SelectTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SelectTableCol">
			<summary>Identifies the TXITEM_SelectTableCol drop-down item inside the TXITEM_SelectTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SelectTableRow">
			<summary>Identifies the TXITEM_SelectTableRow drop-down item inside the TXITEM_SelectTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SelectTableAll">
			<summary>Identifies the TXITEM_SelectTableAll drop-down item inside the TXITEM_SelectTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_DeleteTableCell">
			<summary>Identifies the TXITEM_DeleteTableCell drop-down item inside the TXITEM_DeleteTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_DeleteTableCol">
			<summary>Identifies the TXITEM_DeleteTableCol drop-down item inside the TXITEM_DeleteTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_DeleteTableRow">
			<summary>Identifies the TXITEM_DeleteTableRow drop-down item inside the TXITEM_DeleteTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_DeleteTableAll">
			<summary>Identifies the TXITEM_DeleteTableAll drop-down item inside the TXITEM_DeleteTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SplitTableAbove">
			<summary>Identifies the TXITEM_SplitTableAbove drop-down item inside the TXITEM_SplitTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_SplitTableBelow">
			<summary>Identifies the TXITEM_SplitTableBelow drop-down item inside the TXITEM_SplitTable's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableLeftFrameLine">
			<summary>Identifies the TXITEM_TableLeftFrameLine drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableTopFrameLine">
			<summary>Identifies the TXITEM_TableTopFrameLine drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableRightFrameLine">
			<summary>Identifies the TXITEM_TableRightFrameLine drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableBottomFrameLine">
			<summary>Identifies the TXITEM_TableBottomFrameLine drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableBoxFrame">
			<summary>Identifies the TXITEM_TableBoxFrame drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableAllFrameLines">
			<summary>Identifies the TXITEM_TableAllFrameLines drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableInnerHorizontalFrameLines">
			<summary>Identifies the TXITEM_TableInnerHorizontalFrameLines drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableInnerVerticalFrameLines">
			<summary>Identifies the TXITEM_TableInnerVerticalFrameLines drop-down item inside the TXITEM_TableFrameLines's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableLineColor_Automatic">
			<summary>Identifies the TXITEM_TableLineColor_Automatic drop-down item inside the TXITEM_TableLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableLineColor_MoreColors">
			<summary>Identifies the TXITEM_TableLineColor_MoreColors drop-down item inside the TXITEM_TableLineColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableBackColor_Transparent">
			<summary>Identifies the TXITEM_TableBackColor_Transparent drop-down item inside the TXITEM_TableBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonDropDownItem.TXITEM_TableBackColor_MoreColors">
			<summary>Identifies the TXITEM_TableBackColor_MoreColors drop-down item inside the TXITEM_TableBackColor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon and Text resources.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonTableLayoutTab.FindItem(Windows.Forms.Ribbon.RibbonTableLayoutTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonTableLayoutTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox">
			<summary>The RibbonTextBox class is a control that can be used to display or edit unformatted text.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.#ctor">
			<summary>Initializes a new instance of the RibbonTextBox class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.DisplayMode">
			<summary>Sets the RibbonTextBox's superordinate display settings and gets its corresponding text icon relation rendering to the current group's width.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.IsScalable">
			<summary>Gets or sets a value indicating whether the RibbonTextBox changes its display mode when the related ribbon group is scaled by resizing the application.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.KeyTip">
			<summary>Gets or sets the keyboard shortcut of the RibbonTextBox.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.Label">
			<summary>Gets or sets the text that is displayed before the text box.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.LargeIcon">
			<summary>Gets or sets a 32x32 1/96 inch icon for this RibbonTextBox.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.ParentCollection">
			<summary>Gets the RibbonItemCollection that contains this RibbonTextBox.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.SelectedText">
			<summary>Gets or sets the text of the current selection in the text box.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.SelectionLength">
			<summary>Gets or sets the number of characters in the current selection in the text box.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.SelectionStart">
			<summary>Gets or sets the starting position of the text selected in the text box</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.SmallIcon">
			<summary>Gets or sets a 16x16 1/96 inch icon for this RibbonTextBox.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.ShowUpDownButtons">
			<summary>Gets or sets a value whether the text box's up down buttons are shown or not.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.Text">
			<summary>Overridden. Gets or sets the text that is inserted in the text box.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.TextAlign">
			<summary>Gets or sets how text is aligned in the text box.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.TextBoxLabel">
			<summary>Gets or sets the text that is displayed behind the text box.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.TextBoxWidth">
			<summary>Gets or sets the width, in 1/96 inch, of the text box.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.ToolTip">
			<summary>Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.ValidationMode">
			<summary>Gets or sets the RibbonTextBox's input validation mode that is used to validate the inserted text in the text box.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.DownButtonClicked">
			<summary>Occurs as the text box's down button is clicked.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.TextValidated">
			<summary>Occurs when text box's text is validated.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonTextBox.UpButtonClicked">
			<summary>Occurs as the text box's up button is clicked.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonToggleButton">
			<summary>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.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonToggleButton.#ctor">
			<summary>Initializes a new instance of the RibbonToggleButton class.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonToggleButton.Checked">
			<summary>Gets or set a value indicating whether this RibbonToggleButton is checked.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonToggleButton.CheckedChanged">
			<summary>Occurs when the value of the Checked property changes.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonToolTip">
			<summary>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.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonToolTip.Description">
			<summary>Gets or sets the description for the RibbonToolTip window.</summary>
		</member>
		<member name="P:TXTextControl.Windows.Forms.Ribbon.RibbonToolTip.Title">
			<summary>Gets or sets the title for the RibbonToolTip window.</summary>
		</member>
		<member name="E:TXTextControl.Windows.Forms.Ribbon.RibbonToolTip.Opening">
			<summary>Occurs as the the RibbonToolTip window is opening.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab">
			<summary>The RibbonViewTab class represents a Windows Forms ribbon tab for customizing the view settings.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.#ctor">
			<summary>Initializes a new instance of the RibbonViewTab class.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem">
			<summary>Each RibbonItem represents an item in the RibbonViewTab that is not a drop-down item.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_DocumentViewsGroup">
			<summary>Identifies the TXITEM_DocumentViewsGroup ribbon group inside the RibbonViewTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_PrintLayout">
			<summary>Identifies the TXITEM_PrintLayout ribbon item inside the TXITEM_DocumentViewsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_Draft">
			<summary>Identifies the TXITEM_Draft ribbon item inside the TXITEM_DocumentViewsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_ZoomGroup">
			<summary>Identifies the TXITEM_ZoomGroup ribbon group inside the RibbonViewTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_ZoomFactor">
			<summary>Identifies the TXITEM_ZoomFactor ribbon item inside the TXITEM_ZoomGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_Zoom100">
			<summary>Identifies the TXITEM_Zoom100 ribbon item inside the TXITEM_ZoomGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_FullPage">
			<summary>Identifies the TXITEM_FullPage ribbon item inside the TXITEM_ZoomGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_PageWidth">
			<summary>Identifies the TXITEM_PageWidth ribbon item inside the TXITEM_ZoomGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_TextWidth">
			<summary>Identifies the TXITEM_TextWidth ribbon item inside the TXITEM_ZoomGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_ToolbarsGroup">
			<summary>Identifies the TXITEM_ToolbarsGroup ribbon group inside the RibbonViewTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_HorizontalRuler">
			<summary>Identifies the TXITEM_HorizontalRuler ribbon item inside the TXITEM_ToolbarsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_VerticalRuler">
			<summary>Identifies the TXITEM_VerticalRuler ribbon item inside the TXITEM_ToolbarsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_StatusBar">
			<summary>Identifies the TXITEM_StatusBar ribbon item inside the TXITEM_ToolbarsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_ShowGroup">
			<summary>Identifies the TXITEM_ShowGroup ribbon group inside the RibbonViewTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_ShowTableGridlines">
			<summary>Identifies the TXITEM_ShowTableGridlines ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_ShowBookmarkMarkers">
			<summary>Identifies the TXITEM_ShowBookmarkMarkers ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_ShowTextFrameMarkersLines">
			<summary>Identifies the TXITEM_ShowTextFrameMarkersLines ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_ShowDrawingFrameMarkersLines">
			<summary>Identifies the TXITEM_ShowDrawingFrameMarkersLines ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_ShowControlChars">
			<summary>Identifies the TXITEM_ShowControlChars ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonItem.TXITEM_ShowFrameAnchors">
			<summary>Identifies the TXITEM_ShowFrameAnchors ribbon item inside the TXITEM_ShowGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.</summary>
		</member>
		<member name="T:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonDropDownItem">
			<summary>Each RibbonDropDownItem represents a drop-down item in the RibbonViewTab.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_25">
			<summary>Identifies the TXITEM_ZoomFactor_25 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_50">
			<summary>Identifies the TXITEM_ZoomFactor_50 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_75">
			<summary>Identifies the TXITEM_ZoomFactor_75 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_100">
			<summary>Identifies the TXITEM_ZoomFactor_100 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_150">
			<summary>Identifies the TXITEM_ZoomFactor_150 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_200">
			<summary>Identifies the TXITEM_ZoomFactor_200 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="F:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.RibbonDropDownItem.TXITEM_ZoomFactor_400">
			<summary>Identifies the TXITEM_ZoomFactor_400 drop-down item inside the TXITEM_ZoomFactor's drop-down menu. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text resource.</summary>
		</member>
		<member name="M:TXTextControl.Windows.Forms.Ribbon.RibbonViewTab.FindItem(Windows.Forms.Ribbon.RibbonViewTab.RibbonItem)">
			<summary>Finds a control that has the provided RibbonViewTab.RibbonItem identifier.</summary>
			<param name="ribbonItem">Specifies the identifier of the requested control.</param>
		</member>
	</members>
</doc>
