DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / IsMdiContainer Property

In This Topic
    IsMdiContainer Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatWindowStyle")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <SRDescriptionAttribute("FormIsMDIContainerDescr")>
    Public Property IsMdiContainer As System.Boolean
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.DefaultValue(false)]
    [SRDescription("FormIsMDIContainerDescr")]
    public System.bool IsMdiContainer {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also