ApplicationContext Constructors
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.
Initializes a new instance of the ApplicationContext class.
Overloads
ApplicationContext() |
Initializes a new instance of the ApplicationContext class with no context. |
ApplicationContext(Form) |
Initializes a new instance of the ApplicationContext class with the specified Form. |
ApplicationContext()
Initializes a new instance of the ApplicationContext class with no context.
public:
ApplicationContext();
public ApplicationContext ();
Public Sub New ()
Applies to
ApplicationContext(Form)
Initializes a new instance of the ApplicationContext class with the specified Form.
public:
ApplicationContext(System::Windows::Forms::Form ^ mainForm);
public ApplicationContext (System.Windows.Forms.Form mainForm);
public ApplicationContext (System.Windows.Forms.Form? mainForm);
new System.Windows.Forms.ApplicationContext : System.Windows.Forms.Form -> System.Windows.Forms.ApplicationContext
Public Sub New (mainForm As Form)
Parameters
Remarks
If OnMainFormClosed is not overridden, the message loop of the thread terminates when MainForm is closed.