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






    MdiChildren Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatWindowStyle")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("FormMDIChildrenDescr")>
    Public ReadOnly Property MdiChildren As System.Windows.Forms.Form()
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value() As System.Windows.Forms.Form
     
    value = instance.MdiChildren
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also