Hi Elvis
Thank you for contacting Syncfusion support.
You can create the 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.
Please make use of the below Code example:
Code example
'Add Reference Imports Syncfusion.Windows.Forms 'MetroForm Partial Public Class Form1 Inherits MetroForm Public Sub New() InitializeComponent() 'Write the required Codes Here End Sub |
As You have mentioned the MDI container used in MetroForm. We have also prepared the required sample and please refer the below Screenshot.
Screenshot
Kindly check the above solution and let us know if it is helpful.
Regards,
Mallika