WindowsFormsApplicationBase.MainForm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the main form for this application.
protected:
property System::Windows::Forms::Form ^ MainForm { System::Windows::Forms::Form ^ get(); void set(System::Windows::Forms::Form ^ value); };
protected System.Windows.Forms.Form MainForm { get; set; }
member this.MainForm : System.Windows.Forms.Form with get, set
Protected Property MainForm As Form
Property Value
The main form for this application.
Remarks
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.