SpreadsheetGear 2017
MdiParent Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : MdiParent Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("FormMDIParentDescr")>
<System.ComponentModel.BrowsableAttribute(False)>
<SRCategoryAttribute("CatWindowStyle")>
Public Property MdiParent As System.Windows.Forms.Form
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Windows.Forms.Form
 
instance.MdiParent = value
 
value = instance.MdiParent
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("FormMDIParentDescr")]
[System.ComponentModel.Browsable(false)]
[SRCategory("CatWindowStyle")]
public System.Windows.Forms.Form MdiParent {get; set;}
public read-write property MdiParent: System.Windows.Forms.Form; 
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("FormMDIParentDescr")
System.ComponentModel.BrowsableAttribute()
SRCategoryAttribute("CatWindowStyle")
public function get,set MdiParent : System.Windows.Forms.Form
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("FormMDIParentDescr")]
[System.ComponentModel.Browsable(false)]
[SRCategory("CatWindowStyle")]
public: __property System.Windows.Forms.Form* get_MdiParent();
public: __property void set_MdiParent( 
   System.Windows.Forms.Form* value
);
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("FormMDIParentDescr")]
[System.ComponentModel.Browsable(false)]
[SRCategory("CatWindowStyle")]
public:
property System.Windows.Forms.Form^ MdiParent {
   System.Windows.Forms.Form^ get();
   void set (    System.Windows.Forms.Form^ value);
}
Requirements

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

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members