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






In This Topic
    MdiChildren Property
    In This Topic
    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
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("FormMDIChildrenDescr")]
    public System.Windows.Forms.Form[] MdiChildren {get;}
    public read-only property MdiChildren: System.Windows.Forms.array of Form; 
    SRCategoryAttribute("CatWindowStyle")
    System.ComponentModel.BrowsableAttribute()
    System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
    SRDescriptionAttribute("FormMDIChildrenDescr")
    public function get MdiChildren : System.Windows.Forms.Form[]
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("FormMDIChildrenDescr")]
    public: __property System.Windows.Forms.Form*[]* get_MdiChildren();
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("FormMDIChildrenDescr")]
    public:
    property System.Windows.Forms.array<Form^>^ MdiChildren {
       System.Windows.Forms.array<Form^>^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also