SpreadsheetGear 2012
IsMdiContainer Property (WorkbookDesigner)






Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<SRCategoryAttribute("Window Style")>
<SRDescriptionAttribute("Determines whether the form is an MDI container.")>
Public Property IsMdiContainer As System.Boolean
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Boolean
 
instance.IsMdiContainer = value
 
value = instance.IsMdiContainer
[System.ComponentModel.DefaultValue()]
[SRCategory("Window Style")]
[SRDescription("Determines whether the form is an MDI container.")]
public System.bool IsMdiContainer {get; set;}
public read-write property IsMdiContainer: System.Boolean; 
System.ComponentModel.DefaultValueAttribute()
SRCategoryAttribute("Window Style")
SRDescriptionAttribute("Determines whether the form is an MDI container.")
public function get,set IsMdiContainer : System.boolean
[System.ComponentModel.DefaultValue()]
[SRCategory("Window Style")]
[SRDescription("Determines whether the form is an MDI container.")]
public: __property System.bool get_IsMdiContainer();
public: __property void set_IsMdiContainer( 
   System.bool value
);
[System.ComponentModel.DefaultValue()]
[SRCategory("Window Style")]
[SRDescription("Determines whether the form is an MDI container.")]
public:
property System.bool IsMdiContainer {
   System.bool get();
   void set (    System.bool 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

Send Feedback