The WinForms Form control is a window control that allows the complete customization of its appearance and the loading of any custom user interface in the title bar to perform the customized operations. The portion of text in the title bar can be formatted by using Rich Text Formatting (RTF). Its rich, built-in feature set includes an MDI form, title bar height customization, shadow effect, and appearance customization.
Each element of the WinForms form control can be customized including the title bar and border.
The appearance of the form component’s title bar can be customized by changing the background and foreground colors of the text and buttons. Options are available to show or hide the help button, close button, minimize button and maximize button. Any user control can be loaded as the title bar in the form.
The form provides support to add an MDI child form and allows the appearance of the child forms to be customized.
The WinForms form control provides built-in theme support to adapt the control to the rest of the business application. The following themes are supported,
Built-in accessibility support allows the form to be used in applications for a wide variety of users.
Easily get started with the WinForms Form using a few simple lines of C# code example as demonstrated below. Also explore our WinForms Form Example that shows you how to render and configure the WinForms Form.
using Syncfusion.WinForms.Controls;
namespace WindowsFormsApplication1
{
public partial class Form1 : SfForm
{
public Form1()
{
InitializeComponent();
}
}
}
The Syncfusion WinForms Form provides the following:
You can find our WinForms Form demo on
GitHub location.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.