$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 > Shaped Form in C#

Shaped Form Control Overview

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.

Features of Shaped Form Control

The Shaped Form control will help .NET UI designers easily build custom shape for Windows Forms application. When we utilize the C# shaped control with Title bar control, we can easily create completely custom look and feel to forms in Windows Forms application.
  • The Shaped Form control does not provide a title bar, so that it is not able to maximize, minimize, or close the form by click buttons in title bar.
  • If .NET UI designers need to add the max, mini, and close buttons to the title bars, they need to integrate the Kettic Title Bars control into their Shaped Form control to achieve the maximize, minimize and close functionality.
  • The shaped form control provides an additional property, Shape, to add the shapes predefined or create a new custom shape as demand.
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