'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;}