$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Window Forms Shaped Form Control
Create custom shape to form in Windows Forms C# applications
Home > WinForms UI Controls > User Manual > Get Started in C# in C#

Add Shaped Form Control to Windows Forms

The Shaped Form control descends from the standard Window Forms and is easy to customize the shape of both Windows Forms and controls. With this feature, developers can move, close, minimize and maximize the form with the title bar. The default value of the shaped form and the title bar is round rect shape and developers can either use a predefined shape or create a custom as necessary. Custom-shaped controls require merely a few lines of code.

How to Add Shaped Form Control into .NET Project

The following is the tutorial that shows the process of integrating the Shaped Form component into your .NET Windows Forms C# applications.
  1. Open your existing .NET WinForms project or create a new project.
  2. Add a reference to the Kettic.WinFormsControls and Kettic.WinForms.UI component in your .NET project.
  3. Switch to the View Code by right clicking the default form in your .NET WinForms project.
  4. Change the form’s declaration of the .NET project, so that it derives from the Kettic.WinForms.UI.ShapedForm C# class.
  5. Copy the C# code snippet and paste to the View Code to change the Windows Forms to Kettic Shaped Form control
  6. Go back to the form design view. When the form is repainted without a title bar, it derives from the Kettic.WinForms.UI.ShapedForm C# class.
  7. Debug the C# .NET project via hitting the F5 button to verify if the changes being done correctly.

partial class ShapedForm : Kettic.WinForm.UI.ShapedForm
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls