How to Use Form Control in C#
Forms Control is an alternative skin tool to the standard Windows Form and provides rounded corners, MDI, and themes support. It is really easy to integrate the Forms control into any other UI Controls. By using the Forms Control, developers can design forms in the same appearance of Microsoft Office. This control can also be used together with any other controls like the Title Bar component in the UI Control suite to create custom appearance for your Windows Forms applications. It is capable of applying the themes predefined in the component and build custom themes as demand.
How to Add Form to WinForms Project
The steps below demonstrate the process of adding the Form control to your Windows Form application or integrating it into a .NET project in C#. To add the Form control to your Windows Forms project, we can use the dialog, add new item, in the Form template or create a standard Windows Form and customize the C# class to Kettic.WinForms.UI.Form. The following sample shows how to create a Form in C# through customizing the C# class of a standard Windows Form.
Changing the base class of a standard Windows Form to RadForm in C#:
How to Apply a Theme to the Form
The following steps show the process of adding the Form control to your Windows Form application. We may need to drag and drop the desired theme component from the toolbox to the form you are designing. The new themes will be available to the Kettic Form.
| ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlFormForm - Get Started in C#Form - ElementsForm - MDIForm - ThemeForm - Right to LeftRibbon FormShaped FormGet Started in C#CustomizationColor DialogColor Dialog - TabGet Started in C#Color Dialog - PropertiesColor Dialog - LocalizationMessage BoxGet Started in C#C# PropertiesLocalizationStatus StripGet Started in C#Status Strip - PropertiesStatus Strip - CustomizeStatus Strip - StylingTemplateTemplate - RibbonFormTemplate - AboutBoxTemplate - AboutBoxTitle BarWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |