TX Text Control .NET for Windows Forms / Infragistics Ribbon Bar Sample Released
We just released the long awaited sample that shows how to use TX Text Control .NET for Windows Forms in combination with the Infragistics ribbon bar. The project contains adapter classes for each ribbon group that can be easily re-used in other projects. Additionally, the sample project contains a lot of sample code that shows how to implement typical tasks using TX Text Control, such as inserting sections breaks, table handling or hyperlink creation. Feel free to use this sample…

We just released the long awaited sample that shows how to use TX Text Control .NET for Windows Forms in combination with the Infragistics ribbon bar. The project contains adapter classes for each ribbon group that can be easily re-used in other projects.
Additionally, the sample project contains a lot of sample code that shows how to implement typical tasks using TX Text Control, such as inserting sections breaks, table handling or hyperlink creation.
Feel free to use this sample implementation as a basis for your future projects based on TX Text Control .NET for Windows Forms. The following sample shows the interface of this sample:
The sample project implements the most typical features of TX Text Control .NET for Windows Forms for Windows Forms including ready-to-use ribbon groups for the following categories:
- Clipboard
- Font
- Paragraph
- Styles (including preview)
- Page Setup
- Editing
- Pages
- Documents
- Tables
- Images
- Links
- Header and Footer
- Text
- Symbols
The following screenshots show parts of the second menu item Insert.
You can read the full article and download the project sources in our Source Code Library:
Using TX Text Control with the Infragistics ribbon bar
I look forward to your comments and suggestions for future implementations.
Related Posts
Customizing the Ribbon in TX Text Control for Angular
This post will guide you through the process of customizing the ribbon by changing its colors, adding new groups with custom buttons using Angular HttpClient to dynamically load HTML content, and…
Getting Started: Creating a .NET 8 Windows Forms Ribbon Application with…
This article shows how to create a Windows Forms application with a Ribbon and a Sidebar using TX Text Control .NET for Windows Forms. The Sidebar is a control that can be used to create a…
ASP.NETContext MenuDocument Editor
Manipulating the Context Menu in the Document Editor using JavaScript
This article shows how to manipulate the context menu in the Document Editor in JavaScript. The context menu can be customized by adding or removing items or by changing the event handler of…
Document Editor: Initialization Events
There are several events that the TX Text Control provides during the initialization phase. These events and the order in which they are fired are explained in this article.
ASP.NETJavaScriptDocument Editor
Detect Toggle Button Changes Using a MutationObserver
This article shows how to detect changes of toggle buttons in the ribbon of the web editor using a MutationObserver. The state of a toggle button in the ribbon visualizes the state of a certain…