Articles in this section
Category / Section

How to create WinForms MetroForm in an Application ?

2 mins read

Create MetroForm in application

You can create the MetroForm by using the following steps:

  1. Create a project.
  2. Add the Syncfusion.Shared.Base.dll as a reference.
  3. Open the Code Window in Form1.
  4. 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

 

Show the WinForms MetroForm

Figure 1: MetroForm

Samples:

C#: MetroForm_C#

VB: MetroForm_VB

Reference link: https://help.syncfusion.com/windowsforms/metro-form/getting-started


Conclusion

I hope you enjoyed learning about how to to create WinForms MetroForm in an Application.

You can refer to our WinForms MetroForm feature tour page to know about its other groundbreaking feature representations and 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 forumsDirect-Trac, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments
Please sign in to leave a comment
Access denied
Access denied