JAMS Developer Guide
IsMdiContainer Property


MVPSI.JAMS Namespace > EditSourceDialog Class : IsMdiContainer Property
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 EditSourceDialog
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;}
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

EditSourceDialog Class
EditSourceDialog Members