ApplicationContext.MainForm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要用作上下文的 Form。
public:
property System::Windows::Forms::Form ^ MainForm { System::Windows::Forms::Form ^ get(); void set(System::Windows::Forms::Form ^ value); };
public System.Windows.Forms.Form MainForm { get; set; }
public System.Windows.Forms.Form? MainForm { get; set; }
member this.MainForm : System.Windows.Forms.Form with get, set
Public Property MainForm As Form
属性值
要用作上下文的 Form。
注解
此属性确定此上下文的主 Form 元素。 此属性可以随时更改。 如果未 OnMainFormClosed 重写,则当参数关闭时 mainForm
,线程的消息循环将终止。