SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : IsMdiContainer Property |
'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
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