SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : MdiChildren Property |
'Declaration
<SRCategoryAttribute("Window Style")> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("Retrieves the MDI children of this form.")> Public ReadOnly Property MdiChildren As System.Windows.Forms.Form()
'Usage
Dim instance As WorkbookDesigner Dim value() As System.Windows.Forms.Form value = instance.MdiChildren
[SRCategory("Window Style")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Retrieves the MDI children of this form.")] public System.Windows.Forms.Form[] MdiChildren {get;}
public read-only property MdiChildren: System.Windows.Forms.array of Form;
SRCategoryAttribute("Window Style") System.ComponentModel.BrowsableAttribute() System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) SRDescriptionAttribute("Retrieves the MDI children of this form.") public function get MdiChildren : System.Windows.Forms.Form[]
[SRCategory("Window Style")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Retrieves the MDI children of this form.")] public: __property System.Windows.Forms.Form*[]* get_MdiChildren();
[SRCategory("Window Style")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Retrieves the MDI children of this form.")] public: property System.Windows.Forms.array<Form^>^ MdiChildren { System.Windows.Forms.array<Form^>^ get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2