Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WindowsFormsApplicationBase::MainForm Property

 

Gets or sets the main form for this application.

Namespace:   Microsoft.VisualBasic.ApplicationServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

protected:
property Form^ MainForm {
	Form^ get();
	void set(Form^ value);
}

Property Value

Type: System.Windows.Forms::Form^

Gets or sets the main form for this application.

Use the MainForm property to get or set the Form object that the Visual Basic Application Startup/Shutdown model uses as the application's main form.

This property supports the Visual Basic Application Startup/Shutdown model. For more information, see Overview of the Visual Basic Application Model.

The changes to this property are not persisted when the application closes. To change the main form permanently, you must change the setting in the Project Designer.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft