Tool Bars

Classes

Class Description
TXTextControl.ButtonBar 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.
TXTextControl.ButtonBar.Colors The ButtonBar.Colors class gets, sets or resets the display colors of a Windows Forms ButtonBar control.
TXTextControl.MiniToolbar The MiniToolbar class is the base class of the built-in mini toolbars TextMiniToolbar and ObjectMiniToolbar of a Windows Forms TextControl.
TXTextControl.MiniToolbarInitializedEventArgs 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.
TXTextControl.MiniToolbarOpeningEventArgs The MiniToolbarOpeningEventArgs class provides data for the TextControl.MiniToolbarOpening event of a Windows Forms TextControl.
TXTextControl.ObjectMiniToolbar 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).
TXTextControl.RulerBar 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.
TXTextControl.RulerBar.Colors The RulerBar.Colors class gets, sets or resets the display colors of a Windows Forms RulerBar control.
TXTextControl.StatusBar 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.
TXTextControl.StatusBar.Colors The StatusBar.Colors class gets, sets or resets the display colors of a Windows Forms StatusBar control.
TXTextControl.TextMiniToolbar 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).

Constructors

Constructor Description
TXTextControl.ButtonBar.Colors Initializes a new instance of the ButtonBar.Colors class.
TXTextControl.MiniToolbar Initializes a new instance of the MiniToolbar class.
TXTextControl.RulerBar.Colors Initializes a new instance of the RulerBar.Colors class.
TXTextControl.StatusBar.Colors Initializes a new instance of the StatusBar.Colors class.

Enumerations

Enumeration Description
TXTextControl.ObjectMiniToolbar.RibbonItem Each RibbonItem represents an item in a ObjectMiniToolbar.
TXTextControl.TextMiniToolbar.RibbonItem Each RibbonItem represents an item in a TextMiniToolbar.

Events

Event Description
TXTextControl.TextControl.MiniToolbarOpening Occurs to handle displaying context sensitive mini toolbars.
TXTextControl.TextControl.ObjectMiniToolbarInitialized Occurs immediately after the built-in ObjectMiniToolbar was initialized.
TXTextControl.TextControl.TextMiniToolbarInitialized Occurs immediately after the built-in TextMiniToolbar was initialized.

Methods

Method Description
TXTextControl.ButtonBar.ResetButtonOffsets Resets the offset array to its default state.
TXTextControl.ButtonBar.ResetButtonPositions Resets the button array to its default state.
TXTextControl.ButtonBar.ResetButtonSeparators Resets the separator array to its default state.
TXTextControl.ButtonBar.ResetDisplayColors Resets all display colors of a button bar to their system dependent default values.
TXTextControl.ButtonBar.Colors.ResetBackColor Resets the button bar's BackColor to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetButtonBackColorBottom Resets the button bar's ButtonBackColorBottom to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetButtonBackColorMiddle Resets the button bar's ButtonBackColorMiddle to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetButtonBackColorTop Resets the button bar's ButtonBackColorTop to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetButtonHotTrackBottom Resets the button bar's ButtonHotTrackBottom to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetButtonHotTrackTop Resets the button bar's ButtonHotTrackTop to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetButtonSelectedBottom Resets the button bar's ButtonSelectedBottom to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetButtonSelectedTop Resets the button bar's ButtonSelectedTop to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetButtonPressedBottom Resets the button bar's ButtonPressedBottom to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetButtonPressedTop Resets the button bar's ButtonPressedTop to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetButtonFrameColor Resets the button bar's ButtonFrameColor to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetComboBoxBackColor Resets the button bar's ComboBoxBackColor to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetForeColor Resets the button bar's ForeColor to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetGradientBackColor Resets the button bar's GradientBackColor to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetSeparatorColorDark Resets the button bar's SeparatorColorDark to its system dependent default value.
TXTextControl.ButtonBar.Colors.ResetSeparatorColorLight Resets the button bar's SeparatorColorLight to its system dependent default value.
TXTextControl.ObjectMiniToolbar.FindItem Finds a control that has the provided ObjectMiniToolbar.RibbonItem identifier.
TXTextControl.RulerBar.ResetDisplayColors Resets all display colors of a ruler bar to their system dependent default values.
TXTextControl.RulerBar.Colors.ResetBackColor Resets the ruler bar's BackColor to its system dependent default value.
TXTextControl.RulerBar.Colors.ResetForeColor Resets the ruler bar's ForeColor to its system dependent default value.
TXTextControl.RulerBar.Colors.ResetGradientBackColor Resets the ruler bar's GradientBackColor to its system dependent default value.
TXTextControl.RulerBar.Colors.ResetRulerColor Resets the ruler bar's RulerColor to its system dependent default value.
TXTextControl.RulerBar.Colors.ResetSeparatorColorDark Resets the ruler bar's SeparatorColorDark to its system dependent default value.
TXTextControl.RulerBar.Colors.ResetSeparatorColorLight Resets the ruler bar's SeparatorColorLight to its system dependent default value.
TXTextControl.StatusBar.ResetDisplayColors Resets all display colors of a status bar to their system dependent default values.
TXTextControl.StatusBar.Colors.ResetBackColor Resets the status bar's BackColor to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetBackColorBottom Resets the status bar's BackColorBottom to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetBackColorMiddle Resets the status bar's BackColorMiddle to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetBackColorTop Resets the status bar's BackColorTop to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetForeColor Resets the status bar's ForeColor to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetFrameColor Resets the status bar's FrameColor to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetGradientBackColor Resets the status bar's GradientBackColor to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetSeparatorColorDark Resets the status bar's SeparatorColorDark to its system dependent default value.
TXTextControl.StatusBar.Colors.ResetSeparatorColorLight Resets the status bar's SeparatorColorLight to its system dependent default value.
TXTextControl.TextControl.OnMiniToolbarOpening Raises the MiniToolbarOpening event.
TXTextControl.TextControl.OnObjectMiniToolbarInitialized Raises the ObjectMiniToolbarInitialized event.
TXTextControl.TextControl.OnTextMiniToolbarInitialized Raises the TextMiniToolbarInitialized event.
TXTextControl.TextMiniToolbar.FindItem Finds a control that has the provided TextMiniToolbar.RibbonItem identifier.

Properties

Property Description
TXTextControl.ButtonBar.BorderStyle Gets or sets the border style of the button bar.
TXTextControl.ButtonBar.ButtonOffsets Gets or sets an array of additional offsets, in pixels, between the buttons.
TXTextControl.ButtonBar.ButtonPositions Gets or sets an array of buttons the button bar consists of.
TXTextControl.ButtonBar.ButtonSeparators Gets or sets an array of boolean values specifying whether or not a separator is drawn between two buttons.
TXTextControl.ButtonBar.ButtonStyle Gets or sets the painting style of the buttons.
TXTextControl.ButtonBar.DisplayColors Gets or sets the colors of the button bar.
TXTextControl.ButtonBar.ReadOnly Gets or sets a value determining the button bar's read only mode.
TXTextControl.ButtonBar.Colors.BackColor Gets or sets the background color at the left edge of the button bar.
TXTextControl.ButtonBar.Colors.ButtonBackColorBottom Gets or sets the background color at the bottom of a button.
TXTextControl.ButtonBar.Colors.ButtonBackColorMiddle Gets or sets the background color in the middle of a button.
TXTextControl.ButtonBar.Colors.ButtonBackColorTop Gets or sets the background color at the top of a button.
TXTextControl.ButtonBar.Colors.ButtonHotTrackBottom Gets or sets the background color at the bottom of a button, if the mouse cursor is over the button.
TXTextControl.ButtonBar.Colors.ButtonHotTrackTop Gets or sets the background color at the top of a button, if the mouse cursor is over the button.
TXTextControl.ButtonBar.Colors.ButtonSelectedBottom Gets or sets the background color at the bottom of a button used when the button is selected.
TXTextControl.ButtonBar.Colors.ButtonSelectedTop Gets or sets the background color at the top of a button used when the button is selected.
TXTextControl.ButtonBar.Colors.ButtonPressedBottom Gets or sets the background color at the bottom of a button used when the button is pressed down.
TXTextControl.ButtonBar.Colors.ButtonPressedTop Gets or sets the background color at the top of a button used when the button is pressed down.
TXTextControl.ButtonBar.Colors.ButtonFrameColor Gets or sets the frame color of a selected or pressed button.
TXTextControl.ButtonBar.Colors.ComboBoxBackColor Gets or sets the background color of the combo boxes.
TXTextControl.ButtonBar.Colors.ForeColor Gets or sets the color used for text and the button images.
TXTextControl.ButtonBar.Colors.GradientBackColor Gets or sets the background color at the right edge of the button bar.
TXTextControl.ButtonBar.Colors.SeparatorColorDark Gets or sets the color of the dark part of a separator.
TXTextControl.ButtonBar.Colors.SeparatorColorLight Gets or sets the color of the light part of a separator.
TXTextControl.MiniToolbar.RibbonGroups Gets a collection of all ribbon groups in a MiniToolbar.
TXTextControl.MiniToolbarInitializedEventArgs.MiniToolbar 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.
TXTextControl.MiniToolbarOpeningEventArgs.Location Gets the location, in pixels, where the mini toolbar is displayed.
TXTextControl.MiniToolbarOpeningEventArgs.MiniToolbar Gets or sets the mini toolbar, which will be shown.
TXTextControl.MiniToolbarOpeningEventArgs.MiniToolbarContext Gets the context in the document for which a mini toolbar will be opened.
TXTextControl.RulerBar.Alignment Gets or sets a value specifying the alignment of the ruler bar in the document.
TXTextControl.RulerBar.BorderStyle Gets or sets the border style of the ruler bar.
TXTextControl.RulerBar.DisplayColors Gets or sets the colors of the ruler bar.
TXTextControl.RulerBar.EnablePageMargins Enables or disables the setting of page margins.
TXTextControl.RulerBar.FormulaMode Gets or sets a value specifying whether the ruler bar shows cell references when the current input position is in a table cell.
TXTextControl.RulerBar.ReadOnly Gets or sets a value determining the ruler bar's read only mode.
TXTextControl.RulerBar.ScaleUnit Gets or sets the unit of the ruler bar's scale.
TXTextControl.RulerBar.Colors.BackColor Gets or sets the background color at the left or top edge of the ruler bar.
TXTextControl.RulerBar.Colors.ForeColor Gets or sets the color used for the numbers of the ruler.
TXTextControl.RulerBar.Colors.GradientBackColor Gets or sets the background color at the right or bottom edge of the ruler bar.
TXTextControl.RulerBar.Colors.RulerColor Gets or sets the color of the ruler.
TXTextControl.RulerBar.Colors.SeparatorColorDark Gets or sets the color of dark separators.
TXTextControl.RulerBar.Colors.SeparatorColorLight Gets or sets the color of light separators.
TXTextControl.StatusBar.BorderStyle Gets or sets the border style of the status bar.
TXTextControl.StatusBar.ColumnText Gets or sets the text in the 'Column' area of the status bar.
TXTextControl.StatusBar.DisplayColors Gets or sets the colors of the status bar.
TXTextControl.StatusBar.LineText Gets or sets the text in the 'Line' area of the status bar.
TXTextControl.StatusBar.PageCounterText Gets or sets the text in the 'Page counter' area of the status bar.
TXTextControl.StatusBar.PageText Gets or sets the text in the 'Page' area of the status bar.
TXTextControl.StatusBar.SectionCounterText Gets or sets the text in the 'Section counter' area of the status bar.
TXTextControl.StatusBar.SectionText Gets or sets the text in the 'Section' area of the status bar.
TXTextControl.StatusBar.ShowColumn Specifies whether the status bar shows the column number of the current text input position.
TXTextControl.StatusBar.ShowKeyStates Specifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.
TXTextControl.StatusBar.ShowLanguage Specifies whether the status bar shows the language of the text selection or the text input position.
TXTextControl.StatusBar.ShowLine Specifies whether the status bar shows the line number of the current text input position.
TXTextControl.StatusBar.ShowPage Specifies whether the status bar shows the page number of the current text input position.
TXTextControl.StatusBar.ShowPageCounter Specifies whether the status bar shows the number of pages the document consists of.
TXTextControl.StatusBar.ShowSection Specifies whether the status bar shows the section number of the current text input position.
TXTextControl.StatusBar.ShowSectionCounter Specifies whether the status bar shows the number of sections the document consists of.
TXTextControl.StatusBar.ShowZoom Specifies whether the status bar shows the current zoom factor.
TXTextControl.StatusBar.ShowZoomTrackBar Specifies whether the status bar displays a track bar instead of a simple number to show and to set the zooming factor.
TXTextControl.StatusBar.Colors.BackColor Gets or sets the background color at the left edge of the status bar.
TXTextControl.StatusBar.Colors.BackColorBottom Gets or sets the background color at the bottom of the status bar.
TXTextControl.StatusBar.Colors.BackColorMiddle Gets or sets the background color in the middle of the status bar.
TXTextControl.StatusBar.Colors.BackColorTop Gets or sets the background color at the top of the status bar.
TXTextControl.StatusBar.Colors.ForeColor Gets or sets the color used for text and numbers.
TXTextControl.StatusBar.Colors.FrameColor Gets or sets the color of the status bar's frames.
TXTextControl.StatusBar.Colors.GradientBackColor Gets or sets the background color at the right edge of the status bar.
TXTextControl.StatusBar.Colors.SeparatorColorDark Gets or sets the color of the dark part of a separator.
TXTextControl.StatusBar.Colors.SeparatorColorLight Gets or sets the color of the light part of a separator.
TXTextControl.TextControl.ButtonBar Specifies the button bar control to be used with a TextControl.
TXTextControl.TextControl.RulerBar Specifies the horizontal ruler bar control to be used with a TextControl.
TXTextControl.TextControl.ShowMiniToolbar Gets or sets a value indicating whether a mini toolbar is shown.
TXTextControl.TextControl.StatusBar Specifies the status bar control to be used with a TextControl.
TXTextControl.TextControl.VerticalRulerBar Specifies the vertical ruler bar control to be used with a TextControl.