'Declaration
<SRCategoryAttribute("Window Style")> <System.ComponentModel.DefaultValueAttribute()> <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
[SRCategory("Window Style")] [System.ComponentModel.DefaultValue()] [SRDescription("Determines whether the form is an MDI container.")] public System.bool IsMdiContainer {get; set;}