MdiClient.MdiChildren 属性

定义

获取 MdiClient 控件的子多文档界面 (MDI) 窗体。

public:
 property cli::array <System::Windows::Forms::Form ^> ^ MdiChildren { cli::array <System::Windows::Forms::Form ^> ^ get(); };
public System.Windows.Forms.Form[] MdiChildren { get; }
member this.MdiChildren : System.Windows.Forms.Form[]
Public ReadOnly Property MdiChildren As Form()

属性值

Form[]

Form 数组,它包含 MdiClient 的子 MDI 窗体。

注解

使用属性 MdiChildren 获取子 MdiClientMDI 形式的 。

适用于