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






    IsMdiContainer Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatWindowStyle")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <SRDescriptionAttribute("FormIsMDIContainerDescr")>
    Public Property IsMdiContainer As System.Boolean
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.IsMdiContainer = value
     
    value = instance.IsMdiContainer
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also