How to create WinForms MetroForm in an Application?
Create MetroForm in application
You can create the WinForms MetroForm by using the following steps:
- Create a project.
- Add the Syncfusion.Shared.Base.dll as a reference.
- Open the Code Window in Form1.
- Use the following code example to render the MetroForm.
C#
public partial class Form1 : Syncfusion.Windows.Forms.MetroForm
{
public Form1()
{
InitializeComponent();
//Write the required code here.
}
}VB
Public Class Form1
Inherits Syncfusion.Windows.Forms.MetroForm
Public Sub New()
InitializeComponent()
'Write the required codes here.
End Sub
End Class
Figure 1: MetroForm
Samples:
C#: MetroForm_C#
VB: MetroForm_VB
Reference Link: Getting Started
Conclusion
I
hope you enjoyed learning about how to to create MetroForm in an
Application.
You
can refer to our WinForms
MetroForm feature tour page to know about its
other groundbreaking feature representations and WinForms MetroForm documentation, and how to quickly get started for
configuration specifications. You can also explore our example to
understand how to create and manipulate data.
For
current customers, you can check out our components from
the License
and Downloads page. If you are new to Syncfusion, you can try our
30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!